Color spaces of #404461
RGB | 64 | 68 | 97 |
---|---|---|---|
HSL | 0.65 | 0.20 | 0.32 |
HSV | 233° | 34° | 38° |
CMYK | 0.34 | 0.30 | 0.00 0.62 |
XYZ | 6.3391 | 6.0873 | 12.1501 |
Yxy | 6.0873 | 0.2579 | 0.2477 |
Hunter Lab | 24.6725 | 2.6853 | -11.9270 |
CIE-Lab | 29.6317 | 6.0800 | -17.6122 |
#404461 color RGB value is (64,68,97).
#404461 hex color red value is 64, green value is 68 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #404461 hue: 0.65 , saturation: 0.20 and the lightness value of 404461 is 0.32.
The process color (four color CMYK) of #404461 color hex is 0.34, 0.30, 0.00, 0.62. Web safe color of #404461 is #333366. Color #404461 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01000100 | 01100001 |
Octal | 100 | 104 | 141 |
Decimal | 64 | 68 | 97 |
Hex | 40 | 44 | 61 |
Shades of #404461
Tints of #404461
RGB Percentages of Color #404461
CMYK Percentages of Color #404461
Complementary Color
#404461 | #615d40 |
#404461 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#404461 Color Preview on White Background
Lorem ipsum dolor sit amet.
#404461 Color CSS Codes
.mybgcolor {background-color:#404461; } .myforecolor {color:#404461; } .mybordercolor {border:3px solid #404461; }
#404461 Text Font Color
<p style="color:#404461">Text here</p>
This sample text font color is #404461
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.
#404461 Background Color
<div style="background-color:#404461">
Div content here</div>
This div background color is #404461
#404461 Border Color
<div style="border:3px solid #404461">
Div here</div>
This div border color is #404461
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,68,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #404461; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #404461; -webkit-box-shadow: 1px 1px 3px 2px #404461; box-shadow: 1px 1px 3px 2px #404461; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,68,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #404461">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #404461; -webkit-box-shadow: 1px 1px 3px 2px #404461; box-shadow: 1px 1px 3px 2px #404461;">
Div content here</div>
This div box has shadow with color #404461
Comments
No comments written yet.
Please login to write comment.