Shades of Half Baked #4F888F
Tints of Half Baked #4F888F
RGB
CMYK
RGB Variations
Color information
#4F888F (or 0x4F888F) is known color: Half Baked. HEX triplet: 4F, 88 and 8F. RGB value is (79,136,143). Sum of RGB (Red+Green+Blue) = 79+136+143=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F888F is #B07770. Grayscale: #777777. Windows color (decimal): -11564913 or 9406543. OLE color: 9406543.
HSL color Cylindrical-coordinate representation of color #4F888F: hue angle of 186.56º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F888F is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 136 | 143 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.44 |
| HSL | 186.56º | 0.29% | 0.44% | - |
| HSV(B) | 186.56º | 0.45% | 0.56% | - |
| XYZ | 16.99 | 21.25 | 29.19 | - |
| YUV | 119.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 136 | 143 | 0.45 | 0.05 | 0 | 0.44 | 186.56 | 0.29 | 0.44 |
| Hex | 4F | 88 | 8F | 2D | 5 | 0 | 2C | BB | 1D | 2C |
| Octal | 117 | 210 | 217 | 55 | 5 | 0 | 54 | 273 | 35 | 54 |
| Binary | 1001111 | 10001000 | 10001111 | 101101 | 101 | 0 | 101100 | 10111011 | 11101 | 101100 |
Color Harmonies of #4F888F
Complementary color
Monochromatic Colors of #4F888F
Black with #4F888F
Text Example
Text Example
White with #4F888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F888F; }
p { color: rgb(79,136,143); }
H1.HeaderClassName
{
color: #4F888F;
}
.AnyTagClassName
{
color: #4F888F;
}
</style>
background-color css
<style>
a { background-color: #4F888F; }
a { background-color: rgb(79,136,143); }
div.DivClassName
{
background-color: #4F888F;
}
.BgClassName
{
background-color: #4F888F;
}
</style>
border-color css
<style>
span { border-color: #4F888F; }
span { border-color: rgb(79,136,143); }
td.TdClassName
{
border-color: #4F888F;
}
.TagClassName
{
border-color: #4F888F;
}
</style>