Shades of Half Baked #499299
Tints of Half Baked #499299
RGB
CMYK
RGB Variations
Color information
#499299 (or 0x499299) is known color: Half Baked. HEX triplet: 49, 92 and 99. RGB value is (73,146,153). Sum of RGB (Red+Green+Blue) = 73+146+153=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #499299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499299 is #B66D66. Grayscale: #7C7C7C. Windows color (decimal): -11955559 or 10064457. OLE color: 10064457.
HSL color Cylindrical-coordinate representation of color #499299: hue angle of 185.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499299 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 146 | 153 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.4 |
| HSL | 185.25º | 0.35% | 0.44% | - |
| HSV(B) | 185.25º | 0.52% | 0.6% | - |
| XYZ | 18.78 | 24.27 | 33.83 | - |
| YUV | 124.97 | 143.82 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 153 | 0.52 | 0.05 | 0 | 0.4 | 185.25 | 0.35 | 0.44 |
| Hex | 49 | 92 | 99 | 34 | 5 | 0 | 28 | B9 | 23 | 2C |
| Octal | 111 | 222 | 231 | 64 | 5 | 0 | 50 | 271 | 43 | 54 |
| Binary | 1001001 | 10010010 | 10011001 | 110100 | 101 | 0 | 101000 | 10111001 | 100011 | 101100 |
Color Harmonies of #499299
Complementary color
Monochromatic Colors of #499299
Black with #499299
Text Example
Text Example
White with #499299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499299; }
p { color: rgb(73,146,153); }
H1.HeaderClassName
{
color: #499299;
}
.AnyTagClassName
{
color: #499299;
}
</style>
background-color css
<style>
a { background-color: #499299; }
a { background-color: rgb(73,146,153); }
div.DivClassName
{
background-color: #499299;
}
.BgClassName
{
background-color: #499299;
}
</style>
border-color css
<style>
span { border-color: #499299; }
span { border-color: rgb(73,146,153); }
td.TdClassName
{
border-color: #499299;
}
.TagClassName
{
border-color: #499299;
}
</style>