Shades of Feldgrau #4B574E
Tints of Feldgrau #4B574E
RGB
CMYK
RGB Variations
Color information
#4B574E (or 0x4B574E) is known color: Feldgrau. HEX triplet: 4B, 57 and 4E. RGB value is (75,87,78). Sum of RGB (Red+Green+Blue) = 75+87+78=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 87 - color contains mainly: green. Hex color #4B574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B574E is #B4A8B1. Grayscale: #525252. Windows color (decimal): -11839666 or 5134155. OLE color: 5134155.
HSL color Cylindrical-coordinate representation of color #4B574E: hue angle of 135º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4B574E is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 87 | 78 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.66 |
| HSL | 135º | 0.07% | 0.32% | - |
| HSV(B) | 135º | 0.14% | 0.34% | - |
| XYZ | 7.68 | 8.86 | 8.51 | - |
| YUV | 82.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 78 | 0.14 | 0 | 0.10 | 0.66 | 135 | 0.07 | 0.32 |
| Hex | 4B | 57 | 4E | E | 0 | A | 42 | 87 | 7 | 20 |
| Octal | 113 | 127 | 116 | 16 | 0 | 12 | 102 | 207 | 7 | 40 |
| Binary | 1001011 | 1010111 | 1001110 | 1110 | 0 | 1010 | 1000010 | 10000111 | 111 | 100000 |
Color Harmonies of #4B574E
Complementary color
Monochromatic Colors of #4B574E
Black with #4B574E
Text Example
Text Example
White with #4B574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B574E; }
p { color: rgb(75,87,78); }
H1.HeaderClassName
{
color: #4B574E;
}
.AnyTagClassName
{
color: #4B574E;
}
</style>
background-color css
<style>
a { background-color: #4B574E; }
a { background-color: rgb(75,87,78); }
div.DivClassName
{
background-color: #4B574E;
}
.BgClassName
{
background-color: #4B574E;
}
</style>
border-color css
<style>
span { border-color: #4B574E; }
span { border-color: rgb(75,87,78); }
td.TdClassName
{
border-color: #4B574E;
}
.TagClassName
{
border-color: #4B574E;
}
</style>