Shades of Feldgrau #4B5951
Tints of Feldgrau #4B5951
RGB
CMYK
RGB Variations
Color information
#4B5951 (or 0x4B5951) is known color: Feldgrau. HEX triplet: 4B, 59 and 51. RGB value is (75,89,81). Sum of RGB (Red+Green+Blue) = 75+89+81=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5951 is #B4A6AE. Grayscale: #535353. Windows color (decimal): -11839151 or 5331275. OLE color: 5331275.
HSL color Cylindrical-coordinate representation of color #4B5951: hue angle of 145.71º 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 #4B5951 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 89 | 81 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.65 |
| HSL | 145.71º | 0.09% | 0.32% | - |
| HSV(B) | 145.71º | 0.16% | 0.35% | - |
| XYZ | 7.96 | 9.23 | 9.15 | - |
| YUV | 83.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 81 | 0.16 | 0 | 0.09 | 0.65 | 145.71 | 0.09 | 0.32 |
| Hex | 4B | 59 | 51 | 10 | 0 | 9 | 41 | 92 | 9 | 20 |
| Octal | 113 | 131 | 121 | 20 | 0 | 11 | 101 | 222 | 11 | 40 |
| Binary | 1001011 | 1011001 | 1010001 | 10000 | 0 | 1001 | 1000001 | 10010010 | 1001 | 100000 |
Color Harmonies of #4B5951
Complementary color
Monochromatic Colors of #4B5951
Black with #4B5951
Text Example
Text Example
White with #4B5951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5951; }
p { color: rgb(75,89,81); }
H1.HeaderClassName
{
color: #4B5951;
}
.AnyTagClassName
{
color: #4B5951;
}
</style>
background-color css
<style>
a { background-color: #4B5951; }
a { background-color: rgb(75,89,81); }
div.DivClassName
{
background-color: #4B5951;
}
.BgClassName
{
background-color: #4B5951;
}
</style>
border-color css
<style>
span { border-color: #4B5951; }
span { border-color: rgb(75,89,81); }
td.TdClassName
{
border-color: #4B5951;
}
.TagClassName
{
border-color: #4B5951;
}
</style>