Shades of Como #4D745E
Tints of Como #4D745E
RGB
CMYK
RGB Variations
Color information
#4D745E (or 0x4D745E) is known color: Como. HEX triplet: 4D, 74 and 5E. RGB value is (77,116,94). Sum of RGB (Red+Green+Blue) = 77+116+94=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #4D745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D745E is #B28BA1. Grayscale: #656565. Windows color (decimal): -11701154 or 6190157. OLE color: 6190157.
HSL color Cylindrical-coordinate representation of color #4D745E: hue angle of 146.15º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D745E is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 94 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.55 |
| HSL | 146.15º | 0.2% | 0.38% | - |
| HSV(B) | 146.15º | 0.34% | 0.45% | - |
| XYZ | 11.33 | 14.88 | 12.86 | - |
| YUV | 101.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 94 | 0.34 | 0 | 0.19 | 0.55 | 146.15 | 0.2 | 0.38 |
| Hex | 4D | 74 | 5E | 22 | 0 | 13 | 37 | 92 | 14 | 26 |
| Octal | 115 | 164 | 136 | 42 | 0 | 23 | 67 | 222 | 24 | 46 |
| Binary | 1001101 | 1110100 | 1011110 | 100010 | 0 | 10011 | 110111 | 10010010 | 10100 | 100110 |
Color Harmonies of #4D745E
Complementary color
Monochromatic Colors of #4D745E
Black with #4D745E
Text Example
Text Example
White with #4D745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D745E; }
p { color: rgb(77,116,94); }
H1.HeaderClassName
{
color: #4D745E;
}
.AnyTagClassName
{
color: #4D745E;
}
</style>
background-color css
<style>
a { background-color: #4D745E; }
a { background-color: rgb(77,116,94); }
div.DivClassName
{
background-color: #4D745E;
}
.BgClassName
{
background-color: #4D745E;
}
</style>
border-color css
<style>
span { border-color: #4D745E; }
span { border-color: rgb(77,116,94); }
td.TdClassName
{
border-color: #4D745E;
}
.TagClassName
{
border-color: #4D745E;
}
</style>