Shades of Blue Chill #409492
Tints of Blue Chill #409492
RGB
CMYK
RGB Variations
Color information
#409492 (or 0x409492) is known color: Blue Chill. HEX triplet: 40, 94 and 92. RGB value is (64,148,146). Sum of RGB (Red+Green+Blue) = 64+148+146=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #409492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409492 is #BF6B6D. Grayscale: #7A7A7A. Windows color (decimal): -12544878 or 9606208. OLE color: 9606208.
HSL color Cylindrical-coordinate representation of color #409492: hue angle of 178.57º 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 #409492 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 148 | 146 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.42 |
| HSL | 178.57º | 0.4% | 0.42% | - |
| HSV(B) | 178.57º | 0.57% | 0.58% | - |
| XYZ | 17.89 | 24.35 | 30.95 | - |
| YUV | 122.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 146 | 0.57 | 0 | 0.01 | 0.42 | 178.57 | 0.4 | 0.42 |
| Hex | 40 | 94 | 92 | 39 | 0 | 1 | 2A | B3 | 28 | 2A |
| Octal | 100 | 224 | 222 | 71 | 0 | 1 | 52 | 263 | 50 | 52 |
| Binary | 1000000 | 10010100 | 10010010 | 111001 | 0 | 1 | 101010 | 10110011 | 101000 | 101010 |
Color Harmonies of #409492
Complementary color
Monochromatic Colors of #409492
Black with #409492
Text Example
Text Example
White with #409492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409492; }
p { color: rgb(64,148,146); }
H1.HeaderClassName
{
color: #409492;
}
.AnyTagClassName
{
color: #409492;
}
</style>
background-color css
<style>
a { background-color: #409492; }
a { background-color: rgb(64,148,146); }
div.DivClassName
{
background-color: #409492;
}
.BgClassName
{
background-color: #409492;
}
</style>
border-color css
<style>
span { border-color: #409492; }
span { border-color: rgb(64,148,146); }
td.TdClassName
{
border-color: #409492;
}
.TagClassName
{
border-color: #409492;
}
</style>