Shades of Feldgrau #4B6253
Tints of Feldgrau #4B6253
RGB
CMYK
RGB Variations
Color information
#4B6253 (or 0x4B6253) is known color: Feldgrau. HEX triplet: 4B, 62 and 53. RGB value is (75,98,83). Sum of RGB (Red+Green+Blue) = 75+98+83=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #4B6253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6253 is #B49DAC. Grayscale: #595959. Windows color (decimal): -11836845 or 5464651. OLE color: 5464651.
HSL color Cylindrical-coordinate representation of color #4B6253: hue angle of 140.87º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B6253 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 83 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.62 |
| HSL | 140.87º | 0.13% | 0.34% | - |
| HSV(B) | 140.87º | 0.23% | 0.38% | - |
| XYZ | 8.83 | 10.86 | 9.81 | - |
| YUV | 89.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 83 | 0.23 | 0 | 0.15 | 0.62 | 140.87 | 0.13 | 0.34 |
| Hex | 4B | 62 | 53 | 17 | 0 | F | 3E | 8D | D | 22 |
| Octal | 113 | 142 | 123 | 27 | 0 | 17 | 76 | 215 | 15 | 42 |
| Binary | 1001011 | 1100010 | 1010011 | 10111 | 0 | 1111 | 111110 | 10001101 | 1101 | 100010 |
Color Harmonies of #4B6253
Complementary color
Monochromatic Colors of #4B6253
Black with #4B6253
Text Example
Text Example
White with #4B6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6253; }
p { color: rgb(75,98,83); }
H1.HeaderClassName
{
color: #4B6253;
}
.AnyTagClassName
{
color: #4B6253;
}
</style>
background-color css
<style>
a { background-color: #4B6253; }
a { background-color: rgb(75,98,83); }
div.DivClassName
{
background-color: #4B6253;
}
.BgClassName
{
background-color: #4B6253;
}
</style>
border-color css
<style>
span { border-color: #4B6253; }
span { border-color: rgb(75,98,83); }
td.TdClassName
{
border-color: #4B6253;
}
.TagClassName
{
border-color: #4B6253;
}
</style>