Color spaces of #040651
RGB | 4 | 6 | 81 |
---|---|---|---|
HSL | 0.66 | 0.91 | 0.17 |
HSV | 238° | 95° | 32° |
CMYK | 0.95 | 0.93 | 0.00 0.68 |
XYZ | 1.6004 | 0.7501 | 7.8450 |
Yxy | 0.7501 | 0.1570 | 0.0736 |
Hunter Lab | 8.6608 | 17.8278 | -47.6424 |
CIE-Lab | 6.7756 | 29.9837 | -43.9543 |
#040651 color RGB value is (4,6,81).
#040651 hex color red value is 4, green value is 6 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #040651 hue: 0.66 , saturation: 0.91 and the lightness value of 040651 is 0.17.
The process color (four color CMYK) of #040651 color hex is 0.95, 0.93, 0.00, 0.68. Web safe color of #040651 is #000066. Color #040651 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 00000110 | 01010001 |
Octal | 4 | 6 | 121 |
Decimal | 4 | 6 | 81 |
Hex | 4 | 6 | 51 |
Shades of #040651
Tints of #040651
RGB Percentages of Color #040651
CMYK Percentages of Color #040651
Complementary Color
#040651 | #514f04 |
#040651 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#040651 Color Preview on White Background
Lorem ipsum dolor sit amet.
#040651 Color CSS Codes
.mybgcolor {background-color:#040651; } .myforecolor {color:#040651; } .mybordercolor {border:3px solid #040651; }
#040651 Text Font Color
<p style="color:#040651">Text here</p>
This sample text font color is #040651
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.
#040651 Background Color
<div style="background-color:#040651">
Div content here</div>
This div background color is #040651
#040651 Border Color
<div style="border:3px solid #040651">
Div here</div>
This div border color is #040651
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,6,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #040651; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #040651; -webkit-box-shadow: 1px 1px 3px 2px #040651; box-shadow: 1px 1px 3px 2px #040651; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,6,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #040651">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #040651; -webkit-box-shadow: 1px 1px 3px 2px #040651; box-shadow: 1px 1px 3px 2px #040651;">
Div content here</div>
This div box has shadow with color #040651
Comments
No comments written yet.
Please login to write comment.