Shades of Half Baked #49979D
Tints of Half Baked #49979D
RGB
CMYK
RGB Variations
Color information
#49979D (or 0x49979D) is known color: Half Baked. HEX triplet: 49, 97 and 9D. RGB value is (73,151,157). Sum of RGB (Red+Green+Blue) = 73+151+157=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #49979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49979D is #B66862. Grayscale: #808080. Windows color (decimal): -11954275 or 10327881. OLE color: 10327881.
HSL color Cylindrical-coordinate representation of color #49979D: hue angle of 184.29º 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 #49979D is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 151 | 157 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.38 |
| HSL | 184.29º | 0.37% | 0.45% | - |
| HSV(B) | 184.29º | 0.54% | 0.62% | - |
| XYZ | 19.9 | 25.98 | 35.86 | - |
| YUV | 128.36 | 144.16 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 157 | 0.54 | 0.04 | 0 | 0.38 | 184.29 | 0.37 | 0.45 |
| Hex | 49 | 97 | 9D | 36 | 4 | 0 | 26 | B8 | 25 | 2D |
| Octal | 111 | 227 | 235 | 66 | 4 | 0 | 46 | 270 | 45 | 55 |
| Binary | 1001001 | 10010111 | 10011101 | 110110 | 100 | 0 | 100110 | 10111000 | 100101 | 101101 |
Color Harmonies of #49979D
Complementary color
Monochromatic Colors of #49979D
Black with #49979D
Text Example
Text Example
White with #49979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49979D; }
p { color: rgb(73,151,157); }
H1.HeaderClassName
{
color: #49979D;
}
.AnyTagClassName
{
color: #49979D;
}
</style>
background-color css
<style>
a { background-color: #49979D; }
a { background-color: rgb(73,151,157); }
div.DivClassName
{
background-color: #49979D;
}
.BgClassName
{
background-color: #49979D;
}
</style>
border-color css
<style>
span { border-color: #49979D; }
span { border-color: rgb(73,151,157); }
td.TdClassName
{
border-color: #49979D;
}
.TagClassName
{
border-color: #49979D;
}
</style>