Shades of Blue Chill #409896
Tints of Blue Chill #409896
RGB
CMYK
RGB Variations
Color information
#409896 (or 0x409896) is known color: Blue Chill. HEX triplet: 40, 98 and 96. RGB value is (64,152,150). Sum of RGB (Red+Green+Blue) = 64+152+150=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #409896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409896 is #BF6769. Grayscale: #7D7D7D. Windows color (decimal): -12543850 or 9869376. OLE color: 9869376.
HSL color Cylindrical-coordinate representation of color #409896: hue angle of 178.64º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409896 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 150 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.40 |
| HSL | 178.64º | 0.41% | 0.42% | - |
| HSV(B) | 178.64º | 0.58% | 0.6% | - |
| XYZ | 18.85 | 25.75 | 32.83 | - |
| YUV | 125.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 150 | 0.58 | 0 | 0.01 | 0.40 | 178.64 | 0.41 | 0.42 |
| Hex | 40 | 98 | 96 | 3A | 0 | 1 | 28 | B3 | 29 | 2A |
| Octal | 100 | 230 | 226 | 72 | 0 | 1 | 50 | 263 | 51 | 52 |
| Binary | 1000000 | 10011000 | 10010110 | 111010 | 0 | 1 | 101000 | 10110011 | 101001 | 101010 |
Color Harmonies of #409896
Complementary color
Monochromatic Colors of #409896
Black with #409896
Text Example
Text Example
White with #409896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409896; }
p { color: rgb(64,152,150); }
H1.HeaderClassName
{
color: #409896;
}
.AnyTagClassName
{
color: #409896;
}
</style>
background-color css
<style>
a { background-color: #409896; }
a { background-color: rgb(64,152,150); }
div.DivClassName
{
background-color: #409896;
}
.BgClassName
{
background-color: #409896;
}
</style>
border-color css
<style>
span { border-color: #409896; }
span { border-color: rgb(64,152,150); }
td.TdClassName
{
border-color: #409896;
}
.TagClassName
{
border-color: #409896;
}
</style>