Shades of Blue Chill #459896
Tints of Blue Chill #459896
RGB
CMYK
RGB Variations
Color information
#459896 (or 0x459896) is known color: Blue Chill. HEX triplet: 45, 98 and 96. RGB value is (69,152,150). Sum of RGB (Red+Green+Blue) = 69+152+150=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #459896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459896 is #BA6769. Grayscale: #7E7E7E. Windows color (decimal): -12216170 or 9869381. OLE color: 9869381.
HSL color Cylindrical-coordinate representation of color #459896: hue angle of 178.55º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459896 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 152 | 150 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.40 |
| HSL | 178.55º | 0.38% | 0.43% | - |
| HSV(B) | 178.55º | 0.55% | 0.6% | - |
| XYZ | 19.19 | 25.92 | 32.85 | - |
| YUV | 126.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 152 | 150 | 0.55 | 0 | 0.01 | 0.40 | 178.55 | 0.38 | 0.43 |
| Hex | 45 | 98 | 96 | 37 | 0 | 1 | 28 | B3 | 26 | 2B |
| Octal | 105 | 230 | 226 | 67 | 0 | 1 | 50 | 263 | 46 | 53 |
| Binary | 1000101 | 10011000 | 10010110 | 110111 | 0 | 1 | 101000 | 10110011 | 100110 | 101011 |
Color Harmonies of #459896
Complementary color
Monochromatic Colors of #459896
Black with #459896
Text Example
Text Example
White with #459896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459896; }
p { color: rgb(69,152,150); }
H1.HeaderClassName
{
color: #459896;
}
.AnyTagClassName
{
color: #459896;
}
</style>
background-color css
<style>
a { background-color: #459896; }
a { background-color: rgb(69,152,150); }
div.DivClassName
{
background-color: #459896;
}
.BgClassName
{
background-color: #459896;
}
</style>
border-color css
<style>
span { border-color: #459896; }
span { border-color: rgb(69,152,150); }
td.TdClassName
{
border-color: #459896;
}
.TagClassName
{
border-color: #459896;
}
</style>