Shades of Feldgrau #4C514D
Tints of Feldgrau #4C514D
RGB
CMYK
RGB Variations
Color information
#4C514D (or 0x4C514D) is known color: Feldgrau. HEX triplet: 4C, 51 and 4D. RGB value is (76,81,77). Sum of RGB (Red+Green+Blue) = 76+81+77=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 81 - color contains mainly: green. Hex color #4C514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C514D is #B3AEB2. Grayscale: #4F4F4F. Windows color (decimal): -11775667 or 5067084. OLE color: 5067084.
HSL color Cylindrical-coordinate representation of color #4C514D: hue angle of 132º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4C514D is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 77 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.68 |
| HSL | 132º | 0.03% | 0.31% | - |
| HSV(B) | 132º | 0.06% | 0.32% | - |
| XYZ | 7.26 | 7.96 | 8.17 | - |
| YUV | 79.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 77 | 0.06 | 0 | 0.05 | 0.68 | 132 | 0.03 | 0.31 |
| Hex | 4C | 51 | 4D | 6 | 0 | 5 | 44 | 84 | 3 | 1F |
| Octal | 114 | 121 | 115 | 6 | 0 | 5 | 104 | 204 | 3 | 37 |
| Binary | 1001100 | 1010001 | 1001101 | 110 | 0 | 101 | 1000100 | 10000100 | 11 | 11111 |
Color Harmonies of #4C514D
Complementary color
Monochromatic Colors of #4C514D
Black with #4C514D
Text Example
Text Example
White with #4C514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C514D; }
p { color: rgb(76,81,77); }
H1.HeaderClassName
{
color: #4C514D;
}
.AnyTagClassName
{
color: #4C514D;
}
</style>
background-color css
<style>
a { background-color: #4C514D; }
a { background-color: rgb(76,81,77); }
div.DivClassName
{
background-color: #4C514D;
}
.BgClassName
{
background-color: #4C514D;
}
</style>
border-color css
<style>
span { border-color: #4C514D; }
span { border-color: rgb(76,81,77); }
td.TdClassName
{
border-color: #4C514D;
}
.TagClassName
{
border-color: #4C514D;
}
</style>