Shades of Blue Chill #459BA0
Tints of Blue Chill #459BA0
RGB
CMYK
RGB Variations
Color information
#459BA0 (or 0x459BA0) is known color: Blue Chill. HEX triplet: 45, 9B and A0. RGB value is (69,155,160). Sum of RGB (Red+Green+Blue) = 69+155+160=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: blue. Hex color #459BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459BA0 is #BA645F. Grayscale: #818181. Windows color (decimal): -12215392 or 10525509. OLE color: 10525509.
HSL color Cylindrical-coordinate representation of color #459BA0: hue angle of 183.3º 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 #459BA0 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 155 | 160 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.37 |
| HSL | 183.3º | 0.4% | 0.45% | - |
| HSV(B) | 183.3º | 0.57% | 0.63% | - |
| XYZ | 20.52 | 27.25 | 37.44 | - |
| YUV | 129.86 | 145.01 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 160 | 0.57 | 0.03 | 0 | 0.37 | 183.3 | 0.4 | 0.45 |
| Hex | 45 | 9B | A0 | 39 | 3 | 0 | 25 | B7 | 28 | 2D |
| Octal | 105 | 233 | 240 | 71 | 3 | 0 | 45 | 267 | 50 | 55 |
| Binary | 1000101 | 10011011 | 10100000 | 111001 | 11 | 0 | 100101 | 10110111 | 101000 | 101101 |
Color Harmonies of #459BA0
Complementary color
Monochromatic Colors of #459BA0
Black with #459BA0
Text Example
Text Example
White with #459BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BA0; }
p { color: rgb(69,155,160); }
H1.HeaderClassName
{
color: #459BA0;
}
.AnyTagClassName
{
color: #459BA0;
}
</style>
background-color css
<style>
a { background-color: #459BA0; }
a { background-color: rgb(69,155,160); }
div.DivClassName
{
background-color: #459BA0;
}
.BgClassName
{
background-color: #459BA0;
}
</style>
border-color css
<style>
span { border-color: #459BA0; }
span { border-color: rgb(69,155,160); }
td.TdClassName
{
border-color: #459BA0;
}
.TagClassName
{
border-color: #459BA0;
}
</style>