Color spaces of #404eab
RGB | 64 | 78 | 171 |
---|---|---|---|
HSL | 0.64 | 0.46 | 0.46 |
HSV | 232° | 63° | 67° |
CMYK | 0.63 | 0.54 | 0.00 0.33 |
XYZ | 12.1894 | 9.4790 | 39.7153 |
Yxy | 9.4790 | 0.1986 | 0.1544 |
Hunter Lab | 30.7880 | 16.7917 | -54.9302 |
CIE-Lab | 36.8906 | 24.1687 | -51.7083 |
#404eab color RGB value is (64,78,171).
#404eab hex color red value is 64, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #404eab hue: 0.64 , saturation: 0.46 and the lightness value of 404eab is 0.46.
The process color (four color CMYK) of #404eab color hex is 0.63, 0.54, 0.00, 0.33. Web safe color of #404eab is #336699. Color #404eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01001110 | 10101011 |
Octal | 100 | 116 | 253 |
Decimal | 64 | 78 | 171 |
Hex | 40 | 4E | AB |
Shades of #404eab
Tints of #404eab
RGB Percentages of Color #404eab
CMYK Percentages of Color #404eab
Complementary Color
#404eab | #ab9d40 |
#404eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#404eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#404eab Color CSS Codes
.mybgcolor {background-color:#404eab; } .myforecolor {color:#404eab; } .mybordercolor {border:3px solid #404eab; }
#404eab Text Font Color
<p style="color:#404eab">Text here</p>
This sample text font color is #404eab
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.
#404eab Background Color
<div style="background-color:#404eab">
Div content here</div>
This div background color is #404eab
#404eab Border Color
<div style="border:3px solid #404eab">
Div here</div>
This div border color is #404eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,78,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #404eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #404eab; -webkit-box-shadow: 1px 1px 3px 2px #404eab; box-shadow: 1px 1px 3px 2px #404eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,78,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #404eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #404eab; -webkit-box-shadow: 1px 1px 3px 2px #404eab; box-shadow: 1px 1px 3px 2px #404eab;">
Div content here</div>
This div box has shadow with color #404eab
Comments
No comments written yet.
Please login to write comment.