Shades of Blue Chill #458F92
Tints of Blue Chill #458F92
RGB
CMYK
RGB Variations
Color information
#458F92 (or 0x458F92) is known color: Blue Chill. HEX triplet: 45, 8F and 92. RGB value is (69,143,146). Sum of RGB (Red+Green+Blue) = 69+143+146=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #458F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458F92 is #BA706D. Grayscale: #797979. Windows color (decimal): -12218478 or 9604933. OLE color: 9604933.
HSL color Cylindrical-coordinate representation of color #458F92: hue angle of 182.34º 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 #458F92 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 143 | 146 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.43 |
| HSL | 182.34º | 0.36% | 0.42% | - |
| HSV(B) | 182.34º | 0.53% | 0.57% | - |
| XYZ | 17.47 | 22.99 | 30.71 | - |
| YUV | 121.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 146 | 0.53 | 0.02 | 0 | 0.43 | 182.34 | 0.36 | 0.42 |
| Hex | 45 | 8F | 92 | 35 | 2 | 0 | 2B | B6 | 24 | 2A |
| Octal | 105 | 217 | 222 | 65 | 2 | 0 | 53 | 266 | 44 | 52 |
| Binary | 1000101 | 10001111 | 10010010 | 110101 | 10 | 0 | 101011 | 10110110 | 100100 | 101010 |
Color Harmonies of #458F92
Complementary color
Monochromatic Colors of #458F92
Black with #458F92
Text Example
Text Example
White with #458F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458F92; }
p { color: rgb(69,143,146); }
H1.HeaderClassName
{
color: #458F92;
}
.AnyTagClassName
{
color: #458F92;
}
</style>
background-color css
<style>
a { background-color: #458F92; }
a { background-color: rgb(69,143,146); }
div.DivClassName
{
background-color: #458F92;
}
.BgClassName
{
background-color: #458F92;
}
</style>
border-color css
<style>
span { border-color: #458F92; }
span { border-color: rgb(69,143,146); }
td.TdClassName
{
border-color: #458F92;
}
.TagClassName
{
border-color: #458F92;
}
</style>