Shades of Como #4D705E
Tints of Como #4D705E
RGB
CMYK
RGB Variations
Color information
#4D705E (or 0x4D705E) is known color: Como. HEX triplet: 4D, 70 and 5E. RGB value is (77,112,94). Sum of RGB (Red+Green+Blue) = 77+112+94=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #4D705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D705E is #B28FA1. Grayscale: #636363. Windows color (decimal): -11702178 or 6189133. OLE color: 6189133.
HSL color Cylindrical-coordinate representation of color #4D705E: hue angle of 149.14º degrees, saturation: 0.19, 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 #4D705E is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 94 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.56 |
| HSL | 149.14º | 0.19% | 0.37% | - |
| HSV(B) | 149.14º | 0.31% | 0.44% | - |
| XYZ | 10.88 | 13.97 | 12.71 | - |
| YUV | 99.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 94 | 0.31 | 0 | 0.16 | 0.56 | 149.14 | 0.19 | 0.37 |
| Hex | 4D | 70 | 5E | 1F | 0 | 10 | 38 | 95 | 13 | 25 |
| Octal | 115 | 160 | 136 | 37 | 0 | 20 | 70 | 225 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1011110 | 11111 | 0 | 10000 | 111000 | 10010101 | 10011 | 100101 |
Color Harmonies of #4D705E
Complementary color
Monochromatic Colors of #4D705E
Black with #4D705E
Text Example
Text Example
White with #4D705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D705E; }
p { color: rgb(77,112,94); }
H1.HeaderClassName
{
color: #4D705E;
}
.AnyTagClassName
{
color: #4D705E;
}
</style>
background-color css
<style>
a { background-color: #4D705E; }
a { background-color: rgb(77,112,94); }
div.DivClassName
{
background-color: #4D705E;
}
.BgClassName
{
background-color: #4D705E;
}
</style>
border-color css
<style>
span { border-color: #4D705E; }
span { border-color: rgb(77,112,94); }
td.TdClassName
{
border-color: #4D705E;
}
.TagClassName
{
border-color: #4D705E;
}
</style>