Shades of Half Baked #4B9797
Tints of Half Baked #4B9797
RGB
CMYK
RGB Variations
Color information
#4B9797 (or 0x4B9797) is known color: Half Baked. HEX triplet: 4B, 97 and 97. RGB value is (75,151,151). Sum of RGB (Red+Green+Blue) = 75+151+151=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #4B9797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9797 is #B46868. Grayscale: #808080. Windows color (decimal): -11823209 or 9934667. OLE color: 9934667.
HSL color Cylindrical-coordinate representation of color #4B9797: hue angle of 180º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9797 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 151 | 151 | - |
| CMYK | 0.50 | 0 | 0 | 0.41 |
| HSL | 180º | 0.34% | 0.44% | - |
| HSV(B) | 180º | 0.5% | 0.59% | - |
| XYZ | 19.55 | 25.86 | 33.24 | - |
| YUV | 128.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 151 | 151 | 0.50 | 0 | 0 | 0.41 | 180 | 0.34 | 0.44 |
| Hex | 4B | 97 | 97 | 32 | 0 | 0 | 29 | B4 | 22 | 2C |
| Octal | 113 | 227 | 227 | 62 | 0 | 0 | 51 | 264 | 42 | 54 |
| Binary | 1001011 | 10010111 | 10010111 | 110010 | 0 | 0 | 101001 | 10110100 | 100010 | 101100 |
Color Harmonies of #4B9797
Complementary color
Monochromatic Colors of #4B9797
Black with #4B9797
Text Example
Text Example
White with #4B9797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9797; }
p { color: rgb(75,151,151); }
H1.HeaderClassName
{
color: #4B9797;
}
.AnyTagClassName
{
color: #4B9797;
}
</style>
background-color css
<style>
a { background-color: #4B9797; }
a { background-color: rgb(75,151,151); }
div.DivClassName
{
background-color: #4B9797;
}
.BgClassName
{
background-color: #4B9797;
}
</style>
border-color css
<style>
span { border-color: #4B9797; }
span { border-color: rgb(75,151,151); }
td.TdClassName
{
border-color: #4B9797;
}
.TagClassName
{
border-color: #4B9797;
}
</style>