Shades of Blue Chill #409DA0
Tints of Blue Chill #409DA0
RGB
CMYK
RGB Variations
Color information
#409DA0 (or 0x409DA0) is known color: Blue Chill. HEX triplet: 40, 9D and A0. RGB value is (64,157,160). Sum of RGB (Red+Green+Blue) = 64+157+160=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #409DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409DA0 is #BF625F. Grayscale: #818181. Windows color (decimal): -12542560 or 10526016. OLE color: 10526016.
HSL color Cylindrical-coordinate representation of color #409DA0: hue angle of 181.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409DA0 is Cyan = 0.6, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 157 | 160 | - |
| CMYK | 0.6 | 0.02 | 0 | 0.37 |
| HSL | 181.88º | 0.43% | 0.44% | - |
| HSV(B) | 181.88º | 0.6% | 0.63% | - |
| XYZ | 20.52 | 27.74 | 37.53 | - |
| YUV | 129.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 160 | 0.6 | 0.02 | 0 | 0.37 | 181.88 | 0.43 | 0.44 |
| Hex | 40 | 9D | A0 | 3C | 2 | 0 | 25 | B6 | 2B | 2C |
| Octal | 100 | 235 | 240 | 74 | 2 | 0 | 45 | 266 | 53 | 54 |
| Binary | 1000000 | 10011101 | 10100000 | 111100 | 10 | 0 | 100101 | 10110110 | 101011 | 101100 |
Color Harmonies of #409DA0
Complementary color
Monochromatic Colors of #409DA0
Black with #409DA0
Text Example
Text Example
White with #409DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409DA0; }
p { color: rgb(64,157,160); }
H1.HeaderClassName
{
color: #409DA0;
}
.AnyTagClassName
{
color: #409DA0;
}
</style>
background-color css
<style>
a { background-color: #409DA0; }
a { background-color: rgb(64,157,160); }
div.DivClassName
{
background-color: #409DA0;
}
.BgClassName
{
background-color: #409DA0;
}
</style>
border-color css
<style>
span { border-color: #409DA0; }
span { border-color: rgb(64,157,160); }
td.TdClassName
{
border-color: #409DA0;
}
.TagClassName
{
border-color: #409DA0;
}
</style>