Shades of Feldgrau #4F5451
Tints of Feldgrau #4F5451
RGB
CMYK
RGB Variations
Color information
#4F5451 (or 0x4F5451) is known color: Feldgrau. HEX triplet: 4F, 54 and 51. RGB value is (79,84,81). Sum of RGB (Red+Green+Blue) = 79+84+81=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 84 - color contains mainly: green. Hex color #4F5451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5451 is #B0ABAE. Grayscale: #525252. Windows color (decimal): -11578287 or 5329999. OLE color: 5329999.
HSL color Cylindrical-coordinate representation of color #4F5451: hue angle of 144º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4F5451 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 84 | 81 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.67 |
| HSL | 144º | 0.03% | 0.32% | - |
| HSV(B) | 144º | 0.06% | 0.33% | - |
| XYZ | 7.88 | 8.6 | 9.03 | - |
| YUV | 82.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 81 | 0.06 | 0 | 0.04 | 0.67 | 144 | 0.03 | 0.32 |
| Hex | 4F | 54 | 51 | 6 | 0 | 4 | 43 | 90 | 3 | 20 |
| Octal | 117 | 124 | 121 | 6 | 0 | 4 | 103 | 220 | 3 | 40 |
| Binary | 1001111 | 1010100 | 1010001 | 110 | 0 | 100 | 1000011 | 10010000 | 11 | 100000 |
Color Harmonies of #4F5451
Complementary color
Monochromatic Colors of #4F5451
Black with #4F5451
Text Example
Text Example
White with #4F5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5451; }
p { color: rgb(79,84,81); }
H1.HeaderClassName
{
color: #4F5451;
}
.AnyTagClassName
{
color: #4F5451;
}
</style>
background-color css
<style>
a { background-color: #4F5451; }
a { background-color: rgb(79,84,81); }
div.DivClassName
{
background-color: #4F5451;
}
.BgClassName
{
background-color: #4F5451;
}
</style>
border-color css
<style>
span { border-color: #4F5451; }
span { border-color: rgb(79,84,81); }
td.TdClassName
{
border-color: #4F5451;
}
.TagClassName
{
border-color: #4F5451;
}
</style>