Shades of Blue Chill #409098
Tints of Blue Chill #409098
RGB
CMYK
RGB Variations
Color information
#409098 (or 0x409098) is known color: Blue Chill. HEX triplet: 40, 90 and 98. RGB value is (64,144,152). Sum of RGB (Red+Green+Blue) = 64+144+152=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #409098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409098 is #BF6F67. Grayscale: #787878. Windows color (decimal): -12545896 or 9998400. OLE color: 9998400.
HSL color Cylindrical-coordinate representation of color #409098: hue angle of 185.45º 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 #409098 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 144 | 152 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.40 |
| HSL | 185.45º | 0.41% | 0.42% | - |
| HSV(B) | 185.45º | 0.58% | 0.6% | - |
| XYZ | 17.76 | 23.3 | 33.27 | - |
| YUV | 120.99 | 145.5 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 152 | 0.58 | 0.05 | 0 | 0.40 | 185.45 | 0.41 | 0.42 |
| Hex | 40 | 90 | 98 | 3A | 5 | 0 | 28 | B9 | 29 | 2A |
| Octal | 100 | 220 | 230 | 72 | 5 | 0 | 50 | 271 | 51 | 52 |
| Binary | 1000000 | 10010000 | 10011000 | 111010 | 101 | 0 | 101000 | 10111001 | 101001 | 101010 |
Color Harmonies of #409098
Complementary color
Monochromatic Colors of #409098
Black with #409098
Text Example
Text Example
White with #409098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409098; }
p { color: rgb(64,144,152); }
H1.HeaderClassName
{
color: #409098;
}
.AnyTagClassName
{
color: #409098;
}
</style>
background-color css
<style>
a { background-color: #409098; }
a { background-color: rgb(64,144,152); }
div.DivClassName
{
background-color: #409098;
}
.BgClassName
{
background-color: #409098;
}
</style>
border-color css
<style>
span { border-color: #409098; }
span { border-color: rgb(64,144,152); }
td.TdClassName
{
border-color: #409098;
}
.TagClassName
{
border-color: #409098;
}
</style>