Shades of Half Baked #4F9891
Tints of Half Baked #4F9891
RGB
CMYK
RGB Variations
Color information
#4F9891 (or 0x4F9891) is known color: Half Baked. HEX triplet: 4F, 98 and 91. RGB value is (79,152,145). Sum of RGB (Red+Green+Blue) = 79+152+145=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #4F9891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9891 is #B0676E. Grayscale: #818181. Windows color (decimal): -11560815 or 9541711. OLE color: 9541711.
HSL color Cylindrical-coordinate representation of color #4F9891: hue angle of 174.25º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F9891 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 152 | 145 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.40 |
| HSL | 174.25º | 0.32% | 0.45% | - |
| HSV(B) | 174.25º | 0.48% | 0.6% | - |
| XYZ | 19.56 | 26.16 | 30.81 | - |
| YUV | 129.38 | 136.82 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 152 | 145 | 0.48 | 0 | 0.05 | 0.40 | 174.25 | 0.32 | 0.45 |
| Hex | 4F | 98 | 91 | 30 | 0 | 5 | 28 | AE | 20 | 2D |
| Octal | 117 | 230 | 221 | 60 | 0 | 5 | 50 | 256 | 40 | 55 |
| Binary | 1001111 | 10011000 | 10010001 | 110000 | 0 | 101 | 101000 | 10101110 | 100000 | 101101 |
Color Harmonies of #4F9891
Complementary color
Monochromatic Colors of #4F9891
Black with #4F9891
Text Example
Text Example
White with #4F9891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9891; }
p { color: rgb(79,152,145); }
H1.HeaderClassName
{
color: #4F9891;
}
.AnyTagClassName
{
color: #4F9891;
}
</style>
background-color css
<style>
a { background-color: #4F9891; }
a { background-color: rgb(79,152,145); }
div.DivClassName
{
background-color: #4F9891;
}
.BgClassName
{
background-color: #4F9891;
}
</style>
border-color css
<style>
span { border-color: #4F9891; }
span { border-color: rgb(79,152,145); }
td.TdClassName
{
border-color: #4F9891;
}
.TagClassName
{
border-color: #4F9891;
}
</style>