Shades of Half Baked #499AA2
Tints of Half Baked #499AA2
RGB
CMYK
RGB Variations
Color information
#499AA2 (or 0x499AA2) is known color: Half Baked. HEX triplet: 49, 9A and A2. RGB value is (73,154,162). Sum of RGB (Red+Green+Blue) = 73+154+162=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 162 - color contains mainly: blue. Hex color #499AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499AA2 is #B6655D. Grayscale: #828282. Windows color (decimal): -11953502 or 10656329. OLE color: 10656329.
HSL color Cylindrical-coordinate representation of color #499AA2: hue angle of 185.39º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499AA2 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 154 | 162 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.36 |
| HSL | 185.39º | 0.38% | 0.46% | - |
| HSV(B) | 185.39º | 0.55% | 0.64% | - |
| XYZ | 20.82 | 27.14 | 38.32 | - |
| YUV | 130.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 162 | 0.55 | 0.05 | 0 | 0.36 | 185.39 | 0.38 | 0.46 |
| Hex | 49 | 9A | A2 | 37 | 5 | 0 | 24 | B9 | 26 | 2E |
| Octal | 111 | 232 | 242 | 67 | 5 | 0 | 44 | 271 | 46 | 56 |
| Binary | 1001001 | 10011010 | 10100010 | 110111 | 101 | 0 | 100100 | 10111001 | 100110 | 101110 |
Color Harmonies of #499AA2
Complementary color
Monochromatic Colors of #499AA2
Black with #499AA2
Text Example
Text Example
White with #499AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499AA2; }
p { color: rgb(73,154,162); }
H1.HeaderClassName
{
color: #499AA2;
}
.AnyTagClassName
{
color: #499AA2;
}
</style>
background-color css
<style>
a { background-color: #499AA2; }
a { background-color: rgb(73,154,162); }
div.DivClassName
{
background-color: #499AA2;
}
.BgClassName
{
background-color: #499AA2;
}
</style>
border-color css
<style>
span { border-color: #499AA2; }
span { border-color: rgb(73,154,162); }
td.TdClassName
{
border-color: #499AA2;
}
.TagClassName
{
border-color: #499AA2;
}
</style>