Shades of Half Baked #49999F
Tints of Half Baked #49999F
RGB
CMYK
RGB Variations
Color information
#49999F (or 0x49999F) is known color: Half Baked. HEX triplet: 49, 99 and 9F. RGB value is (73,153,159). Sum of RGB (Red+Green+Blue) = 73+153+159=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #49999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49999F is #B66660. Grayscale: #818181. Windows color (decimal): -11953761 or 10459465. OLE color: 10459465.
HSL color Cylindrical-coordinate representation of color #49999F: hue angle of 184.19º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49999F is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 153 | 159 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.38 |
| HSL | 184.19º | 0.37% | 0.45% | - |
| HSV(B) | 184.19º | 0.54% | 0.62% | - |
| XYZ | 20.4 | 26.7 | 36.88 | - |
| YUV | 129.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 159 | 0.54 | 0.04 | 0 | 0.38 | 184.19 | 0.37 | 0.45 |
| Hex | 49 | 99 | 9F | 36 | 4 | 0 | 26 | B8 | 25 | 2D |
| Octal | 111 | 231 | 237 | 66 | 4 | 0 | 46 | 270 | 45 | 55 |
| Binary | 1001001 | 10011001 | 10011111 | 110110 | 100 | 0 | 100110 | 10111000 | 100101 | 101101 |
Color Harmonies of #49999F
Complementary color
Monochromatic Colors of #49999F
Black with #49999F
Text Example
Text Example
White with #49999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49999F; }
p { color: rgb(73,153,159); }
H1.HeaderClassName
{
color: #49999F;
}
.AnyTagClassName
{
color: #49999F;
}
</style>
background-color css
<style>
a { background-color: #49999F; }
a { background-color: rgb(73,153,159); }
div.DivClassName
{
background-color: #49999F;
}
.BgClassName
{
background-color: #49999F;
}
</style>
border-color css
<style>
span { border-color: #49999F; }
span { border-color: rgb(73,153,159); }
td.TdClassName
{
border-color: #49999F;
}
.TagClassName
{
border-color: #49999F;
}
</style>