Shades of Como #4E7461
Tints of Como #4E7461
RGB
CMYK
RGB Variations
Color information
#4E7461 (or 0x4E7461) is known color: Como. HEX triplet: 4E, 74 and 61. RGB value is (78,116,97). Sum of RGB (Red+Green+Blue) = 78+116+97=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #4E7461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7461 is #B18B9E. Grayscale: #666666. Windows color (decimal): -11635615 or 6386766. OLE color: 6386766.
HSL color Cylindrical-coordinate representation of color #4E7461: hue angle of 150º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E7461 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 116 | 97 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.55 |
| HSL | 150º | 0.2% | 0.38% | - |
| HSV(B) | 150º | 0.33% | 0.45% | - |
| XYZ | 11.54 | 14.97 | 13.59 | - |
| YUV | 102.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 116 | 97 | 0.33 | 0 | 0.16 | 0.55 | 150 | 0.2 | 0.38 |
| Hex | 4E | 74 | 61 | 21 | 0 | 10 | 37 | 96 | 14 | 26 |
| Octal | 116 | 164 | 141 | 41 | 0 | 20 | 67 | 226 | 24 | 46 |
| Binary | 1001110 | 1110100 | 1100001 | 100001 | 0 | 10000 | 110111 | 10010110 | 10100 | 100110 |
Color Harmonies of #4E7461
Complementary color
Monochromatic Colors of #4E7461
Black with #4E7461
Text Example
Text Example
White with #4E7461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7461; }
p { color: rgb(78,116,97); }
H1.HeaderClassName
{
color: #4E7461;
}
.AnyTagClassName
{
color: #4E7461;
}
</style>
background-color css
<style>
a { background-color: #4E7461; }
a { background-color: rgb(78,116,97); }
div.DivClassName
{
background-color: #4E7461;
}
.BgClassName
{
background-color: #4E7461;
}
</style>
border-color css
<style>
span { border-color: #4E7461; }
span { border-color: rgb(78,116,97); }
td.TdClassName
{
border-color: #4E7461;
}
.TagClassName
{
border-color: #4E7461;
}
</style>