Color spaces of #404dac
RGB | 64 | 77 | 172 |
---|---|---|---|
HSL | 0.65 | 0.46 | 0.46 |
HSV | 233° | 63° | 67° |
CMYK | 0.63 | 0.55 | 0.00 0.33 |
XYZ | 12.2146 | 9.3763 | 40.1958 |
Yxy | 9.3763 | 0.1977 | 0.1518 |
Hunter Lab | 30.6207 | 17.6173 | -56.3954 |
CIE-Lab | 36.6989 | 25.1686 | -52.6128 |
#404dac color RGB value is (64,77,172).
#404dac hex color red value is 64, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #404dac hue: 0.65 , saturation: 0.46 and the lightness value of 404dac is 0.46.
The process color (four color CMYK) of #404dac color hex is 0.63, 0.55, 0.00, 0.33. Web safe color of #404dac is #336699. Color #404dac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01001101 | 10101100 |
Octal | 100 | 115 | 254 |
Decimal | 64 | 77 | 172 |
Hex | 40 | 4D | AC |
Shades of #404dac
Tints of #404dac
RGB Percentages of Color #404dac
CMYK Percentages of Color #404dac
Complementary Color
#404dac | #ac9f40 |
#404dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#404dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#404dac Color CSS Codes
.mybgcolor {background-color:#404dac; } .myforecolor {color:#404dac; } .mybordercolor {border:3px solid #404dac; }
#404dac Text Font Color
<p style="color:#404dac">Text here</p>
This sample text font color is #404dac
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.
#404dac Background Color
<div style="background-color:#404dac">
Div content here</div>
This div background color is #404dac
#404dac Border Color
<div style="border:3px solid #404dac">
Div here</div>
This div border color is #404dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,77,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #404dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #404dac; -webkit-box-shadow: 1px 1px 3px 2px #404dac; box-shadow: 1px 1px 3px 2px #404dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,77,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #404dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #404dac; -webkit-box-shadow: 1px 1px 3px 2px #404dac; box-shadow: 1px 1px 3px 2px #404dac;">
Div content here</div>
This div box has shadow with color #404dac
Comments
No comments written yet.
Please login to write comment.