Shades of Como #4F7658
Tints of Como #4F7658
RGB
CMYK
RGB Variations
Color information
#4F7658 (or 0x4F7658) is known color: Como. HEX triplet: 4F, 76 and 58. RGB value is (79,118,88). Sum of RGB (Red+Green+Blue) = 79+118+88=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #4F7658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7658 is #B089A7. Grayscale: #676767. Windows color (decimal): -11569576 or 5797455. OLE color: 5797455.
HSL color Cylindrical-coordinate representation of color #4F7658: hue angle of 133.85º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F7658 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 118 | 88 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.54 |
| HSL | 133.85º | 0.2% | 0.39% | - |
| HSV(B) | 133.85º | 0.33% | 0.46% | - |
| XYZ | 11.46 | 15.32 | 11.59 | - |
| YUV | 102.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 88 | 0.33 | 0 | 0.25 | 0.54 | 133.85 | 0.2 | 0.39 |
| Hex | 4F | 76 | 58 | 21 | 0 | 19 | 36 | 86 | 14 | 27 |
| Octal | 117 | 166 | 130 | 41 | 0 | 31 | 66 | 206 | 24 | 47 |
| Binary | 1001111 | 1110110 | 1011000 | 100001 | 0 | 11001 | 110110 | 10000110 | 10100 | 100111 |
Color Harmonies of #4F7658
Complementary color
Monochromatic Colors of #4F7658
Black with #4F7658
Text Example
Text Example
White with #4F7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7658; }
p { color: rgb(79,118,88); }
H1.HeaderClassName
{
color: #4F7658;
}
.AnyTagClassName
{
color: #4F7658;
}
</style>
background-color css
<style>
a { background-color: #4F7658; }
a { background-color: rgb(79,118,88); }
div.DivClassName
{
background-color: #4F7658;
}
.BgClassName
{
background-color: #4F7658;
}
</style>
border-color css
<style>
span { border-color: #4F7658; }
span { border-color: rgb(79,118,88); }
td.TdClassName
{
border-color: #4F7658;
}
.TagClassName
{
border-color: #4F7658;
}
</style>