Shades of Half Baked #49969D
Tints of Half Baked #49969D
RGB
CMYK
RGB Variations
Color information
#49969D (or 0x49969D) is known color: Half Baked. HEX triplet: 49, 96 and 9D. RGB value is (73,150,157). Sum of RGB (Red+Green+Blue) = 73+150+157=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #49969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49969D is #B66962. Grayscale: #7F7F7F. Windows color (decimal): -11954531 or 10327625. OLE color: 10327625.
HSL color Cylindrical-coordinate representation of color #49969D: hue angle of 185º 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 #49969D is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 150 | 157 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.38 |
| HSL | 185º | 0.37% | 0.45% | - |
| HSV(B) | 185º | 0.54% | 0.62% | - |
| XYZ | 19.74 | 25.66 | 35.81 | - |
| YUV | 127.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 157 | 0.54 | 0.04 | 0 | 0.38 | 185 | 0.37 | 0.45 |
| Hex | 49 | 96 | 9D | 36 | 4 | 0 | 26 | B9 | 25 | 2D |
| Octal | 111 | 226 | 235 | 66 | 4 | 0 | 46 | 271 | 45 | 55 |
| Binary | 1001001 | 10010110 | 10011101 | 110110 | 100 | 0 | 100110 | 10111001 | 100101 | 101101 |
Color Harmonies of #49969D
Complementary color
Monochromatic Colors of #49969D
Black with #49969D
Text Example
Text Example
White with #49969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49969D; }
p { color: rgb(73,150,157); }
H1.HeaderClassName
{
color: #49969D;
}
.AnyTagClassName
{
color: #49969D;
}
</style>
background-color css
<style>
a { background-color: #49969D; }
a { background-color: rgb(73,150,157); }
div.DivClassName
{
background-color: #49969D;
}
.BgClassName
{
background-color: #49969D;
}
</style>
border-color css
<style>
span { border-color: #49969D; }
span { border-color: rgb(73,150,157); }
td.TdClassName
{
border-color: #49969D;
}
.TagClassName
{
border-color: #49969D;
}
</style>