Shades of Feldgrau #4E5A53
Tints of Feldgrau #4E5A53
RGB
CMYK
RGB Variations
Color information
#4E5A53 (or 0x4E5A53) is known color: Feldgrau. HEX triplet: 4E, 5A and 53. RGB value is (78,90,83). Sum of RGB (Red+Green+Blue) = 78+90+83=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5A53 is #B1A5AC. Grayscale: #555555. Windows color (decimal): -11642285 or 5462606. OLE color: 5462606.
HSL color Cylindrical-coordinate representation of color #4E5A53: hue angle of 145º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4E5A53 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 90 | 83 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.65 |
| HSL | 145º | 0.07% | 0.33% | - |
| HSV(B) | 145º | 0.13% | 0.35% | - |
| XYZ | 8.36 | 9.56 | 9.59 | - |
| YUV | 85.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 83 | 0.13 | 0 | 0.08 | 0.65 | 145 | 0.07 | 0.33 |
| Hex | 4E | 5A | 53 | D | 0 | 8 | 41 | 91 | 7 | 21 |
| Octal | 116 | 132 | 123 | 15 | 0 | 10 | 101 | 221 | 7 | 41 |
| Binary | 1001110 | 1011010 | 1010011 | 1101 | 0 | 1000 | 1000001 | 10010001 | 111 | 100001 |
Color Harmonies of #4E5A53
Complementary color
Monochromatic Colors of #4E5A53
Black with #4E5A53
Text Example
Text Example
White with #4E5A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5A53; }
p { color: rgb(78,90,83); }
H1.HeaderClassName
{
color: #4E5A53;
}
.AnyTagClassName
{
color: #4E5A53;
}
</style>
background-color css
<style>
a { background-color: #4E5A53; }
a { background-color: rgb(78,90,83); }
div.DivClassName
{
background-color: #4E5A53;
}
.BgClassName
{
background-color: #4E5A53;
}
</style>
border-color css
<style>
span { border-color: #4E5A53; }
span { border-color: rgb(78,90,83); }
td.TdClassName
{
border-color: #4E5A53;
}
.TagClassName
{
border-color: #4E5A53;
}
</style>