Shades of Blue Chill #459696
Tints of Blue Chill #459696
RGB
CMYK
RGB Variations
Color information
#459696 (or 0x459696) is known color: Blue Chill. HEX triplet: 45, 96 and 96. RGB value is (69,150,150). Sum of RGB (Red+Green+Blue) = 69+150+150=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #459696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459696 is #BA6969. Grayscale: #7D7D7D. Windows color (decimal): -12216682 or 9868869. OLE color: 9868869.
HSL color Cylindrical-coordinate representation of color #459696: hue angle of 180º 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 #459696 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 150 | 150 | - |
| CMYK | 0.54 | 0 | 0 | 0.41 |
| HSL | 180º | 0.37% | 0.43% | - |
| HSV(B) | 180º | 0.54% | 0.59% | - |
| XYZ | 18.87 | 25.28 | 32.74 | - |
| YUV | 125.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 150 | 150 | 0.54 | 0 | 0 | 0.41 | 180 | 0.37 | 0.43 |
| Hex | 45 | 96 | 96 | 36 | 0 | 0 | 29 | B4 | 25 | 2B |
| Octal | 105 | 226 | 226 | 66 | 0 | 0 | 51 | 264 | 45 | 53 |
| Binary | 1000101 | 10010110 | 10010110 | 110110 | 0 | 0 | 101001 | 10110100 | 100101 | 101011 |
Color Harmonies of #459696
Complementary color
Monochromatic Colors of #459696
Black with #459696
Text Example
Text Example
White with #459696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459696; }
p { color: rgb(69,150,150); }
H1.HeaderClassName
{
color: #459696;
}
.AnyTagClassName
{
color: #459696;
}
</style>
background-color css
<style>
a { background-color: #459696; }
a { background-color: rgb(69,150,150); }
div.DivClassName
{
background-color: #459696;
}
.BgClassName
{
background-color: #459696;
}
</style>
border-color css
<style>
span { border-color: #459696; }
span { border-color: rgb(69,150,150); }
td.TdClassName
{
border-color: #459696;
}
.TagClassName
{
border-color: #459696;
}
</style>