Shades of Blue Chill #409095
Tints of Blue Chill #409095
RGB
CMYK
RGB Variations
Color information
#409095 (or 0x409095) is known color: Blue Chill. HEX triplet: 40, 90 and 95. RGB value is (64,144,149). Sum of RGB (Red+Green+Blue) = 64+144+149=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #409095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409095 is #BF6F6A. Grayscale: #787878. Windows color (decimal): -12545899 or 9801792. OLE color: 9801792.
HSL color Cylindrical-coordinate representation of color #409095: hue angle of 183.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409095 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 144 | 149 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.42 |
| HSL | 183.53º | 0.4% | 0.42% | - |
| HSV(B) | 183.53º | 0.57% | 0.58% | - |
| XYZ | 17.51 | 23.21 | 31.99 | - |
| YUV | 120.65 | 144 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 149 | 0.57 | 0.03 | 0 | 0.42 | 183.53 | 0.4 | 0.42 |
| Hex | 40 | 90 | 95 | 39 | 3 | 0 | 2A | B8 | 28 | 2A |
| Octal | 100 | 220 | 225 | 71 | 3 | 0 | 52 | 270 | 50 | 52 |
| Binary | 1000000 | 10010000 | 10010101 | 111001 | 11 | 0 | 101010 | 10111000 | 101000 | 101010 |
Color Harmonies of #409095
Complementary color
Monochromatic Colors of #409095
Black with #409095
Text Example
Text Example
White with #409095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409095; }
p { color: rgb(64,144,149); }
H1.HeaderClassName
{
color: #409095;
}
.AnyTagClassName
{
color: #409095;
}
</style>
background-color css
<style>
a { background-color: #409095; }
a { background-color: rgb(64,144,149); }
div.DivClassName
{
background-color: #409095;
}
.BgClassName
{
background-color: #409095;
}
</style>
border-color css
<style>
span { border-color: #409095; }
span { border-color: rgb(64,144,149); }
td.TdClassName
{
border-color: #409095;
}
.TagClassName
{
border-color: #409095;
}
</style>