Shades of Como #4E7C58
Tints of Como #4E7C58
RGB
CMYK
RGB Variations
Color information
#4E7C58 (or 0x4E7C58) is known color: Como. HEX triplet: 4E, 7C and 58. RGB value is (78,124,88). Sum of RGB (Red+Green+Blue) = 78+124+88=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #4E7C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7C58 is #B183A7. Grayscale: #6A6A6A. Windows color (decimal): -11633576 or 5798990. OLE color: 5798990.
HSL color Cylindrical-coordinate representation of color #4E7C58: hue angle of 133.04º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E7C58 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 124 | 88 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.51 |
| HSL | 133.04º | 0.23% | 0.4% | - |
| HSV(B) | 133.04º | 0.37% | 0.49% | - |
| XYZ | 12.11 | 16.74 | 11.83 | - |
| YUV | 106.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 88 | 0.37 | 0 | 0.29 | 0.51 | 133.04 | 0.23 | 0.4 |
| Hex | 4E | 7C | 58 | 25 | 0 | 1D | 33 | 85 | 17 | 28 |
| Octal | 116 | 174 | 130 | 45 | 0 | 35 | 63 | 205 | 27 | 50 |
| Binary | 1001110 | 1111100 | 1011000 | 100101 | 0 | 11101 | 110011 | 10000101 | 10111 | 101000 |
Color Harmonies of #4E7C58
Complementary color
Monochromatic Colors of #4E7C58
Black with #4E7C58
Text Example
Text Example
White with #4E7C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7C58; }
p { color: rgb(78,124,88); }
H1.HeaderClassName
{
color: #4E7C58;
}
.AnyTagClassName
{
color: #4E7C58;
}
</style>
background-color css
<style>
a { background-color: #4E7C58; }
a { background-color: rgb(78,124,88); }
div.DivClassName
{
background-color: #4E7C58;
}
.BgClassName
{
background-color: #4E7C58;
}
</style>
border-color css
<style>
span { border-color: #4E7C58; }
span { border-color: rgb(78,124,88); }
td.TdClassName
{
border-color: #4E7C58;
}
.TagClassName
{
border-color: #4E7C58;
}
</style>