Shades of Half Baked #4B9B98
Tints of Half Baked #4B9B98
RGB
CMYK
RGB Variations
Color information
#4B9B98 (or 0x4B9B98) is known color: Half Baked. HEX triplet: 4B, 9B and 98. RGB value is (75,155,152). Sum of RGB (Red+Green+Blue) = 75+155+152=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9B98 is #B46467. Grayscale: #828282. Windows color (decimal): -11822184 or 10001227. OLE color: 10001227.
HSL color Cylindrical-coordinate representation of color #4B9B98: hue angle of 177.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9B98 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 155 | 152 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.39 |
| HSL | 177.75º | 0.35% | 0.45% | - |
| HSV(B) | 177.75º | 0.52% | 0.61% | - |
| XYZ | 20.29 | 27.21 | 33.89 | - |
| YUV | 130.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 155 | 152 | 0.52 | 0 | 0.02 | 0.39 | 177.75 | 0.35 | 0.45 |
| Hex | 4B | 9B | 98 | 34 | 0 | 2 | 27 | B2 | 23 | 2D |
| Octal | 113 | 233 | 230 | 64 | 0 | 2 | 47 | 262 | 43 | 55 |
| Binary | 1001011 | 10011011 | 10011000 | 110100 | 0 | 10 | 100111 | 10110010 | 100011 | 101101 |
Color Harmonies of #4B9B98
Complementary color
Monochromatic Colors of #4B9B98
Black with #4B9B98
Text Example
Text Example
White with #4B9B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9B98; }
p { color: rgb(75,155,152); }
H1.HeaderClassName
{
color: #4B9B98;
}
.AnyTagClassName
{
color: #4B9B98;
}
</style>
background-color css
<style>
a { background-color: #4B9B98; }
a { background-color: rgb(75,155,152); }
div.DivClassName
{
background-color: #4B9B98;
}
.BgClassName
{
background-color: #4B9B98;
}
</style>
border-color css
<style>
span { border-color: #4B9B98; }
span { border-color: rgb(75,155,152); }
td.TdClassName
{
border-color: #4B9B98;
}
.TagClassName
{
border-color: #4B9B98;
}
</style>