Shades of Blue Chill #459096
Tints of Blue Chill #459096
RGB
CMYK
RGB Variations
Color information
#459096 (or 0x459096) is known color: Blue Chill. HEX triplet: 45, 90 and 96. RGB value is (69,144,150). Sum of RGB (Red+Green+Blue) = 69+144+150=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #459096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459096 is #BA6F69. Grayscale: #7A7A7A. Windows color (decimal): -12218218 or 9867333. OLE color: 9867333.
HSL color Cylindrical-coordinate representation of color #459096: hue angle of 184.44º 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 #459096 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 144 | 150 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.41 |
| HSL | 184.44º | 0.37% | 0.43% | - |
| HSV(B) | 184.44º | 0.54% | 0.59% | - |
| XYZ | 17.93 | 23.41 | 32.43 | - |
| YUV | 122.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 150 | 0.54 | 0.04 | 0 | 0.41 | 184.44 | 0.37 | 0.43 |
| Hex | 45 | 90 | 96 | 36 | 4 | 0 | 29 | B8 | 25 | 2B |
| Octal | 105 | 220 | 226 | 66 | 4 | 0 | 51 | 270 | 45 | 53 |
| Binary | 1000101 | 10010000 | 10010110 | 110110 | 100 | 0 | 101001 | 10111000 | 100101 | 101011 |
Color Harmonies of #459096
Complementary color
Monochromatic Colors of #459096
Black with #459096
Text Example
Text Example
White with #459096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459096; }
p { color: rgb(69,144,150); }
H1.HeaderClassName
{
color: #459096;
}
.AnyTagClassName
{
color: #459096;
}
</style>
background-color css
<style>
a { background-color: #459096; }
a { background-color: rgb(69,144,150); }
div.DivClassName
{
background-color: #459096;
}
.BgClassName
{
background-color: #459096;
}
</style>
border-color css
<style>
span { border-color: #459096; }
span { border-color: rgb(69,144,150); }
td.TdClassName
{
border-color: #459096;
}
.TagClassName
{
border-color: #459096;
}
</style>