Shades of Blue Chill #409293
Tints of Blue Chill #409293
RGB
CMYK
RGB Variations
Color information
#409293 (or 0x409293) is known color: Blue Chill. HEX triplet: 40, 92 and 93. RGB value is (64,146,147). Sum of RGB (Red+Green+Blue) = 64+146+147=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #409293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409293 is #BF6D6C. Grayscale: #797979. Windows color (decimal): -12545389 or 9671232. OLE color: 9671232.
HSL color Cylindrical-coordinate representation of color #409293: hue angle of 180.72º 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 #409293 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 146 | 147 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.42 |
| HSL | 180.72º | 0.39% | 0.41% | - |
| HSV(B) | 180.72º | 0.56% | 0.58% | - |
| XYZ | 17.66 | 23.75 | 31.26 | - |
| YUV | 121.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 147 | 0.56 | 0.01 | 0 | 0.42 | 180.72 | 0.39 | 0.41 |
| Hex | 40 | 92 | 93 | 38 | 1 | 0 | 2A | B5 | 27 | 29 |
| Octal | 100 | 222 | 223 | 70 | 1 | 0 | 52 | 265 | 47 | 51 |
| Binary | 1000000 | 10010010 | 10010011 | 111000 | 1 | 0 | 101010 | 10110101 | 100111 | 101001 |
Color Harmonies of #409293
Complementary color
Monochromatic Colors of #409293
Black with #409293
Text Example
Text Example
White with #409293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409293; }
p { color: rgb(64,146,147); }
H1.HeaderClassName
{
color: #409293;
}
.AnyTagClassName
{
color: #409293;
}
</style>
background-color css
<style>
a { background-color: #409293; }
a { background-color: rgb(64,146,147); }
div.DivClassName
{
background-color: #409293;
}
.BgClassName
{
background-color: #409293;
}
</style>
border-color css
<style>
span { border-color: #409293; }
span { border-color: rgb(64,146,147); }
td.TdClassName
{
border-color: #409293;
}
.TagClassName
{
border-color: #409293;
}
</style>