Shades of Half Baked #4B9696
Tints of Half Baked #4B9696
RGB
CMYK
RGB Variations
Color information
#4B9696 (or 0x4B9696) is known color: Half Baked. HEX triplet: 4B, 96 and 96. RGB value is (75,150,150). Sum of RGB (Red+Green+Blue) = 75+150+150=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #4B9696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9696 is #B46969. Grayscale: #7F7F7F. Windows color (decimal): -11823466 or 9868875. OLE color: 9868875.
HSL color Cylindrical-coordinate representation of color #4B9696: hue angle of 180º degrees, saturation: 0.33, 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 #4B9696 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 150 | 150 | - |
| CMYK | 0.5 | 0 | 0 | 0.41 |
| HSL | 180º | 0.33% | 0.44% | - |
| HSV(B) | 180º | 0.5% | 0.59% | - |
| XYZ | 19.31 | 25.51 | 32.76 | - |
| YUV | 127.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 150 | 150 | 0.5 | 0 | 0 | 0.41 | 180 | 0.33 | 0.44 |
| Hex | 4B | 96 | 96 | 32 | 0 | 0 | 29 | B4 | 21 | 2C |
| Octal | 113 | 226 | 226 | 62 | 0 | 0 | 51 | 264 | 41 | 54 |
| Binary | 1001011 | 10010110 | 10010110 | 110010 | 0 | 0 | 101001 | 10110100 | 100001 | 101100 |
Color Harmonies of #4B9696
Complementary color
Monochromatic Colors of #4B9696
Black with #4B9696
Text Example
Text Example
White with #4B9696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9696; }
p { color: rgb(75,150,150); }
H1.HeaderClassName
{
color: #4B9696;
}
.AnyTagClassName
{
color: #4B9696;
}
</style>
background-color css
<style>
a { background-color: #4B9696; }
a { background-color: rgb(75,150,150); }
div.DivClassName
{
background-color: #4B9696;
}
.BgClassName
{
background-color: #4B9696;
}
</style>
border-color css
<style>
span { border-color: #4B9696; }
span { border-color: rgb(75,150,150); }
td.TdClassName
{
border-color: #4B9696;
}
.TagClassName
{
border-color: #4B9696;
}
</style>