Shades of Blue Chill #409193
Tints of Blue Chill #409193
RGB
CMYK
RGB Variations
Color information
#409193 (or 0x409193) is known color: Blue Chill. HEX triplet: 40, 91 and 93. RGB value is (64,145,147). Sum of RGB (Red+Green+Blue) = 64+145+147=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #409193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409193 is #BF6E6C. Grayscale: #787878. Windows color (decimal): -12545645 or 9670976. OLE color: 9670976.
HSL color Cylindrical-coordinate representation of color #409193: hue angle of 181.45º 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 #409193 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 145 | 147 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.42 |
| HSL | 181.45º | 0.39% | 0.41% | - |
| HSV(B) | 181.45º | 0.56% | 0.58% | - |
| XYZ | 17.51 | 23.45 | 31.21 | - |
| YUV | 121.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 147 | 0.56 | 0.01 | 0 | 0.42 | 181.45 | 0.39 | 0.41 |
| Hex | 40 | 91 | 93 | 38 | 1 | 0 | 2A | B5 | 27 | 29 |
| Octal | 100 | 221 | 223 | 70 | 1 | 0 | 52 | 265 | 47 | 51 |
| Binary | 1000000 | 10010001 | 10010011 | 111000 | 1 | 0 | 101010 | 10110101 | 100111 | 101001 |
Color Harmonies of #409193
Complementary color
Monochromatic Colors of #409193
Black with #409193
Text Example
Text Example
White with #409193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409193; }
p { color: rgb(64,145,147); }
H1.HeaderClassName
{
color: #409193;
}
.AnyTagClassName
{
color: #409193;
}
</style>
background-color css
<style>
a { background-color: #409193; }
a { background-color: rgb(64,145,147); }
div.DivClassName
{
background-color: #409193;
}
.BgClassName
{
background-color: #409193;
}
</style>
border-color css
<style>
span { border-color: #409193; }
span { border-color: rgb(64,145,147); }
td.TdClassName
{
border-color: #409193;
}
.TagClassName
{
border-color: #409193;
}
</style>