Shades of Half Baked #4B9997
Tints of Half Baked #4B9997
RGB
CMYK
RGB Variations
Color information
#4B9997 (or 0x4B9997) is known color: Half Baked. HEX triplet: 4B, 99 and 97. RGB value is (75,153,151). Sum of RGB (Red+Green+Blue) = 75+153+151=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #4B9997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9997 is #B46668. Grayscale: #818181. Windows color (decimal): -11822697 or 9935179. OLE color: 9935179.
HSL color Cylindrical-coordinate representation of color #4B9997: hue angle of 178.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9997 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 153 | 151 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.4 |
| HSL | 178.46º | 0.34% | 0.45% | - |
| HSV(B) | 178.46º | 0.51% | 0.6% | - |
| XYZ | 19.88 | 26.51 | 33.35 | - |
| YUV | 129.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 151 | 0.51 | 0 | 0.01 | 0.4 | 178.46 | 0.34 | 0.45 |
| Hex | 4B | 99 | 97 | 33 | 0 | 1 | 28 | B2 | 22 | 2D |
| Octal | 113 | 231 | 227 | 63 | 0 | 1 | 50 | 262 | 42 | 55 |
| Binary | 1001011 | 10011001 | 10010111 | 110011 | 0 | 1 | 101000 | 10110010 | 100010 | 101101 |
Color Harmonies of #4B9997
Complementary color
Monochromatic Colors of #4B9997
Black with #4B9997
Text Example
Text Example
White with #4B9997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9997; }
p { color: rgb(75,153,151); }
H1.HeaderClassName
{
color: #4B9997;
}
.AnyTagClassName
{
color: #4B9997;
}
</style>
background-color css
<style>
a { background-color: #4B9997; }
a { background-color: rgb(75,153,151); }
div.DivClassName
{
background-color: #4B9997;
}
.BgClassName
{
background-color: #4B9997;
}
</style>
border-color css
<style>
span { border-color: #4B9997; }
span { border-color: rgb(75,153,151); }
td.TdClassName
{
border-color: #4B9997;
}
.TagClassName
{
border-color: #4B9997;
}
</style>