Color spaces of #409bac
RGB | 64 | 155 | 172 |
---|---|---|---|
HSL | 0.53 | 0.46 | 0.46 |
HSV | 189° | 63° | 67° |
CMYK | 0.63 | 0.10 | 0.00 0.33 |
XYZ | 21.2821 | 27.5112 | 43.2182 |
Yxy | 27.5112 | 0.2313 | 0.2990 |
Hunter Lab | 52.4511 | -19.3629 | -12.1375 |
CIE-Lab | 59.4445 | -21.5732 | -16.9057 |
#409bac color RGB value is (64,155,172).
#409bac hex color red value is 64, green value is 155 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #409bac hue: 0.53 , saturation: 0.46 and the lightness value of 409bac is 0.46.
The process color (four color CMYK) of #409bac color hex is 0.63, 0.10, 0.00, 0.33. Web safe color of #409bac is #339999. Color #409bac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 10011011 | 10101100 |
Octal | 100 | 233 | 254 |
Decimal | 64 | 155 | 172 |
Hex | 40 | 9B | AC |
Shades of #409bac
Tints of #409bac
RGB Percentages of Color #409bac
CMYK Percentages of Color #409bac
Complementary Color
#409bac | #ac5140 |
#409bac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#409bac Color Preview on White Background
Lorem ipsum dolor sit amet.
#409bac Color CSS Codes
.mybgcolor {background-color:#409bac; } .myforecolor {color:#409bac; } .mybordercolor {border:3px solid #409bac; }
#409bac Text Font Color
<p style="color:#409bac">Text here</p>
This sample text font color is #409bac
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.
#409bac Background Color
<div style="background-color:#409bac">
Div content here</div>
This div background color is #409bac
#409bac Border Color
<div style="border:3px solid #409bac">
Div here</div>
This div border color is #409bac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,155,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #409bac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #409bac; -webkit-box-shadow: 1px 1px 3px 2px #409bac; box-shadow: 1px 1px 3px 2px #409bac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,155,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 #409bac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #409bac; -webkit-box-shadow: 1px 1px 3px 2px #409bac; box-shadow: 1px 1px 3px 2px #409bac;">
Div content here</div>
This div box has shadow with color #409bac
Comments
No comments written yet.
Please login to write comment.