Shades of Feldgrau #4D6457
Tints of Feldgrau #4D6457
RGB
CMYK
RGB Variations
Color information
#4D6457 (or 0x4D6457) is known color: Feldgrau. HEX triplet: 4D, 64 and 57. RGB value is (77,100,87). Sum of RGB (Red+Green+Blue) = 77+100+87=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 100 - color contains mainly: green. Hex color #4D6457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6457 is #B29BA8. Grayscale: #5B5B5B. Windows color (decimal): -11705257 or 5727309. OLE color: 5727309.
HSL color Cylindrical-coordinate representation of color #4D6457: hue angle of 146.09º 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 #4D6457 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 87 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.61 |
| HSL | 146.09º | 0.13% | 0.35% | - |
| HSV(B) | 146.09º | 0.23% | 0.39% | - |
| XYZ | 9.34 | 11.38 | 10.72 | - |
| YUV | 91.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 87 | 0.23 | 0 | 0.13 | 0.61 | 146.09 | 0.13 | 0.35 |
| Hex | 4D | 64 | 57 | 17 | 0 | D | 3D | 92 | D | 23 |
| Octal | 115 | 144 | 127 | 27 | 0 | 15 | 75 | 222 | 15 | 43 |
| Binary | 1001101 | 1100100 | 1010111 | 10111 | 0 | 1101 | 111101 | 10010010 | 1101 | 100011 |
Color Harmonies of #4D6457
Complementary color
Monochromatic Colors of #4D6457
Black with #4D6457
Text Example
Text Example
White with #4D6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6457; }
p { color: rgb(77,100,87); }
H1.HeaderClassName
{
color: #4D6457;
}
.AnyTagClassName
{
color: #4D6457;
}
</style>
background-color css
<style>
a { background-color: #4D6457; }
a { background-color: rgb(77,100,87); }
div.DivClassName
{
background-color: #4D6457;
}
.BgClassName
{
background-color: #4D6457;
}
</style>
border-color css
<style>
span { border-color: #4D6457; }
span { border-color: rgb(77,100,87); }
td.TdClassName
{
border-color: #4D6457;
}
.TagClassName
{
border-color: #4D6457;
}
</style>