Shades of Como #4E7858
Tints of Como #4E7858
RGB
CMYK
RGB Variations
Color information
#4E7858 (or 0x4E7858) is known color: Como. HEX triplet: 4E, 78 and 58. RGB value is (78,120,88). Sum of RGB (Red+Green+Blue) = 78+120+88=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #4E7858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7858 is #B187A7. Grayscale: #676767. Windows color (decimal): -11634600 or 5797966. OLE color: 5797966.
HSL color Cylindrical-coordinate representation of color #4E7858: hue angle of 134.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E7858 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 120 | 88 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.53 |
| HSL | 134.29º | 0.21% | 0.39% | - |
| HSV(B) | 134.29º | 0.35% | 0.47% | - |
| XYZ | 11.62 | 15.76 | 11.66 | - |
| YUV | 103.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 120 | 88 | 0.35 | 0 | 0.27 | 0.53 | 134.29 | 0.21 | 0.39 |
| Hex | 4E | 78 | 58 | 23 | 0 | 1B | 35 | 86 | 15 | 27 |
| Octal | 116 | 170 | 130 | 43 | 0 | 33 | 65 | 206 | 25 | 47 |
| Binary | 1001110 | 1111000 | 1011000 | 100011 | 0 | 11011 | 110101 | 10000110 | 10101 | 100111 |
Color Harmonies of #4E7858
Complementary color
Monochromatic Colors of #4E7858
Black with #4E7858
Text Example
Text Example
White with #4E7858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7858; }
p { color: rgb(78,120,88); }
H1.HeaderClassName
{
color: #4E7858;
}
.AnyTagClassName
{
color: #4E7858;
}
</style>
background-color css
<style>
a { background-color: #4E7858; }
a { background-color: rgb(78,120,88); }
div.DivClassName
{
background-color: #4E7858;
}
.BgClassName
{
background-color: #4E7858;
}
</style>
border-color css
<style>
span { border-color: #4E7858; }
span { border-color: rgb(78,120,88); }
td.TdClassName
{
border-color: #4E7858;
}
.TagClassName
{
border-color: #4E7858;
}
</style>