Shades of Half Baked #4899A0
Tints of Half Baked #4899A0
RGB
CMYK
RGB Variations
Color information
#4899A0 (or 0x4899A0) is known color: Half Baked. HEX triplet: 48, 99 and A0. RGB value is (72,153,160). Sum of RGB (Red+Green+Blue) = 72+153+160=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #4899A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4899A0 is #B7665F. Grayscale: #818181. Windows color (decimal): -12019296 or 10525000. OLE color: 10525000.
HSL color Cylindrical-coordinate representation of color #4899A0: hue angle of 184.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4899A0 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 153 | 160 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.37 |
| HSL | 184.77º | 0.38% | 0.45% | - |
| HSV(B) | 184.77º | 0.55% | 0.63% | - |
| XYZ | 20.41 | 26.7 | 37.34 | - |
| YUV | 129.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 160 | 0.55 | 0.04 | 0 | 0.37 | 184.77 | 0.38 | 0.45 |
| Hex | 48 | 99 | A0 | 37 | 4 | 0 | 25 | B9 | 26 | 2D |
| Octal | 110 | 231 | 240 | 67 | 4 | 0 | 45 | 271 | 46 | 55 |
| Binary | 1001000 | 10011001 | 10100000 | 110111 | 100 | 0 | 100101 | 10111001 | 100110 | 101101 |
Color Harmonies of #4899A0
Complementary color
Monochromatic Colors of #4899A0
Black with #4899A0
Text Example
Text Example
White with #4899A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4899A0; }
p { color: rgb(72,153,160); }
H1.HeaderClassName
{
color: #4899A0;
}
.AnyTagClassName
{
color: #4899A0;
}
</style>
background-color css
<style>
a { background-color: #4899A0; }
a { background-color: rgb(72,153,160); }
div.DivClassName
{
background-color: #4899A0;
}
.BgClassName
{
background-color: #4899A0;
}
</style>
border-color css
<style>
span { border-color: #4899A0; }
span { border-color: rgb(72,153,160); }
td.TdClassName
{
border-color: #4899A0;
}
.TagClassName
{
border-color: #4899A0;
}
</style>