Shades of Feldgrau #4E5350
Tints of Feldgrau #4E5350
RGB
CMYK
RGB Variations
Color information
#4E5350 (or 0x4E5350) is known color: Feldgrau. HEX triplet: 4E, 53 and 50. RGB value is (78,83,80). Sum of RGB (Red+Green+Blue) = 78+83+80=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5350 is #B1ACAF. Grayscale: #515151. Windows color (decimal): -11644080 or 5264206. OLE color: 5264206.
HSL color Cylindrical-coordinate representation of color #4E5350: hue angle of 144º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4E5350 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 80 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.67 |
| HSL | 144º | 0.03% | 0.32% | - |
| HSV(B) | 144º | 0.06% | 0.33% | - |
| XYZ | 7.68 | 8.39 | 8.8 | - |
| YUV | 81.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 80 | 0.06 | 0 | 0.04 | 0.67 | 144 | 0.03 | 0.32 |
| Hex | 4E | 53 | 50 | 6 | 0 | 4 | 43 | 90 | 3 | 20 |
| Octal | 116 | 123 | 120 | 6 | 0 | 4 | 103 | 220 | 3 | 40 |
| Binary | 1001110 | 1010011 | 1010000 | 110 | 0 | 100 | 1000011 | 10010000 | 11 | 100000 |
Color Harmonies of #4E5350
Complementary color
Monochromatic Colors of #4E5350
Black with #4E5350
Text Example
Text Example
White with #4E5350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5350; }
p { color: rgb(78,83,80); }
H1.HeaderClassName
{
color: #4E5350;
}
.AnyTagClassName
{
color: #4E5350;
}
</style>
background-color css
<style>
a { background-color: #4E5350; }
a { background-color: rgb(78,83,80); }
div.DivClassName
{
background-color: #4E5350;
}
.BgClassName
{
background-color: #4E5350;
}
</style>
border-color css
<style>
span { border-color: #4E5350; }
span { border-color: rgb(78,83,80); }
td.TdClassName
{
border-color: #4E5350;
}
.TagClassName
{
border-color: #4E5350;
}
</style>