Shades of Feldgrau #4B5950
Tints of Feldgrau #4B5950
RGB
CMYK
RGB Variations
Color information
#4B5950 (or 0x4B5950) is known color: Feldgrau. HEX triplet: 4B, 59 and 50. RGB value is (75,89,80). Sum of RGB (Red+Green+Blue) = 75+89+80=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5950 is #B4A6AF. Grayscale: #535353. Windows color (decimal): -11839152 or 5265739. OLE color: 5265739.
HSL color Cylindrical-coordinate representation of color #4B5950: hue angle of 141.43º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B5950 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 89 | 80 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.65 |
| HSL | 141.43º | 0.09% | 0.32% | - |
| HSV(B) | 141.43º | 0.16% | 0.35% | - |
| XYZ | 7.92 | 9.22 | 8.95 | - |
| YUV | 83.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 80 | 0.16 | 0 | 0.10 | 0.65 | 141.43 | 0.09 | 0.32 |
| Hex | 4B | 59 | 50 | 10 | 0 | A | 41 | 8D | 9 | 20 |
| Octal | 113 | 131 | 120 | 20 | 0 | 12 | 101 | 215 | 11 | 40 |
| Binary | 1001011 | 1011001 | 1010000 | 10000 | 0 | 1010 | 1000001 | 10001101 | 1001 | 100000 |
Color Harmonies of #4B5950
Complementary color
Monochromatic Colors of #4B5950
Black with #4B5950
Text Example
Text Example
White with #4B5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5950; }
p { color: rgb(75,89,80); }
H1.HeaderClassName
{
color: #4B5950;
}
.AnyTagClassName
{
color: #4B5950;
}
</style>
background-color css
<style>
a { background-color: #4B5950; }
a { background-color: rgb(75,89,80); }
div.DivClassName
{
background-color: #4B5950;
}
.BgClassName
{
background-color: #4B5950;
}
</style>
border-color css
<style>
span { border-color: #4B5950; }
span { border-color: rgb(75,89,80); }
td.TdClassName
{
border-color: #4B5950;
}
.TagClassName
{
border-color: #4B5950;
}
</style>