Shades of Como #4F8066
Tints of Como #4F8066
RGB
CMYK
RGB Variations
Color information
#4F8066 (or 0x4F8066) is known color: Como. HEX triplet: 4F, 80 and 66. RGB value is (79,128,102). Sum of RGB (Red+Green+Blue) = 79+128+102=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #4F8066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8066 is #B07F99. Grayscale: #6E6E6E. Windows color (decimal): -11567002 or 6717519. OLE color: 6717519.
HSL color Cylindrical-coordinate representation of color #4F8066: hue angle of 148.16º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F8066 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 128 | 102 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.50 |
| HSL | 148.16º | 0.24% | 0.41% | - |
| HSV(B) | 148.16º | 0.38% | 0.5% | - |
| XYZ | 13.34 | 18.06 | 15.35 | - |
| YUV | 110.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 102 | 0.38 | 0 | 0.20 | 0.50 | 148.16 | 0.24 | 0.41 |
| Hex | 4F | 80 | 66 | 26 | 0 | 14 | 32 | 94 | 18 | 29 |
| Octal | 117 | 200 | 146 | 46 | 0 | 24 | 62 | 224 | 30 | 51 |
| Binary | 1001111 | 10000000 | 1100110 | 100110 | 0 | 10100 | 110010 | 10010100 | 11000 | 101001 |
Color Harmonies of #4F8066
Complementary color
Monochromatic Colors of #4F8066
Black with #4F8066
Text Example
Text Example
White with #4F8066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8066; }
p { color: rgb(79,128,102); }
H1.HeaderClassName
{
color: #4F8066;
}
.AnyTagClassName
{
color: #4F8066;
}
</style>
background-color css
<style>
a { background-color: #4F8066; }
a { background-color: rgb(79,128,102); }
div.DivClassName
{
background-color: #4F8066;
}
.BgClassName
{
background-color: #4F8066;
}
</style>
border-color css
<style>
span { border-color: #4F8066; }
span { border-color: rgb(79,128,102); }
td.TdClassName
{
border-color: #4F8066;
}
.TagClassName
{
border-color: #4F8066;
}
</style>