Shades of Blue Chill #408B92
Tints of Blue Chill #408B92
RGB
CMYK
RGB Variations
Color information
#408B92 (or 0x408B92) is known color: Blue Chill. HEX triplet: 40, 8B and 92. RGB value is (64,139,146). Sum of RGB (Red+Green+Blue) = 64+139+146=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #408B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408B92 is #BF746D. Grayscale: #757575. Windows color (decimal): -12547182 or 9603904. OLE color: 9603904.
HSL color Cylindrical-coordinate representation of color #408B92: hue angle of 185.12º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408B92 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 139 | 146 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.43 |
| HSL | 185.12º | 0.39% | 0.41% | - |
| HSV(B) | 185.12º | 0.56% | 0.57% | - |
| XYZ | 16.54 | 21.63 | 30.5 | - |
| YUV | 117.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 146 | 0.56 | 0.05 | 0 | 0.43 | 185.12 | 0.39 | 0.41 |
| Hex | 40 | 8B | 92 | 38 | 5 | 0 | 2B | B9 | 27 | 29 |
| Octal | 100 | 213 | 222 | 70 | 5 | 0 | 53 | 271 | 47 | 51 |
| Binary | 1000000 | 10001011 | 10010010 | 111000 | 101 | 0 | 101011 | 10111001 | 100111 | 101001 |
Color Harmonies of #408B92
Complementary color
Monochromatic Colors of #408B92
Black with #408B92
Text Example
Text Example
White with #408B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B92; }
p { color: rgb(64,139,146); }
H1.HeaderClassName
{
color: #408B92;
}
.AnyTagClassName
{
color: #408B92;
}
</style>
background-color css
<style>
a { background-color: #408B92; }
a { background-color: rgb(64,139,146); }
div.DivClassName
{
background-color: #408B92;
}
.BgClassName
{
background-color: #408B92;
}
</style>
border-color css
<style>
span { border-color: #408B92; }
span { border-color: rgb(64,139,146); }
td.TdClassName
{
border-color: #408B92;
}
.TagClassName
{
border-color: #408B92;
}
</style>