Shades of Blue Chill #459AA0
Tints of Blue Chill #459AA0
RGB
CMYK
RGB Variations
Color information
#459AA0 (or 0x459AA0) is known color: Blue Chill. HEX triplet: 45, 9A and A0. RGB value is (69,154,160). Sum of RGB (Red+Green+Blue) = 69+154+160=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #459AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459AA0 is #BA655F. Grayscale: #818181. Windows color (decimal): -12215648 or 10525253. OLE color: 10525253.
HSL color Cylindrical-coordinate representation of color #459AA0: hue angle of 183.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #459AA0 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 154 | 160 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.37 |
| HSL | 183.96º | 0.4% | 0.45% | - |
| HSV(B) | 183.96º | 0.57% | 0.63% | - |
| XYZ | 20.36 | 26.91 | 37.38 | - |
| YUV | 129.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 160 | 0.57 | 0.04 | 0 | 0.37 | 183.96 | 0.4 | 0.45 |
| Hex | 45 | 9A | A0 | 39 | 4 | 0 | 25 | B8 | 28 | 2D |
| Octal | 105 | 232 | 240 | 71 | 4 | 0 | 45 | 270 | 50 | 55 |
| Binary | 1000101 | 10011010 | 10100000 | 111001 | 100 | 0 | 100101 | 10111000 | 101000 | 101101 |
Color Harmonies of #459AA0
Complementary color
Monochromatic Colors of #459AA0
Black with #459AA0
Text Example
Text Example
White with #459AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459AA0; }
p { color: rgb(69,154,160); }
H1.HeaderClassName
{
color: #459AA0;
}
.AnyTagClassName
{
color: #459AA0;
}
</style>
background-color css
<style>
a { background-color: #459AA0; }
a { background-color: rgb(69,154,160); }
div.DivClassName
{
background-color: #459AA0;
}
.BgClassName
{
background-color: #459AA0;
}
</style>
border-color css
<style>
span { border-color: #459AA0; }
span { border-color: rgb(69,154,160); }
td.TdClassName
{
border-color: #459AA0;
}
.TagClassName
{
border-color: #459AA0;
}
</style>