Shades of Feldgrau #4D504E
Tints of Feldgrau #4D504E
RGB
CMYK
RGB Variations
Color information
#4D504E (or 0x4D504E) is known color: Feldgrau. HEX triplet: 4D, 50 and 4E. RGB value is (77,80,78). Sum of RGB (Red+Green+Blue) = 77+80+78=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 80 - color contains mainly: green. Hex color #4D504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D504E is #B2AFB1. Grayscale: #4E4E4E. Windows color (decimal): -11710386 or 5132365. OLE color: 5132365.
HSL color Cylindrical-coordinate representation of color #4D504E: hue angle of 140º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4D504E is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 78 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.69 |
| HSL | 140º | 0.02% | 0.31% | - |
| HSV(B) | 140º | 0.04% | 0.31% | - |
| XYZ | 7.3 | 7.87 | 8.34 | - |
| YUV | 78.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 78 | 0.04 | 0 | 0.02 | 0.69 | 140 | 0.02 | 0.31 |
| Hex | 4D | 50 | 4E | 4 | 0 | 2 | 45 | 8C | 2 | 1F |
| Octal | 115 | 120 | 116 | 4 | 0 | 2 | 105 | 214 | 2 | 37 |
| Binary | 1001101 | 1010000 | 1001110 | 100 | 0 | 10 | 1000101 | 10001100 | 10 | 11111 |
Color Harmonies of #4D504E
Complementary color
Monochromatic Colors of #4D504E
Black with #4D504E
Text Example
Text Example
White with #4D504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D504E; }
p { color: rgb(77,80,78); }
H1.HeaderClassName
{
color: #4D504E;
}
.AnyTagClassName
{
color: #4D504E;
}
</style>
background-color css
<style>
a { background-color: #4D504E; }
a { background-color: rgb(77,80,78); }
div.DivClassName
{
background-color: #4D504E;
}
.BgClassName
{
background-color: #4D504E;
}
</style>
border-color css
<style>
span { border-color: #4D504E; }
span { border-color: rgb(77,80,78); }
td.TdClassName
{
border-color: #4D504E;
}
.TagClassName
{
border-color: #4D504E;
}
</style>