Shades of Blue Chill #458A92
Tints of Blue Chill #458A92
RGB
CMYK
RGB Variations
Color information
#458A92 (or 0x458A92) is known color: Blue Chill. HEX triplet: 45, 8A and 92. RGB value is (69,138,146). Sum of RGB (Red+Green+Blue) = 69+138+146=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #458A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458A92 is #BA756D. Grayscale: #767676. Windows color (decimal): -12219758 or 9603653. OLE color: 9603653.
HSL color Cylindrical-coordinate representation of color #458A92: hue angle of 186.23º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #458A92 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 138 | 146 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.43 |
| HSL | 186.23º | 0.36% | 0.42% | - |
| HSV(B) | 186.23º | 0.53% | 0.57% | - |
| XYZ | 16.73 | 21.52 | 30.47 | - |
| YUV | 118.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 146 | 0.53 | 0.05 | 0 | 0.43 | 186.23 | 0.36 | 0.42 |
| Hex | 45 | 8A | 92 | 35 | 5 | 0 | 2B | BA | 24 | 2A |
| Octal | 105 | 212 | 222 | 65 | 5 | 0 | 53 | 272 | 44 | 52 |
| Binary | 1000101 | 10001010 | 10010010 | 110101 | 101 | 0 | 101011 | 10111010 | 100100 | 101010 |
Color Harmonies of #458A92
Complementary color
Monochromatic Colors of #458A92
Black with #458A92
Text Example
Text Example
White with #458A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A92; }
p { color: rgb(69,138,146); }
H1.HeaderClassName
{
color: #458A92;
}
.AnyTagClassName
{
color: #458A92;
}
</style>
background-color css
<style>
a { background-color: #458A92; }
a { background-color: rgb(69,138,146); }
div.DivClassName
{
background-color: #458A92;
}
.BgClassName
{
background-color: #458A92;
}
</style>
border-color css
<style>
span { border-color: #458A92; }
span { border-color: rgb(69,138,146); }
td.TdClassName
{
border-color: #458A92;
}
.TagClassName
{
border-color: #458A92;
}
</style>