Shades of Feldgrau #4B524D
Tints of Feldgrau #4B524D
RGB
CMYK
RGB Variations
Color information
#4B524D (or 0x4B524D) is known color: Feldgrau. HEX triplet: 4B, 52 and 4D. RGB value is (75,82,77). Sum of RGB (Red+Green+Blue) = 75+82+77=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 82 - color contains mainly: green. Hex color #4B524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B524D is #B4ADB2. Grayscale: #4F4F4F. Windows color (decimal): -11840947 or 5067339. OLE color: 5067339.
HSL color Cylindrical-coordinate representation of color #4B524D: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4B524D is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 82 | 77 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.68 |
| HSL | 137.14º | 0.04% | 0.31% | - |
| HSV(B) | 137.14º | 0.09% | 0.32% | - |
| XYZ | 7.26 | 8.07 | 8.2 | - |
| YUV | 79.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 77 | 0.09 | 0 | 0.06 | 0.68 | 137.14 | 0.04 | 0.31 |
| Hex | 4B | 52 | 4D | 9 | 0 | 6 | 44 | 89 | 4 | 1F |
| Octal | 113 | 122 | 115 | 11 | 0 | 6 | 104 | 211 | 4 | 37 |
| Binary | 1001011 | 1010010 | 1001101 | 1001 | 0 | 110 | 1000100 | 10001001 | 100 | 11111 |
Color Harmonies of #4B524D
Complementary color
Monochromatic Colors of #4B524D
Black with #4B524D
Text Example
Text Example
White with #4B524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B524D; }
p { color: rgb(75,82,77); }
H1.HeaderClassName
{
color: #4B524D;
}
.AnyTagClassName
{
color: #4B524D;
}
</style>
background-color css
<style>
a { background-color: #4B524D; }
a { background-color: rgb(75,82,77); }
div.DivClassName
{
background-color: #4B524D;
}
.BgClassName
{
background-color: #4B524D;
}
</style>
border-color css
<style>
span { border-color: #4B524D; }
span { border-color: rgb(75,82,77); }
td.TdClassName
{
border-color: #4B524D;
}
.TagClassName
{
border-color: #4B524D;
}
</style>