Color spaces of #404fcb
RGB | 64 | 79 | 203 |
---|---|---|---|
HSL | 0.65 | 0.57 | 0.52 |
HSV | 234° | 68° | 80° |
CMYK | 0.68 | 0.61 | 0.00 0.20 |
XYZ | 15.6898 | 10.9938 | 57.7950 |
Yxy | 10.9938 | 0.1857 | 0.1301 |
Hunter Lab | 33.1569 | 26.4414 | -80.1372 |
CIE-Lab | 39.5700 | 34.7554 | -66.1244 |
#404fcb color RGB value is (64,79,203).
#404fcb hex color red value is 64, green value is 79 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #404fcb hue: 0.65 , saturation: 0.57 and the lightness value of 404fcb is 0.52.
The process color (four color CMYK) of #404fcb color hex is 0.68, 0.61, 0.00, 0.20. Web safe color of #404fcb is #3366cc. Color #404fcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01001111 | 11001011 |
Octal | 100 | 117 | 313 |
Decimal | 64 | 79 | 203 |
Hex | 40 | 4F | CB |
Shades of #404fcb
Tints of #404fcb
RGB Percentages of Color #404fcb
CMYK Percentages of Color #404fcb
Complementary Color
#404fcb | #cbbc40 |
#404fcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#404fcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#404fcb Color CSS Codes
.mybgcolor {background-color:#404fcb; } .myforecolor {color:#404fcb; } .mybordercolor {border:3px solid #404fcb; }
#404fcb Text Font Color
<p style="color:#404fcb">Text here</p>
This sample text font color is #404fcb
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.
#404fcb Background Color
<div style="background-color:#404fcb">
Div content here</div>
This div background color is #404fcb
#404fcb Border Color
<div style="border:3px solid #404fcb">
Div here</div>
This div border color is #404fcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,79,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #404fcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #404fcb; -webkit-box-shadow: 1px 1px 3px 2px #404fcb; box-shadow: 1px 1px 3px 2px #404fcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,79,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #404fcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #404fcb; -webkit-box-shadow: 1px 1px 3px 2px #404fcb; box-shadow: 1px 1px 3px 2px #404fcb;">
Div content here</div>
This div box has shadow with color #404fcb
Comments
No comments written yet.
Please login to write comment.