Shades of Blue Chill #459EA1
Tints of Blue Chill #459EA1
RGB
CMYK
RGB Variations
Color information
#459EA1 (or 0x459EA1) is known color: Blue Chill. HEX triplet: 45, 9E and A1. RGB value is (69,158,161). Sum of RGB (Red+Green+Blue) = 69+158+161=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #459EA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459EA1 is #BA615E. Grayscale: #838383. Windows color (decimal): -12214623 or 10591813. OLE color: 10591813.
HSL color Cylindrical-coordinate representation of color #459EA1: hue angle of 181.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 #459EA1 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 158 | 161 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.37 |
| HSL | 181.96º | 0.4% | 0.45% | - |
| HSV(B) | 181.96º | 0.57% | 0.63% | - |
| XYZ | 21.11 | 28.29 | 38.07 | - |
| YUV | 131.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 161 | 0.57 | 0.02 | 0 | 0.37 | 181.96 | 0.4 | 0.45 |
| Hex | 45 | 9E | A1 | 39 | 2 | 0 | 25 | B6 | 28 | 2D |
| Octal | 105 | 236 | 241 | 71 | 2 | 0 | 45 | 266 | 50 | 55 |
| Binary | 1000101 | 10011110 | 10100001 | 111001 | 10 | 0 | 100101 | 10110110 | 101000 | 101101 |
Color Harmonies of #459EA1
Complementary color
Monochromatic Colors of #459EA1
Black with #459EA1
Text Example
Text Example
White with #459EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459EA1; }
p { color: rgb(69,158,161); }
H1.HeaderClassName
{
color: #459EA1;
}
.AnyTagClassName
{
color: #459EA1;
}
</style>
background-color css
<style>
a { background-color: #459EA1; }
a { background-color: rgb(69,158,161); }
div.DivClassName
{
background-color: #459EA1;
}
.BgClassName
{
background-color: #459EA1;
}
</style>
border-color css
<style>
span { border-color: #459EA1; }
span { border-color: rgb(69,158,161); }
td.TdClassName
{
border-color: #459EA1;
}
.TagClassName
{
border-color: #459EA1;
}
</style>