Shades of Como #4E715A
Tints of Como #4E715A
RGB
CMYK
RGB Variations
Color information
#4E715A (or 0x4E715A) is known color: Como. HEX triplet: 4E, 71 and 5A. RGB value is (78,113,90). Sum of RGB (Red+Green+Blue) = 78+113+90=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #4E715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E715A is #B18EA5. Grayscale: #636363. Windows color (decimal): -11636390 or 5927246. OLE color: 5927246.
HSL color Cylindrical-coordinate representation of color #4E715A: hue angle of 140.57º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E715A is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 90 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.56 |
| HSL | 140.57º | 0.18% | 0.37% | - |
| HSV(B) | 140.57º | 0.31% | 0.44% | - |
| XYZ | 10.89 | 14.17 | 11.83 | - |
| YUV | 99.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 90 | 0.31 | 0 | 0.20 | 0.56 | 140.57 | 0.18 | 0.37 |
| Hex | 4E | 71 | 5A | 1F | 0 | 14 | 38 | 8D | 12 | 25 |
| Octal | 116 | 161 | 132 | 37 | 0 | 24 | 70 | 215 | 22 | 45 |
| Binary | 1001110 | 1110001 | 1011010 | 11111 | 0 | 10100 | 111000 | 10001101 | 10010 | 100101 |
Color Harmonies of #4E715A
Complementary color
Monochromatic Colors of #4E715A
Black with #4E715A
Text Example
Text Example
White with #4E715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E715A; }
p { color: rgb(78,113,90); }
H1.HeaderClassName
{
color: #4E715A;
}
.AnyTagClassName
{
color: #4E715A;
}
</style>
background-color css
<style>
a { background-color: #4E715A; }
a { background-color: rgb(78,113,90); }
div.DivClassName
{
background-color: #4E715A;
}
.BgClassName
{
background-color: #4E715A;
}
</style>
border-color css
<style>
span { border-color: #4E715A; }
span { border-color: rgb(78,113,90); }
td.TdClassName
{
border-color: #4E715A;
}
.TagClassName
{
border-color: #4E715A;
}
</style>