Shades of Blue Chill #459097
Tints of Blue Chill #459097
RGB
CMYK
RGB Variations
Color information
#459097 (or 0x459097) is known color: Blue Chill. HEX triplet: 45, 90 and 97. RGB value is (69,144,151). Sum of RGB (Red+Green+Blue) = 69+144+151=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 151 - color contains mainly: blue. Hex color #459097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459097 is #BA6F68. Grayscale: #7A7A7A. Windows color (decimal): -12218217 or 9932869. OLE color: 9932869.
HSL color Cylindrical-coordinate representation of color #459097: hue angle of 185.12º 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 #459097 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 144 | 151 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.41 |
| HSL | 185.12º | 0.37% | 0.43% | - |
| HSV(B) | 185.12º | 0.54% | 0.59% | - |
| XYZ | 18.01 | 23.45 | 32.85 | - |
| YUV | 122.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 151 | 0.54 | 0.05 | 0 | 0.41 | 185.12 | 0.37 | 0.43 |
| Hex | 45 | 90 | 97 | 36 | 5 | 0 | 29 | B9 | 25 | 2B |
| Octal | 105 | 220 | 227 | 66 | 5 | 0 | 51 | 271 | 45 | 53 |
| Binary | 1000101 | 10010000 | 10010111 | 110110 | 101 | 0 | 101001 | 10111001 | 100101 | 101011 |
Color Harmonies of #459097
Complementary color
Monochromatic Colors of #459097
Black with #459097
Text Example
Text Example
White with #459097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459097; }
p { color: rgb(69,144,151); }
H1.HeaderClassName
{
color: #459097;
}
.AnyTagClassName
{
color: #459097;
}
</style>
background-color css
<style>
a { background-color: #459097; }
a { background-color: rgb(69,144,151); }
div.DivClassName
{
background-color: #459097;
}
.BgClassName
{
background-color: #459097;
}
</style>
border-color css
<style>
span { border-color: #459097; }
span { border-color: rgb(69,144,151); }
td.TdClassName
{
border-color: #459097;
}
.TagClassName
{
border-color: #459097;
}
</style>