Shades of Como #4E7157
Tints of Como #4E7157
RGB
CMYK
RGB Variations
Color information
#4E7157 (or 0x4E7157) is known color: Como. HEX triplet: 4E, 71 and 57. RGB value is (78,113,87). Sum of RGB (Red+Green+Blue) = 78+113+87=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #4E7157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7157 is #B18EA8. Grayscale: #636363. Windows color (decimal): -11636393 or 5730638. OLE color: 5730638.
HSL color Cylindrical-coordinate representation of color #4E7157: hue angle of 135.43º 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 #4E7157 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 87 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.56 |
| HSL | 135.43º | 0.18% | 0.37% | - |
| HSV(B) | 135.43º | 0.31% | 0.44% | - |
| XYZ | 10.77 | 14.12 | 11.17 | - |
| YUV | 99.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 87 | 0.31 | 0 | 0.23 | 0.56 | 135.43 | 0.18 | 0.37 |
| Hex | 4E | 71 | 57 | 1F | 0 | 17 | 38 | 87 | 12 | 25 |
| Octal | 116 | 161 | 127 | 37 | 0 | 27 | 70 | 207 | 22 | 45 |
| Binary | 1001110 | 1110001 | 1010111 | 11111 | 0 | 10111 | 111000 | 10000111 | 10010 | 100101 |
Color Harmonies of #4E7157
Complementary color
Monochromatic Colors of #4E7157
Black with #4E7157
Text Example
Text Example
White with #4E7157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7157; }
p { color: rgb(78,113,87); }
H1.HeaderClassName
{
color: #4E7157;
}
.AnyTagClassName
{
color: #4E7157;
}
</style>
background-color css
<style>
a { background-color: #4E7157; }
a { background-color: rgb(78,113,87); }
div.DivClassName
{
background-color: #4E7157;
}
.BgClassName
{
background-color: #4E7157;
}
</style>
border-color css
<style>
span { border-color: #4E7157; }
span { border-color: rgb(78,113,87); }
td.TdClassName
{
border-color: #4E7157;
}
.TagClassName
{
border-color: #4E7157;
}
</style>