Shades of Feldgrau #4B5851
Tints of Feldgrau #4B5851
RGB
CMYK
RGB Variations
Color information
#4B5851 (or 0x4B5851) is known color: Feldgrau. HEX triplet: 4B, 58 and 51. RGB value is (75,88,81). Sum of RGB (Red+Green+Blue) = 75+88+81=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #4B5851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5851 is #B4A7AE. Grayscale: #535353. Windows color (decimal): -11839407 or 5331019. OLE color: 5331019.
HSL color Cylindrical-coordinate representation of color #4B5851: hue angle of 147.69º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B5851 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 88 | 81 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.65 |
| HSL | 147.69º | 0.08% | 0.32% | - |
| HSV(B) | 147.69º | 0.15% | 0.35% | - |
| XYZ | 7.88 | 9.07 | 9.12 | - |
| YUV | 83.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 81 | 0.15 | 0 | 0.08 | 0.65 | 147.69 | 0.08 | 0.32 |
| Hex | 4B | 58 | 51 | F | 0 | 8 | 41 | 94 | 8 | 20 |
| Octal | 113 | 130 | 121 | 17 | 0 | 10 | 101 | 224 | 10 | 40 |
| Binary | 1001011 | 1011000 | 1010001 | 1111 | 0 | 1000 | 1000001 | 10010100 | 1000 | 100000 |
Color Harmonies of #4B5851
Complementary color
Monochromatic Colors of #4B5851
Black with #4B5851
Text Example
Text Example
White with #4B5851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5851; }
p { color: rgb(75,88,81); }
H1.HeaderClassName
{
color: #4B5851;
}
.AnyTagClassName
{
color: #4B5851;
}
</style>
background-color css
<style>
a { background-color: #4B5851; }
a { background-color: rgb(75,88,81); }
div.DivClassName
{
background-color: #4B5851;
}
.BgClassName
{
background-color: #4B5851;
}
</style>
border-color css
<style>
span { border-color: #4B5851; }
span { border-color: rgb(75,88,81); }
td.TdClassName
{
border-color: #4B5851;
}
.TagClassName
{
border-color: #4B5851;
}
</style>