Shades of Feldgrau #4E5550
Tints of Feldgrau #4E5550
RGB
CMYK
RGB Variations
Color information
#4E5550 (or 0x4E5550) is known color: Feldgrau. HEX triplet: 4E, 55 and 50. RGB value is (78,85,80). Sum of RGB (Red+Green+Blue) = 78+85+80=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5550 is #B1AAAF. Grayscale: #525252. Windows color (decimal): -11643568 or 5264718. OLE color: 5264718.
HSL color Cylindrical-coordinate representation of color #4E5550: hue angle of 137.14º 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 #4E5550 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 80 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.67 |
| HSL | 137.14º | 0.04% | 0.32% | - |
| HSV(B) | 137.14º | 0.08% | 0.33% | - |
| XYZ | 7.84 | 8.7 | 8.85 | - |
| YUV | 82.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 80 | 0.08 | 0 | 0.06 | 0.67 | 137.14 | 0.04 | 0.32 |
| Hex | 4E | 55 | 50 | 8 | 0 | 6 | 43 | 89 | 4 | 20 |
| Octal | 116 | 125 | 120 | 10 | 0 | 6 | 103 | 211 | 4 | 40 |
| Binary | 1001110 | 1010101 | 1010000 | 1000 | 0 | 110 | 1000011 | 10001001 | 100 | 100000 |
Color Harmonies of #4E5550
Complementary color
Monochromatic Colors of #4E5550
Black with #4E5550
Text Example
Text Example
White with #4E5550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5550; }
p { color: rgb(78,85,80); }
H1.HeaderClassName
{
color: #4E5550;
}
.AnyTagClassName
{
color: #4E5550;
}
</style>
background-color css
<style>
a { background-color: #4E5550; }
a { background-color: rgb(78,85,80); }
div.DivClassName
{
background-color: #4E5550;
}
.BgClassName
{
background-color: #4E5550;
}
</style>
border-color css
<style>
span { border-color: #4E5550; }
span { border-color: rgb(78,85,80); }
td.TdClassName
{
border-color: #4E5550;
}
.TagClassName
{
border-color: #4E5550;
}
</style>