Shades of Como #4F8566
Tints of Como #4F8566
RGB
CMYK
RGB Variations
Color information
#4F8566 (or 0x4F8566) is known color: Como. HEX triplet: 4F, 85 and 66. RGB value is (79,133,102). Sum of RGB (Red+Green+Blue) = 79+133+102=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8566 is #B07A99. Grayscale: #717171. Windows color (decimal): -11565722 or 6718799. OLE color: 6718799.
HSL color Cylindrical-coordinate representation of color #4F8566: hue angle of 145.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8566 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 102 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.48 |
| HSL | 145.56º | 0.25% | 0.42% | - |
| HSV(B) | 145.56º | 0.41% | 0.52% | - |
| XYZ | 14.01 | 19.4 | 15.58 | - |
| YUV | 113.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 102 | 0.41 | 0 | 0.23 | 0.48 | 145.56 | 0.25 | 0.42 |
| Hex | 4F | 85 | 66 | 29 | 0 | 17 | 30 | 92 | 19 | 2A |
| Octal | 117 | 205 | 146 | 51 | 0 | 27 | 60 | 222 | 31 | 52 |
| Binary | 1001111 | 10000101 | 1100110 | 101001 | 0 | 10111 | 110000 | 10010010 | 11001 | 101010 |
Color Harmonies of #4F8566
Complementary color
Monochromatic Colors of #4F8566
Black with #4F8566
Text Example
Text Example
White with #4F8566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8566; }
p { color: rgb(79,133,102); }
H1.HeaderClassName
{
color: #4F8566;
}
.AnyTagClassName
{
color: #4F8566;
}
</style>
background-color css
<style>
a { background-color: #4F8566; }
a { background-color: rgb(79,133,102); }
div.DivClassName
{
background-color: #4F8566;
}
.BgClassName
{
background-color: #4F8566;
}
</style>
border-color css
<style>
span { border-color: #4F8566; }
span { border-color: rgb(79,133,102); }
td.TdClassName
{
border-color: #4F8566;
}
.TagClassName
{
border-color: #4F8566;
}
</style>