Shades of Como #4E7161
Tints of Como #4E7161
RGB
CMYK
RGB Variations
Color information
#4E7161 (or 0x4E7161) is known color: Como. HEX triplet: 4E, 71 and 61. RGB value is (78,113,97). Sum of RGB (Red+Green+Blue) = 78+113+97=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #4E7161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7161 is #B18E9E. Grayscale: #646464. Windows color (decimal): -11636383 or 6385998. OLE color: 6385998.
HSL color Cylindrical-coordinate representation of color #4E7161: hue angle of 152.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 #4E7161 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 97 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.56 |
| HSL | 152.57º | 0.18% | 0.37% | - |
| HSV(B) | 152.57º | 0.31% | 0.44% | - |
| XYZ | 11.2 | 14.29 | 13.48 | - |
| YUV | 100.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 97 | 0.31 | 0 | 0.14 | 0.56 | 152.57 | 0.18 | 0.37 |
| Hex | 4E | 71 | 61 | 1F | 0 | E | 38 | 99 | 12 | 25 |
| Octal | 116 | 161 | 141 | 37 | 0 | 16 | 70 | 231 | 22 | 45 |
| Binary | 1001110 | 1110001 | 1100001 | 11111 | 0 | 1110 | 111000 | 10011001 | 10010 | 100101 |
Color Harmonies of #4E7161
Complementary color
Monochromatic Colors of #4E7161
Black with #4E7161
Text Example
Text Example
White with #4E7161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7161; }
p { color: rgb(78,113,97); }
H1.HeaderClassName
{
color: #4E7161;
}
.AnyTagClassName
{
color: #4E7161;
}
</style>
background-color css
<style>
a { background-color: #4E7161; }
a { background-color: rgb(78,113,97); }
div.DivClassName
{
background-color: #4E7161;
}
.BgClassName
{
background-color: #4E7161;
}
</style>
border-color css
<style>
span { border-color: #4E7161; }
span { border-color: rgb(78,113,97); }
td.TdClassName
{
border-color: #4E7161;
}
.TagClassName
{
border-color: #4E7161;
}
</style>