Shades of Blue Chill #409892
Tints of Blue Chill #409892
RGB
CMYK
RGB Variations
Color information
#409892 (or 0x409892) is known color: Blue Chill. HEX triplet: 40, 98 and 92. RGB value is (64,152,146). Sum of RGB (Red+Green+Blue) = 64+152+146=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #409892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409892 is #BF676D. Grayscale: #7C7C7C. Windows color (decimal): -12543854 or 9607232. OLE color: 9607232.
HSL color Cylindrical-coordinate representation of color #409892: hue angle of 175.91º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409892 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 146 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.40 |
| HSL | 175.91º | 0.41% | 0.42% | - |
| HSV(B) | 175.91º | 0.58% | 0.6% | - |
| XYZ | 18.53 | 25.62 | 31.16 | - |
| YUV | 125 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 146 | 0.58 | 0 | 0.04 | 0.40 | 175.91 | 0.41 | 0.42 |
| Hex | 40 | 98 | 92 | 3A | 0 | 4 | 28 | B0 | 29 | 2A |
| Octal | 100 | 230 | 222 | 72 | 0 | 4 | 50 | 260 | 51 | 52 |
| Binary | 1000000 | 10011000 | 10010010 | 111010 | 0 | 100 | 101000 | 10110000 | 101001 | 101010 |
Color Harmonies of #409892
Complementary color
Monochromatic Colors of #409892
Black with #409892
Text Example
Text Example
White with #409892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409892; }
p { color: rgb(64,152,146); }
H1.HeaderClassName
{
color: #409892;
}
.AnyTagClassName
{
color: #409892;
}
</style>
background-color css
<style>
a { background-color: #409892; }
a { background-color: rgb(64,152,146); }
div.DivClassName
{
background-color: #409892;
}
.BgClassName
{
background-color: #409892;
}
</style>
border-color css
<style>
span { border-color: #409892; }
span { border-color: rgb(64,152,146); }
td.TdClassName
{
border-color: #409892;
}
.TagClassName
{
border-color: #409892;
}
</style>