Shades of Blue Chill #409390
Tints of Blue Chill #409390
RGB
CMYK
RGB Variations
Color information
#409390 (or 0x409390) is known color: Blue Chill. HEX triplet: 40, 93 and 90. RGB value is (64,147,144). Sum of RGB (Red+Green+Blue) = 64+147+144=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #409390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409390 is #BF6C6F. Grayscale: #797979. Windows color (decimal): -12545136 or 9474880. OLE color: 9474880.
HSL color Cylindrical-coordinate representation of color #409390: hue angle of 177.83º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409390 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 144 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.42 |
| HSL | 177.83º | 0.39% | 0.41% | - |
| HSV(B) | 177.83º | 0.56% | 0.58% | - |
| XYZ | 17.58 | 23.97 | 30.09 | - |
| YUV | 121.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 144 | 0.56 | 0 | 0.02 | 0.42 | 177.83 | 0.39 | 0.41 |
| Hex | 40 | 93 | 90 | 38 | 0 | 2 | 2A | B2 | 27 | 29 |
| Octal | 100 | 223 | 220 | 70 | 0 | 2 | 52 | 262 | 47 | 51 |
| Binary | 1000000 | 10010011 | 10010000 | 111000 | 0 | 10 | 101010 | 10110010 | 100111 | 101001 |
Color Harmonies of #409390
Complementary color
Monochromatic Colors of #409390
Black with #409390
Text Example
Text Example
White with #409390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409390; }
p { color: rgb(64,147,144); }
H1.HeaderClassName
{
color: #409390;
}
.AnyTagClassName
{
color: #409390;
}
</style>
background-color css
<style>
a { background-color: #409390; }
a { background-color: rgb(64,147,144); }
div.DivClassName
{
background-color: #409390;
}
.BgClassName
{
background-color: #409390;
}
</style>
border-color css
<style>
span { border-color: #409390; }
span { border-color: rgb(64,147,144); }
td.TdClassName
{
border-color: #409390;
}
.TagClassName
{
border-color: #409390;
}
</style>