Shades of Feldgrau #4B6454
Tints of Feldgrau #4B6454
RGB
CMYK
RGB Variations
Color information
#4B6454 (or 0x4B6454) is known color: Feldgrau. HEX triplet: 4B, 64 and 54. RGB value is (75,100,84). Sum of RGB (Red+Green+Blue) = 75+100+84=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6454 is #B49BAB. Grayscale: #5A5A5A. Windows color (decimal): -11836332 or 5530699. OLE color: 5530699.
HSL color Cylindrical-coordinate representation of color #4B6454: hue angle of 141.6º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B6454 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 100 | 84 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.61 |
| HSL | 141.6º | 0.14% | 0.34% | - |
| HSV(B) | 141.6º | 0.25% | 0.39% | - |
| XYZ | 9.06 | 11.25 | 10.08 | - |
| YUV | 90.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 84 | 0.25 | 0 | 0.16 | 0.61 | 141.6 | 0.14 | 0.34 |
| Hex | 4B | 64 | 54 | 19 | 0 | 10 | 3D | 8E | E | 22 |
| Octal | 113 | 144 | 124 | 31 | 0 | 20 | 75 | 216 | 16 | 42 |
| Binary | 1001011 | 1100100 | 1010100 | 11001 | 0 | 10000 | 111101 | 10001110 | 1110 | 100010 |
Color Harmonies of #4B6454
Complementary color
Monochromatic Colors of #4B6454
Black with #4B6454
Text Example
Text Example
White with #4B6454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6454; }
p { color: rgb(75,100,84); }
H1.HeaderClassName
{
color: #4B6454;
}
.AnyTagClassName
{
color: #4B6454;
}
</style>
background-color css
<style>
a { background-color: #4B6454; }
a { background-color: rgb(75,100,84); }
div.DivClassName
{
background-color: #4B6454;
}
.BgClassName
{
background-color: #4B6454;
}
</style>
border-color css
<style>
span { border-color: #4B6454; }
span { border-color: rgb(75,100,84); }
td.TdClassName
{
border-color: #4B6454;
}
.TagClassName
{
border-color: #4B6454;
}
</style>