Shades of Blue Chill #409D9E
Tints of Blue Chill #409D9E
RGB
CMYK
RGB Variations
Color information
#409D9E (or 0x409D9E) is known color: Blue Chill. HEX triplet: 40, 9D and 9E. RGB value is (64,157,158). Sum of RGB (Red+Green+Blue) = 64+157+158=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #409D9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409D9E is #BF6261. Grayscale: #818181. Windows color (decimal): -12542562 or 10394944. OLE color: 10394944.
HSL color Cylindrical-coordinate representation of color #409D9E: hue angle of 180.64º 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 #409D9E is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 158 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.38 |
| HSL | 180.64º | 0.42% | 0.44% | - |
| HSV(B) | 180.64º | 0.59% | 0.62% | - |
| XYZ | 20.34 | 27.67 | 36.62 | - |
| YUV | 129.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 158 | 0.59 | 0.01 | 0 | 0.38 | 180.64 | 0.42 | 0.44 |
| Hex | 40 | 9D | 9E | 3B | 1 | 0 | 26 | B5 | 2A | 2C |
| Octal | 100 | 235 | 236 | 73 | 1 | 0 | 46 | 265 | 52 | 54 |
| Binary | 1000000 | 10011101 | 10011110 | 111011 | 1 | 0 | 100110 | 10110101 | 101010 | 101100 |
Color Harmonies of #409D9E
Complementary color
Monochromatic Colors of #409D9E
Black with #409D9E
Text Example
Text Example
White with #409D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D9E; }
p { color: rgb(64,157,158); }
H1.HeaderClassName
{
color: #409D9E;
}
.AnyTagClassName
{
color: #409D9E;
}
</style>
background-color css
<style>
a { background-color: #409D9E; }
a { background-color: rgb(64,157,158); }
div.DivClassName
{
background-color: #409D9E;
}
.BgClassName
{
background-color: #409D9E;
}
</style>
border-color css
<style>
span { border-color: #409D9E; }
span { border-color: rgb(64,157,158); }
td.TdClassName
{
border-color: #409D9E;
}
.TagClassName
{
border-color: #409D9E;
}
</style>