Shades of Feldgrau #4E5450
Tints of Feldgrau #4E5450
RGB
CMYK
RGB Variations
Color information
#4E5450 (or 0x4E5450) is known color: Feldgrau. HEX triplet: 4E, 54 and 50. RGB value is (78,84,80). Sum of RGB (Red+Green+Blue) = 78+84+80=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5450 is #B1ABAF. Grayscale: #515151. Windows color (decimal): -11643824 or 5264462. OLE color: 5264462.
HSL color Cylindrical-coordinate representation of color #4E5450: hue angle of 140º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4E5450 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 84 | 80 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.67 |
| HSL | 140º | 0.04% | 0.32% | - |
| HSV(B) | 140º | 0.07% | 0.33% | - |
| XYZ | 7.76 | 8.54 | 8.83 | - |
| YUV | 81.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 80 | 0.07 | 0 | 0.05 | 0.67 | 140 | 0.04 | 0.32 |
| Hex | 4E | 54 | 50 | 7 | 0 | 5 | 43 | 8C | 4 | 20 |
| Octal | 116 | 124 | 120 | 7 | 0 | 5 | 103 | 214 | 4 | 40 |
| Binary | 1001110 | 1010100 | 1010000 | 111 | 0 | 101 | 1000011 | 10001100 | 100 | 100000 |
Color Harmonies of #4E5450
Complementary color
Monochromatic Colors of #4E5450
Black with #4E5450
Text Example
Text Example
White with #4E5450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5450; }
p { color: rgb(78,84,80); }
H1.HeaderClassName
{
color: #4E5450;
}
.AnyTagClassName
{
color: #4E5450;
}
</style>
background-color css
<style>
a { background-color: #4E5450; }
a { background-color: rgb(78,84,80); }
div.DivClassName
{
background-color: #4E5450;
}
.BgClassName
{
background-color: #4E5450;
}
</style>
border-color css
<style>
span { border-color: #4E5450; }
span { border-color: rgb(78,84,80); }
td.TdClassName
{
border-color: #4E5450;
}
.TagClassName
{
border-color: #4E5450;
}
</style>