Shades of Blue Chill #459F99
Tints of Blue Chill #459F99
RGB
CMYK
RGB Variations
Color information
#459F99 (or 0x459F99) is known color: Blue Chill. HEX triplet: 45, 9F and 99. RGB value is (69,159,153). Sum of RGB (Red+Green+Blue) = 69+159+153=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #459F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459F99 is #BA6066. Grayscale: #838383. Windows color (decimal): -12214375 or 10067781. OLE color: 10067781.
HSL color Cylindrical-coordinate representation of color #459F99: hue angle of 176º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #459F99 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 153 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.38 |
| HSL | 176º | 0.39% | 0.45% | - |
| HSV(B) | 176º | 0.57% | 0.62% | - |
| XYZ | 20.6 | 28.36 | 34.53 | - |
| YUV | 131.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 153 | 0.57 | 0 | 0.04 | 0.38 | 176 | 0.39 | 0.45 |
| Hex | 45 | 9F | 99 | 39 | 0 | 4 | 26 | B0 | 27 | 2D |
| Octal | 105 | 237 | 231 | 71 | 0 | 4 | 46 | 260 | 47 | 55 |
| Binary | 1000101 | 10011111 | 10011001 | 111001 | 0 | 100 | 100110 | 10110000 | 100111 | 101101 |
Color Harmonies of #459F99
Complementary color
Monochromatic Colors of #459F99
Black with #459F99
Text Example
Text Example
White with #459F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F99; }
p { color: rgb(69,159,153); }
H1.HeaderClassName
{
color: #459F99;
}
.AnyTagClassName
{
color: #459F99;
}
</style>
background-color css
<style>
a { background-color: #459F99; }
a { background-color: rgb(69,159,153); }
div.DivClassName
{
background-color: #459F99;
}
.BgClassName
{
background-color: #459F99;
}
</style>
border-color css
<style>
span { border-color: #459F99; }
span { border-color: rgb(69,159,153); }
td.TdClassName
{
border-color: #459F99;
}
.TagClassName
{
border-color: #459F99;
}
</style>