Shades of Feldgrau #4E5852
Tints of Feldgrau #4E5852
RGB
CMYK
RGB Variations
Color information
#4E5852 (or 0x4E5852) is known color: Feldgrau. HEX triplet: 4E, 58 and 52. RGB value is (78,88,82). Sum of RGB (Red+Green+Blue) = 78+88+82=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5852 is #B1A7AD. Grayscale: #545454. Windows color (decimal): -11642798 or 5396558. OLE color: 5396558.
HSL color Cylindrical-coordinate representation of color #4E5852: hue angle of 144º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4E5852 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 82 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.65 |
| HSL | 144º | 0.06% | 0.33% | - |
| HSV(B) | 144º | 0.11% | 0.35% | - |
| XYZ | 8.15 | 9.21 | 9.33 | - |
| YUV | 84.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 82 | 0.11 | 0 | 0.07 | 0.65 | 144 | 0.06 | 0.33 |
| Hex | 4E | 58 | 52 | B | 0 | 7 | 41 | 90 | 6 | 21 |
| Octal | 116 | 130 | 122 | 13 | 0 | 7 | 101 | 220 | 6 | 41 |
| Binary | 1001110 | 1011000 | 1010010 | 1011 | 0 | 111 | 1000001 | 10010000 | 110 | 100001 |
Color Harmonies of #4E5852
Complementary color
Monochromatic Colors of #4E5852
Black with #4E5852
Text Example
Text Example
White with #4E5852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5852; }
p { color: rgb(78,88,82); }
H1.HeaderClassName
{
color: #4E5852;
}
.AnyTagClassName
{
color: #4E5852;
}
</style>
background-color css
<style>
a { background-color: #4E5852; }
a { background-color: rgb(78,88,82); }
div.DivClassName
{
background-color: #4E5852;
}
.BgClassName
{
background-color: #4E5852;
}
</style>
border-color css
<style>
span { border-color: #4E5852; }
span { border-color: rgb(78,88,82); }
td.TdClassName
{
border-color: #4E5852;
}
.TagClassName
{
border-color: #4E5852;
}
</style>