Shades of Blue Chill #409B92
Tints of Blue Chill #409B92
RGB
CMYK
RGB Variations
Color information
#409B92 (or 0x409B92) is known color: Blue Chill. HEX triplet: 40, 9B and 92. RGB value is (64,155,146). Sum of RGB (Red+Green+Blue) = 64+155+146=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #409B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409B92 is #BF646D. Grayscale: #7E7E7E. Windows color (decimal): -12543086 or 9608000. OLE color: 9608000.
HSL color Cylindrical-coordinate representation of color #409B92: hue angle of 174.07º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B92 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 155 | 146 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.39 |
| HSL | 174.07º | 0.42% | 0.43% | - |
| HSV(B) | 174.07º | 0.59% | 0.61% | - |
| XYZ | 19.02 | 26.61 | 31.33 | - |
| YUV | 126.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 146 | 0.59 | 0 | 0.06 | 0.39 | 174.07 | 0.42 | 0.43 |
| Hex | 40 | 9B | 92 | 3B | 0 | 6 | 27 | AE | 2A | 2B |
| Octal | 100 | 233 | 222 | 73 | 0 | 6 | 47 | 256 | 52 | 53 |
| Binary | 1000000 | 10011011 | 10010010 | 111011 | 0 | 110 | 100111 | 10101110 | 101010 | 101011 |
Color Harmonies of #409B92
Complementary color
Monochromatic Colors of #409B92
Black with #409B92
Text Example
Text Example
White with #409B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409B92; }
p { color: rgb(64,155,146); }
H1.HeaderClassName
{
color: #409B92;
}
.AnyTagClassName
{
color: #409B92;
}
</style>
background-color css
<style>
a { background-color: #409B92; }
a { background-color: rgb(64,155,146); }
div.DivClassName
{
background-color: #409B92;
}
.BgClassName
{
background-color: #409B92;
}
</style>
border-color css
<style>
span { border-color: #409B92; }
span { border-color: rgb(64,155,146); }
td.TdClassName
{
border-color: #409B92;
}
.TagClassName
{
border-color: #409B92;
}
</style>