Shades of Como #4E7961
Tints of Como #4E7961
RGB
CMYK
RGB Variations
Color information
#4E7961 (or 0x4E7961) is known color: Como. HEX triplet: 4E, 79 and 61. RGB value is (78,121,97). Sum of RGB (Red+Green+Blue) = 78+121+97=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #4E7961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7961 is #B1869E. Grayscale: #696969. Windows color (decimal): -11634335 or 6388046. OLE color: 6388046.
HSL color Cylindrical-coordinate representation of color #4E7961: hue angle of 146.51º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E7961 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 121 | 97 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.53 |
| HSL | 146.51º | 0.22% | 0.39% | - |
| HSV(B) | 146.51º | 0.36% | 0.47% | - |
| XYZ | 12.14 | 16.16 | 13.79 | - |
| YUV | 105.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 121 | 97 | 0.36 | 0 | 0.20 | 0.53 | 146.51 | 0.22 | 0.39 |
| Hex | 4E | 79 | 61 | 24 | 0 | 14 | 35 | 93 | 16 | 27 |
| Octal | 116 | 171 | 141 | 44 | 0 | 24 | 65 | 223 | 26 | 47 |
| Binary | 1001110 | 1111001 | 1100001 | 100100 | 0 | 10100 | 110101 | 10010011 | 10110 | 100111 |
Color Harmonies of #4E7961
Complementary color
Monochromatic Colors of #4E7961
Black with #4E7961
Text Example
Text Example
White with #4E7961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7961; }
p { color: rgb(78,121,97); }
H1.HeaderClassName
{
color: #4E7961;
}
.AnyTagClassName
{
color: #4E7961;
}
</style>
background-color css
<style>
a { background-color: #4E7961; }
a { background-color: rgb(78,121,97); }
div.DivClassName
{
background-color: #4E7961;
}
.BgClassName
{
background-color: #4E7961;
}
</style>
border-color css
<style>
span { border-color: #4E7961; }
span { border-color: rgb(78,121,97); }
td.TdClassName
{
border-color: #4E7961;
}
.TagClassName
{
border-color: #4E7961;
}
</style>