Shades of Feldgrau #4D5851
Tints of Feldgrau #4D5851
RGB
CMYK
RGB Variations
Color information
#4D5851 (or 0x4D5851) is known color: Feldgrau. HEX triplet: 4D, 58 and 51. RGB value is (77,88,81). Sum of RGB (Red+Green+Blue) = 77+88+81=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5851 is #B2A7AE. Grayscale: #535353. Windows color (decimal): -11708335 or 5331021. OLE color: 5331021.
HSL color Cylindrical-coordinate representation of color #4D5851: hue angle of 141.82º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D5851 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 81 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.65 |
| HSL | 141.82º | 0.07% | 0.32% | - |
| HSV(B) | 141.82º | 0.13% | 0.35% | - |
| XYZ | 8.04 | 9.15 | 9.13 | - |
| YUV | 83.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 81 | 0.12 | 0 | 0.08 | 0.65 | 141.82 | 0.07 | 0.32 |
| Hex | 4D | 58 | 51 | C | 0 | 8 | 41 | 8E | 7 | 20 |
| Octal | 115 | 130 | 121 | 14 | 0 | 10 | 101 | 216 | 7 | 40 |
| Binary | 1001101 | 1011000 | 1010001 | 1100 | 0 | 1000 | 1000001 | 10001110 | 111 | 100000 |
Color Harmonies of #4D5851
Complementary color
Monochromatic Colors of #4D5851
Black with #4D5851
Text Example
Text Example
White with #4D5851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5851; }
p { color: rgb(77,88,81); }
H1.HeaderClassName
{
color: #4D5851;
}
.AnyTagClassName
{
color: #4D5851;
}
</style>
background-color css
<style>
a { background-color: #4D5851; }
a { background-color: rgb(77,88,81); }
div.DivClassName
{
background-color: #4D5851;
}
.BgClassName
{
background-color: #4D5851;
}
</style>
border-color css
<style>
span { border-color: #4D5851; }
span { border-color: rgb(77,88,81); }
td.TdClassName
{
border-color: #4D5851;
}
.TagClassName
{
border-color: #4D5851;
}
</style>