Shades of Half Baked #4F8E8D
Tints of Half Baked #4F8E8D
RGB
CMYK
RGB Variations
Color information
#4F8E8D (or 0x4F8E8D) is known color: Half Baked. HEX triplet: 4F, 8E and 8D. RGB value is (79,142,141). Sum of RGB (Red+Green+Blue) = 79+142+141=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #4F8E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8E8D is #B07172. Grayscale: #7A7A7A. Windows color (decimal): -11563379 or 9277007. OLE color: 9277007.
HSL color Cylindrical-coordinate representation of color #4F8E8D: hue angle of 179.05º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F8E8D is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 142 | 141 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.44 |
| HSL | 179.05º | 0.29% | 0.43% | - |
| HSV(B) | 179.05º | 0.44% | 0.56% | - |
| XYZ | 17.71 | 22.93 | 28.69 | - |
| YUV | 123.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 142 | 141 | 0.44 | 0 | 0.01 | 0.44 | 179.05 | 0.29 | 0.43 |
| Hex | 4F | 8E | 8D | 2C | 0 | 1 | 2C | B3 | 1D | 2B |
| Octal | 117 | 216 | 215 | 54 | 0 | 1 | 54 | 263 | 35 | 53 |
| Binary | 1001111 | 10001110 | 10001101 | 101100 | 0 | 1 | 101100 | 10110011 | 11101 | 101011 |
Color Harmonies of #4F8E8D
Complementary color
Monochromatic Colors of #4F8E8D
Black with #4F8E8D
Text Example
Text Example
White with #4F8E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8E8D; }
p { color: rgb(79,142,141); }
H1.HeaderClassName
{
color: #4F8E8D;
}
.AnyTagClassName
{
color: #4F8E8D;
}
</style>
background-color css
<style>
a { background-color: #4F8E8D; }
a { background-color: rgb(79,142,141); }
div.DivClassName
{
background-color: #4F8E8D;
}
.BgClassName
{
background-color: #4F8E8D;
}
</style>
border-color css
<style>
span { border-color: #4F8E8D; }
span { border-color: rgb(79,142,141); }
td.TdClassName
{
border-color: #4F8E8D;
}
.TagClassName
{
border-color: #4F8E8D;
}
</style>