Shades of Blue Chill #458D96
Tints of Blue Chill #458D96
RGB
CMYK
RGB Variations
Color information
#458D96 (or 0x458D96) is known color: Blue Chill. HEX triplet: 45, 8D and 96. RGB value is (69,141,150). Sum of RGB (Red+Green+Blue) = 69+141+150=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #458D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458D96 is #BA7269. Grayscale: #787878. Windows color (decimal): -12218986 or 9866565. OLE color: 9866565.
HSL color Cylindrical-coordinate representation of color #458D96: hue angle of 186.67º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #458D96 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 141 | 150 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.41 |
| HSL | 186.67º | 0.37% | 0.43% | - |
| HSV(B) | 186.67º | 0.54% | 0.59% | - |
| XYZ | 17.48 | 22.52 | 32.28 | - |
| YUV | 120.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 150 | 0.54 | 0.06 | 0 | 0.41 | 186.67 | 0.37 | 0.43 |
| Hex | 45 | 8D | 96 | 36 | 6 | 0 | 29 | BB | 25 | 2B |
| Octal | 105 | 215 | 226 | 66 | 6 | 0 | 51 | 273 | 45 | 53 |
| Binary | 1000101 | 10001101 | 10010110 | 110110 | 110 | 0 | 101001 | 10111011 | 100101 | 101011 |
Color Harmonies of #458D96
Complementary color
Monochromatic Colors of #458D96
Black with #458D96
Text Example
Text Example
White with #458D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D96; }
p { color: rgb(69,141,150); }
H1.HeaderClassName
{
color: #458D96;
}
.AnyTagClassName
{
color: #458D96;
}
</style>
background-color css
<style>
a { background-color: #458D96; }
a { background-color: rgb(69,141,150); }
div.DivClassName
{
background-color: #458D96;
}
.BgClassName
{
background-color: #458D96;
}
</style>
border-color css
<style>
span { border-color: #458D96; }
span { border-color: rgb(69,141,150); }
td.TdClassName
{
border-color: #458D96;
}
.TagClassName
{
border-color: #458D96;
}
</style>