Shades of Blue Chill #458D92
Tints of Blue Chill #458D92
RGB
CMYK
RGB Variations
Color information
#458D92 (or 0x458D92) is known color: Blue Chill. HEX triplet: 45, 8D and 92. RGB value is (69,141,146). Sum of RGB (Red+Green+Blue) = 69+141+146=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #458D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458D92 is #BA726D. Grayscale: #777777. Windows color (decimal): -12218990 or 9604421. OLE color: 9604421.
HSL color Cylindrical-coordinate representation of color #458D92: hue angle of 183.9º 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 #458D92 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 141 | 146 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.43 |
| HSL | 183.9º | 0.36% | 0.42% | - |
| HSV(B) | 183.9º | 0.53% | 0.57% | - |
| XYZ | 17.17 | 22.39 | 30.61 | - |
| YUV | 120.04 | 142.65 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 146 | 0.53 | 0.03 | 0 | 0.43 | 183.9 | 0.36 | 0.42 |
| Hex | 45 | 8D | 92 | 35 | 3 | 0 | 2B | B8 | 24 | 2A |
| Octal | 105 | 215 | 222 | 65 | 3 | 0 | 53 | 270 | 44 | 52 |
| Binary | 1000101 | 10001101 | 10010010 | 110101 | 11 | 0 | 101011 | 10111000 | 100100 | 101010 |
Color Harmonies of #458D92
Complementary color
Monochromatic Colors of #458D92
Black with #458D92
Text Example
Text Example
White with #458D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D92; }
p { color: rgb(69,141,146); }
H1.HeaderClassName
{
color: #458D92;
}
.AnyTagClassName
{
color: #458D92;
}
</style>
background-color css
<style>
a { background-color: #458D92; }
a { background-color: rgb(69,141,146); }
div.DivClassName
{
background-color: #458D92;
}
.BgClassName
{
background-color: #458D92;
}
</style>
border-color css
<style>
span { border-color: #458D92; }
span { border-color: rgb(69,141,146); }
td.TdClassName
{
border-color: #458D92;
}
.TagClassName
{
border-color: #458D92;
}
</style>