Shades of Feldgrau #4D534F
Tints of Feldgrau #4D534F
RGB
CMYK
RGB Variations
Color information
#4D534F (or 0x4D534F) is known color: Feldgrau. HEX triplet: 4D, 53 and 4F. RGB value is (77,83,79). Sum of RGB (Red+Green+Blue) = 77+83+79=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 83 - color contains mainly: green. Hex color #4D534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D534F is #B2ACB0. Grayscale: #505050. Windows color (decimal): -11709617 or 5198669. OLE color: 5198669.
HSL color Cylindrical-coordinate representation of color #4D534F: hue angle of 140º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4D534F is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 79 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.67 |
| HSL | 140º | 0.04% | 0.31% | - |
| HSV(B) | 140º | 0.07% | 0.33% | - |
| XYZ | 7.57 | 8.33 | 8.61 | - |
| YUV | 80.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 79 | 0.07 | 0 | 0.05 | 0.67 | 140 | 0.04 | 0.31 |
| Hex | 4D | 53 | 4F | 7 | 0 | 5 | 43 | 8C | 4 | 1F |
| Octal | 115 | 123 | 117 | 7 | 0 | 5 | 103 | 214 | 4 | 37 |
| Binary | 1001101 | 1010011 | 1001111 | 111 | 0 | 101 | 1000011 | 10001100 | 100 | 11111 |
Color Harmonies of #4D534F
Complementary color
Monochromatic Colors of #4D534F
Black with #4D534F
Text Example
Text Example
White with #4D534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D534F; }
p { color: rgb(77,83,79); }
H1.HeaderClassName
{
color: #4D534F;
}
.AnyTagClassName
{
color: #4D534F;
}
</style>
background-color css
<style>
a { background-color: #4D534F; }
a { background-color: rgb(77,83,79); }
div.DivClassName
{
background-color: #4D534F;
}
.BgClassName
{
background-color: #4D534F;
}
</style>
border-color css
<style>
span { border-color: #4D534F; }
span { border-color: rgb(77,83,79); }
td.TdClassName
{
border-color: #4D534F;
}
.TagClassName
{
border-color: #4D534F;
}
</style>