Shades of Blue Chill #4499A0
Tints of Blue Chill #4499A0
RGB
CMYK
RGB Variations
Color information
#4499A0 (or 0x4499A0) is known color: Blue Chill. HEX triplet: 44, 99 and A0. RGB value is (68,153,160). Sum of RGB (Red+Green+Blue) = 68+153+160=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #4499A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4499A0 is #BB665F. Grayscale: #808080. Windows color (decimal): -12281440 or 10524996. OLE color: 10524996.
HSL color Cylindrical-coordinate representation of color #4499A0: hue angle of 184.57º 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 #4499A0 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 153 | 160 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.37 |
| HSL | 184.57º | 0.4% | 0.45% | - |
| HSV(B) | 184.57º | 0.58% | 0.63% | - |
| XYZ | 20.12 | 26.55 | 37.32 | - |
| YUV | 128.38 | 145.84 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 160 | 0.57 | 0.04 | 0 | 0.37 | 184.57 | 0.4 | 0.45 |
| Hex | 44 | 99 | A0 | 39 | 4 | 0 | 25 | B9 | 28 | 2D |
| Octal | 104 | 231 | 240 | 71 | 4 | 0 | 45 | 271 | 50 | 55 |
| Binary | 1000100 | 10011001 | 10100000 | 111001 | 100 | 0 | 100101 | 10111001 | 101000 | 101101 |
Color Harmonies of #4499A0
Complementary color
Monochromatic Colors of #4499A0
Black with #4499A0
Text Example
Text Example
White with #4499A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4499A0; }
p { color: rgb(68,153,160); }
H1.HeaderClassName
{
color: #4499A0;
}
.AnyTagClassName
{
color: #4499A0;
}
</style>
background-color css
<style>
a { background-color: #4499A0; }
a { background-color: rgb(68,153,160); }
div.DivClassName
{
background-color: #4499A0;
}
.BgClassName
{
background-color: #4499A0;
}
</style>
border-color css
<style>
span { border-color: #4499A0; }
span { border-color: rgb(68,153,160); }
td.TdClassName
{
border-color: #4499A0;
}
.TagClassName
{
border-color: #4499A0;
}
</style>