Shades of Blue Chill #409E9B
Tints of Blue Chill #409E9B
RGB
CMYK
RGB Variations
Color information
#409E9B (or 0x409E9B) is known color: Blue Chill. HEX triplet: 40, 9E and 9B. RGB value is (64,158,155). Sum of RGB (Red+Green+Blue) = 64+158+155=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #409E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409E9B is #BF6164. Grayscale: #818181. Windows color (decimal): -12542309 or 10198592. OLE color: 10198592.
HSL color Cylindrical-coordinate representation of color #409E9B: hue angle of 178.09º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409E9B is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 155 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.38 |
| HSL | 178.09º | 0.42% | 0.44% | - |
| HSV(B) | 178.09º | 0.59% | 0.62% | - |
| XYZ | 20.26 | 27.91 | 35.33 | - |
| YUV | 129.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 155 | 0.59 | 0 | 0.02 | 0.38 | 178.09 | 0.42 | 0.44 |
| Hex | 40 | 9E | 9B | 3B | 0 | 2 | 26 | B2 | 2A | 2C |
| Octal | 100 | 236 | 233 | 73 | 0 | 2 | 46 | 262 | 52 | 54 |
| Binary | 1000000 | 10011110 | 10011011 | 111011 | 0 | 10 | 100110 | 10110010 | 101010 | 101100 |
Color Harmonies of #409E9B
Complementary color
Monochromatic Colors of #409E9B
Black with #409E9B
Text Example
Text Example
White with #409E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E9B; }
p { color: rgb(64,158,155); }
H1.HeaderClassName
{
color: #409E9B;
}
.AnyTagClassName
{
color: #409E9B;
}
</style>
background-color css
<style>
a { background-color: #409E9B; }
a { background-color: rgb(64,158,155); }
div.DivClassName
{
background-color: #409E9B;
}
.BgClassName
{
background-color: #409E9B;
}
</style>
border-color css
<style>
span { border-color: #409E9B; }
span { border-color: rgb(64,158,155); }
td.TdClassName
{
border-color: #409E9B;
}
.TagClassName
{
border-color: #409E9B;
}
</style>