Shades of Half Baked #4B9197
Tints of Half Baked #4B9197
RGB
CMYK
RGB Variations
Color information
#4B9197 (or 0x4B9197) is known color: Half Baked. HEX triplet: 4B, 91 and 97. RGB value is (75,145,151). Sum of RGB (Red+Green+Blue) = 75+145+151=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #4B9197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9197 is #B46E68. Grayscale: #7C7C7C. Windows color (decimal): -11824745 or 9933131. OLE color: 9933131.
HSL color Cylindrical-coordinate representation of color #4B9197: hue angle of 184.74º 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 #4B9197 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 145 | 151 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.41 |
| HSL | 184.74º | 0.34% | 0.44% | - |
| HSV(B) | 184.74º | 0.5% | 0.59% | - |
| XYZ | 18.61 | 23.98 | 32.93 | - |
| YUV | 124.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 145 | 151 | 0.50 | 0.04 | 0 | 0.41 | 184.74 | 0.34 | 0.44 |
| Hex | 4B | 91 | 97 | 32 | 4 | 0 | 29 | B9 | 22 | 2C |
| Octal | 113 | 221 | 227 | 62 | 4 | 0 | 51 | 271 | 42 | 54 |
| Binary | 1001011 | 10010001 | 10010111 | 110010 | 100 | 0 | 101001 | 10111001 | 100010 | 101100 |
Color Harmonies of #4B9197
Complementary color
Monochromatic Colors of #4B9197
Black with #4B9197
Text Example
Text Example
White with #4B9197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9197; }
p { color: rgb(75,145,151); }
H1.HeaderClassName
{
color: #4B9197;
}
.AnyTagClassName
{
color: #4B9197;
}
</style>
background-color css
<style>
a { background-color: #4B9197; }
a { background-color: rgb(75,145,151); }
div.DivClassName
{
background-color: #4B9197;
}
.BgClassName
{
background-color: #4B9197;
}
</style>
border-color css
<style>
span { border-color: #4B9197; }
span { border-color: rgb(75,145,151); }
td.TdClassName
{
border-color: #4B9197;
}
.TagClassName
{
border-color: #4B9197;
}
</style>