Shades of Feldgrau #4B544D
Tints of Feldgrau #4B544D
RGB
CMYK
RGB Variations
Color information
#4B544D (or 0x4B544D) is known color: Feldgrau. HEX triplet: 4B, 54 and 4D. RGB value is (75,84,77). Sum of RGB (Red+Green+Blue) = 75+84+77=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 84 - color contains mainly: green. Hex color #4B544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B544D is #B4ABB2. Grayscale: #505050. Windows color (decimal): -11840435 or 5067851. OLE color: 5067851.
HSL color Cylindrical-coordinate representation of color #4B544D: hue angle of 133.33º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4B544D is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 77 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.67 |
| HSL | 133.33º | 0.06% | 0.31% | - |
| HSV(B) | 133.33º | 0.11% | 0.33% | - |
| XYZ | 7.41 | 8.37 | 8.25 | - |
| YUV | 80.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 77 | 0.11 | 0 | 0.08 | 0.67 | 133.33 | 0.06 | 0.31 |
| Hex | 4B | 54 | 4D | B | 0 | 8 | 43 | 85 | 6 | 1F |
| Octal | 113 | 124 | 115 | 13 | 0 | 10 | 103 | 205 | 6 | 37 |
| Binary | 1001011 | 1010100 | 1001101 | 1011 | 0 | 1000 | 1000011 | 10000101 | 110 | 11111 |
Color Harmonies of #4B544D
Complementary color
Monochromatic Colors of #4B544D
Black with #4B544D
Text Example
Text Example
White with #4B544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B544D; }
p { color: rgb(75,84,77); }
H1.HeaderClassName
{
color: #4B544D;
}
.AnyTagClassName
{
color: #4B544D;
}
</style>
background-color css
<style>
a { background-color: #4B544D; }
a { background-color: rgb(75,84,77); }
div.DivClassName
{
background-color: #4B544D;
}
.BgClassName
{
background-color: #4B544D;
}
</style>
border-color css
<style>
span { border-color: #4B544D; }
span { border-color: rgb(75,84,77); }
td.TdClassName
{
border-color: #4B544D;
}
.TagClassName
{
border-color: #4B544D;
}
</style>