Shades of Feldgrau #4D544F
Tints of Feldgrau #4D544F
RGB
CMYK
RGB Variations
Color information
#4D544F (or 0x4D544F) is known color: Feldgrau. HEX triplet: 4D, 54 and 4F. RGB value is (77,84,79). Sum of RGB (Red+Green+Blue) = 77+84+79=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 84 - color contains mainly: green. Hex color #4D544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D544F is #B2ABB0. Grayscale: #515151. Windows color (decimal): -11709361 or 5198925. OLE color: 5198925.
HSL color Cylindrical-coordinate representation of color #4D544F: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4D544F is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 79 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.67 |
| HSL | 137.14º | 0.04% | 0.32% | - |
| HSV(B) | 137.14º | 0.08% | 0.33% | - |
| XYZ | 7.64 | 8.48 | 8.63 | - |
| YUV | 81.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 79 | 0.08 | 0 | 0.06 | 0.67 | 137.14 | 0.04 | 0.32 |
| Hex | 4D | 54 | 4F | 8 | 0 | 6 | 43 | 89 | 4 | 20 |
| Octal | 115 | 124 | 117 | 10 | 0 | 6 | 103 | 211 | 4 | 40 |
| Binary | 1001101 | 1010100 | 1001111 | 1000 | 0 | 110 | 1000011 | 10001001 | 100 | 100000 |
Color Harmonies of #4D544F
Complementary color
Monochromatic Colors of #4D544F
Black with #4D544F
Text Example
Text Example
White with #4D544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D544F; }
p { color: rgb(77,84,79); }
H1.HeaderClassName
{
color: #4D544F;
}
.AnyTagClassName
{
color: #4D544F;
}
</style>
background-color css
<style>
a { background-color: #4D544F; }
a { background-color: rgb(77,84,79); }
div.DivClassName
{
background-color: #4D544F;
}
.BgClassName
{
background-color: #4D544F;
}
</style>
border-color css
<style>
span { border-color: #4D544F; }
span { border-color: rgb(77,84,79); }
td.TdClassName
{
border-color: #4D544F;
}
.TagClassName
{
border-color: #4D544F;
}
</style>