Color spaces of #046deb
RGB | 4 | 109 | 235 |
---|---|---|---|
HSL | 0.59 | 0.97 | 0.47 |
HSV | 213° | 98° | 92° |
CMYK | 0.98 | 0.54 | 0.00 0.08 |
XYZ | 20.5141 | 16.9612 | 80.7899 |
Yxy | 16.9612 | 0.1735 | 0.1434 |
Hunter Lab | 41.1840 | 16.8405 | -87.4794 |
CIE-Lab | 48.2111 | 23.1498 | -70.3539 |
#046deb color RGB value is (4,109,235).
#046deb hex color red value is 4, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #046deb hue: 0.59 , saturation: 0.97 and the lightness value of 046deb is 0.47.
The process color (four color CMYK) of #046deb color hex is 0.98, 0.54, 0.00, 0.08. Web safe color of #046deb is #0066ff. Color #046deb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 01101101 | 11101011 |
Octal | 4 | 155 | 353 |
Decimal | 4 | 109 | 235 |
Hex | 4 | 6D | EB |
Shades of #046deb
Tints of #046deb
RGB Percentages of Color #046deb
CMYK Percentages of Color #046deb
Complementary Color
#046deb | #eb8204 |
#046deb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#046deb Color Preview on White Background
Lorem ipsum dolor sit amet.
#046deb Color CSS Codes
.mybgcolor {background-color:#046deb; } .myforecolor {color:#046deb; } .mybordercolor {border:3px solid #046deb; }
#046deb Text Font Color
<p style="color:#046deb">Text here</p>
This sample text font color is #046deb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#046deb Background Color
<div style="background-color:#046deb">
Div content here</div>
This div background color is #046deb
#046deb Border Color
<div style="border:3px solid #046deb">
Div here</div>
This div border color is #046deb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,109,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #046deb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #046deb; -webkit-box-shadow: 1px 1px 3px 2px #046deb; box-shadow: 1px 1px 3px 2px #046deb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,109,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #046deb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #046deb; -webkit-box-shadow: 1px 1px 3px 2px #046deb; box-shadow: 1px 1px 3px 2px #046deb;">
Div content here</div>
This div box has shadow with color #046deb
Comments
No comments written yet.
Please login to write comment.