Shades of Feldgrau #4F6558
Tints of Feldgrau #4F6558
RGB
CMYK
RGB Variations
Color information
#4F6558 (or 0x4F6558) is known color: Feldgrau. HEX triplet: 4F, 65 and 58. RGB value is (79,101,88). Sum of RGB (Red+Green+Blue) = 79+101+88=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6558 is #B09AA7. Grayscale: #5C5C5C. Windows color (decimal): -11573928 or 5793103. OLE color: 5793103.
HSL color Cylindrical-coordinate representation of color #4F6558: hue angle of 144.55º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F6558 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 101 | 88 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.60 |
| HSL | 144.55º | 0.12% | 0.35% | - |
| HSV(B) | 144.55º | 0.22% | 0.4% | - |
| XYZ | 9.64 | 11.67 | 10.98 | - |
| YUV | 92.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 88 | 0.22 | 0 | 0.13 | 0.60 | 144.55 | 0.12 | 0.35 |
| Hex | 4F | 65 | 58 | 16 | 0 | D | 3C | 91 | C | 23 |
| Octal | 117 | 145 | 130 | 26 | 0 | 15 | 74 | 221 | 14 | 43 |
| Binary | 1001111 | 1100101 | 1011000 | 10110 | 0 | 1101 | 111100 | 10010001 | 1100 | 100011 |
Color Harmonies of #4F6558
Complementary color
Monochromatic Colors of #4F6558
Black with #4F6558
Text Example
Text Example
White with #4F6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6558; }
p { color: rgb(79,101,88); }
H1.HeaderClassName
{
color: #4F6558;
}
.AnyTagClassName
{
color: #4F6558;
}
</style>
background-color css
<style>
a { background-color: #4F6558; }
a { background-color: rgb(79,101,88); }
div.DivClassName
{
background-color: #4F6558;
}
.BgClassName
{
background-color: #4F6558;
}
</style>
border-color css
<style>
span { border-color: #4F6558; }
span { border-color: rgb(79,101,88); }
td.TdClassName
{
border-color: #4F6558;
}
.TagClassName
{
border-color: #4F6558;
}
</style>