Shades of Blue Chill #409DA2
Tints of Blue Chill #409DA2
RGB
CMYK
RGB Variations
Color information
#409DA2 (or 0x409DA2) is known color: Blue Chill. HEX triplet: 40, 9D and A2. RGB value is (64,157,162). Sum of RGB (Red+Green+Blue) = 64+157+162=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 162 - color contains mainly: blue. Hex color #409DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409DA2 is #BF625D. Grayscale: #818181. Windows color (decimal): -12542558 or 10657088. OLE color: 10657088.
HSL color Cylindrical-coordinate representation of color #409DA2: hue angle of 183.06º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409DA2 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 157 | 162 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.36 |
| HSL | 183.06º | 0.43% | 0.44% | - |
| HSV(B) | 183.06º | 0.6% | 0.64% | - |
| XYZ | 20.69 | 27.81 | 38.46 | - |
| YUV | 129.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 162 | 0.60 | 0.03 | 0 | 0.36 | 183.06 | 0.43 | 0.44 |
| Hex | 40 | 9D | A2 | 3C | 3 | 0 | 24 | B7 | 2B | 2C |
| Octal | 100 | 235 | 242 | 74 | 3 | 0 | 44 | 267 | 53 | 54 |
| Binary | 1000000 | 10011101 | 10100010 | 111100 | 11 | 0 | 100100 | 10110111 | 101011 | 101100 |
Color Harmonies of #409DA2
Complementary color
Monochromatic Colors of #409DA2
Black with #409DA2
Text Example
Text Example
White with #409DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409DA2; }
p { color: rgb(64,157,162); }
H1.HeaderClassName
{
color: #409DA2;
}
.AnyTagClassName
{
color: #409DA2;
}
</style>
background-color css
<style>
a { background-color: #409DA2; }
a { background-color: rgb(64,157,162); }
div.DivClassName
{
background-color: #409DA2;
}
.BgClassName
{
background-color: #409DA2;
}
</style>
border-color css
<style>
span { border-color: #409DA2; }
span { border-color: rgb(64,157,162); }
td.TdClassName
{
border-color: #409DA2;
}
.TagClassName
{
border-color: #409DA2;
}
</style>