Shades of Feldgrau #4D6456
Tints of Feldgrau #4D6456
RGB
CMYK
RGB Variations
Color information
#4D6456 (or 0x4D6456) is known color: Feldgrau. HEX triplet: 4D, 64 and 56. RGB value is (77,100,86). Sum of RGB (Red+Green+Blue) = 77+100+86=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 100 - color contains mainly: green. Hex color #4D6456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6456 is #B29BA9. Grayscale: #5B5B5B. Windows color (decimal): -11705258 or 5661773. OLE color: 5661773.
HSL color Cylindrical-coordinate representation of color #4D6456: hue angle of 143.48º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D6456 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 86 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.61 |
| HSL | 143.48º | 0.13% | 0.35% | - |
| HSV(B) | 143.48º | 0.23% | 0.39% | - |
| XYZ | 9.3 | 11.36 | 10.51 | - |
| YUV | 91.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 86 | 0.23 | 0 | 0.14 | 0.61 | 143.48 | 0.13 | 0.35 |
| Hex | 4D | 64 | 56 | 17 | 0 | E | 3D | 8F | D | 23 |
| Octal | 115 | 144 | 126 | 27 | 0 | 16 | 75 | 217 | 15 | 43 |
| Binary | 1001101 | 1100100 | 1010110 | 10111 | 0 | 1110 | 111101 | 10001111 | 1101 | 100011 |
Color Harmonies of #4D6456
Complementary color
Monochromatic Colors of #4D6456
Black with #4D6456
Text Example
Text Example
White with #4D6456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6456; }
p { color: rgb(77,100,86); }
H1.HeaderClassName
{
color: #4D6456;
}
.AnyTagClassName
{
color: #4D6456;
}
</style>
background-color css
<style>
a { background-color: #4D6456; }
a { background-color: rgb(77,100,86); }
div.DivClassName
{
background-color: #4D6456;
}
.BgClassName
{
background-color: #4D6456;
}
</style>
border-color css
<style>
span { border-color: #4D6456; }
span { border-color: rgb(77,100,86); }
td.TdClassName
{
border-color: #4D6456;
}
.TagClassName
{
border-color: #4D6456;
}
</style>