Shades of Half Baked #4D9792
Tints of Half Baked #4D9792
RGB
CMYK
RGB Variations
Color information
#4D9792 (or 0x4D9792) is known color: Half Baked. HEX triplet: 4D, 97 and 92. RGB value is (77,151,146). Sum of RGB (Red+Green+Blue) = 77+151+146=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9792 is #B2686D. Grayscale: #808080. Windows color (decimal): -11692142 or 9606989. OLE color: 9606989.
HSL color Cylindrical-coordinate representation of color #4D9792: hue angle of 175.95º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9792 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 146 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.41 |
| HSL | 175.95º | 0.32% | 0.45% | - |
| HSV(B) | 175.95º | 0.49% | 0.59% | - |
| XYZ | 19.32 | 25.79 | 31.15 | - |
| YUV | 128.3 | 137.98 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 146 | 0.49 | 0 | 0.03 | 0.41 | 175.95 | 0.32 | 0.45 |
| Hex | 4D | 97 | 92 | 31 | 0 | 3 | 29 | B0 | 20 | 2D |
| Octal | 115 | 227 | 222 | 61 | 0 | 3 | 51 | 260 | 40 | 55 |
| Binary | 1001101 | 10010111 | 10010010 | 110001 | 0 | 11 | 101001 | 10110000 | 100000 | 101101 |
Color Harmonies of #4D9792
Complementary color
Monochromatic Colors of #4D9792
Black with #4D9792
Text Example
Text Example
White with #4D9792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9792; }
p { color: rgb(77,151,146); }
H1.HeaderClassName
{
color: #4D9792;
}
.AnyTagClassName
{
color: #4D9792;
}
</style>
background-color css
<style>
a { background-color: #4D9792; }
a { background-color: rgb(77,151,146); }
div.DivClassName
{
background-color: #4D9792;
}
.BgClassName
{
background-color: #4D9792;
}
</style>
border-color css
<style>
span { border-color: #4D9792; }
span { border-color: rgb(77,151,146); }
td.TdClassName
{
border-color: #4D9792;
}
.TagClassName
{
border-color: #4D9792;
}
</style>