Shades of Half Baked #4C9793
Tints of Half Baked #4C9793
RGB
CMYK
RGB Variations
Color information
#4C9793 (or 0x4C9793) is known color: Half Baked. HEX triplet: 4C, 97 and 93. RGB value is (76,151,147). Sum of RGB (Red+Green+Blue) = 76+151+147=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #4C9793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9793 is #B3686C. Grayscale: #808080. Windows color (decimal): -11757677 or 9672524. OLE color: 9672524.
HSL color Cylindrical-coordinate representation of color #4C9793: hue angle of 176.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C9793 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 151 | 147 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.41 |
| HSL | 176.8º | 0.33% | 0.45% | - |
| HSV(B) | 176.8º | 0.5% | 0.59% | - |
| XYZ | 19.31 | 25.78 | 31.56 | - |
| YUV | 128.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 151 | 147 | 0.50 | 0 | 0.03 | 0.41 | 176.8 | 0.33 | 0.45 |
| Hex | 4C | 97 | 93 | 32 | 0 | 3 | 29 | B1 | 21 | 2D |
| Octal | 114 | 227 | 223 | 62 | 0 | 3 | 51 | 261 | 41 | 55 |
| Binary | 1001100 | 10010111 | 10010011 | 110010 | 0 | 11 | 101001 | 10110001 | 100001 | 101101 |
Color Harmonies of #4C9793
Complementary color
Monochromatic Colors of #4C9793
Black with #4C9793
Text Example
Text Example
White with #4C9793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9793; }
p { color: rgb(76,151,147); }
H1.HeaderClassName
{
color: #4C9793;
}
.AnyTagClassName
{
color: #4C9793;
}
</style>
background-color css
<style>
a { background-color: #4C9793; }
a { background-color: rgb(76,151,147); }
div.DivClassName
{
background-color: #4C9793;
}
.BgClassName
{
background-color: #4C9793;
}
</style>
border-color css
<style>
span { border-color: #4C9793; }
span { border-color: rgb(76,151,147); }
td.TdClassName
{
border-color: #4C9793;
}
.TagClassName
{
border-color: #4C9793;
}
</style>