Shades of Feldgrau #4D5450
Tints of Feldgrau #4D5450
RGB
CMYK
RGB Variations
Color information
#4D5450 (or 0x4D5450) is known color: Feldgrau. HEX triplet: 4D, 54 and 50. RGB value is (77,84,80). Sum of RGB (Red+Green+Blue) = 77+84+80=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5450 is #B2ABAF. Grayscale: #515151. Windows color (decimal): -11709360 or 5264461. OLE color: 5264461.
HSL color Cylindrical-coordinate representation of color #4D5450: hue angle of 145.71º 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 #4D5450 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 80 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.67 |
| HSL | 145.71º | 0.04% | 0.32% | - |
| HSV(B) | 145.71º | 0.08% | 0.33% | - |
| XYZ | 7.68 | 8.5 | 8.82 | - |
| YUV | 81.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 80 | 0.08 | 0 | 0.05 | 0.67 | 145.71 | 0.04 | 0.32 |
| Hex | 4D | 54 | 50 | 8 | 0 | 5 | 43 | 92 | 4 | 20 |
| Octal | 115 | 124 | 120 | 10 | 0 | 5 | 103 | 222 | 4 | 40 |
| Binary | 1001101 | 1010100 | 1010000 | 1000 | 0 | 101 | 1000011 | 10010010 | 100 | 100000 |
Color Harmonies of #4D5450
Complementary color
Monochromatic Colors of #4D5450
Black with #4D5450
Text Example
Text Example
White with #4D5450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5450; }
p { color: rgb(77,84,80); }
H1.HeaderClassName
{
color: #4D5450;
}
.AnyTagClassName
{
color: #4D5450;
}
</style>
background-color css
<style>
a { background-color: #4D5450; }
a { background-color: rgb(77,84,80); }
div.DivClassName
{
background-color: #4D5450;
}
.BgClassName
{
background-color: #4D5450;
}
</style>
border-color css
<style>
span { border-color: #4D5450; }
span { border-color: rgb(77,84,80); }
td.TdClassName
{
border-color: #4D5450;
}
.TagClassName
{
border-color: #4D5450;
}
</style>