Shades of Feldgrau #46574D
Tints of Feldgrau #46574D
RGB
CMYK
RGB Variations
Color information
#46574D (or 0x46574D) is known color: Feldgrau. HEX triplet: 46, 57 and 4D. RGB value is (70,87,77). Sum of RGB (Red+Green+Blue) = 70+87+77=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 87 - color contains mainly: green. Hex color #46574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46574D is #B9A8B2. Grayscale: #505050. Windows color (decimal): -12167347 or 5068614. OLE color: 5068614.
HSL color Cylindrical-coordinate representation of color #46574D: hue angle of 144.71º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #46574D is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 87 | 77 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.66 |
| HSL | 144.71º | 0.11% | 0.31% | - |
| HSV(B) | 144.71º | 0.2% | 0.34% | - |
| XYZ | 7.27 | 8.65 | 8.31 | - |
| YUV | 80.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 87 | 77 | 0.20 | 0 | 0.11 | 0.66 | 144.71 | 0.11 | 0.31 |
| Hex | 46 | 57 | 4D | 14 | 0 | B | 42 | 91 | B | 1F |
| Octal | 106 | 127 | 115 | 24 | 0 | 13 | 102 | 221 | 13 | 37 |
| Binary | 1000110 | 1010111 | 1001101 | 10100 | 0 | 1011 | 1000010 | 10010001 | 1011 | 11111 |
Color Harmonies of #46574D
Complementary color
Monochromatic Colors of #46574D
Black with #46574D
Text Example
Text Example
White with #46574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46574D; }
p { color: rgb(70,87,77); }
H1.HeaderClassName
{
color: #46574D;
}
.AnyTagClassName
{
color: #46574D;
}
</style>
background-color css
<style>
a { background-color: #46574D; }
a { background-color: rgb(70,87,77); }
div.DivClassName
{
background-color: #46574D;
}
.BgClassName
{
background-color: #46574D;
}
</style>
border-color css
<style>
span { border-color: #46574D; }
span { border-color: rgb(70,87,77); }
td.TdClassName
{
border-color: #46574D;
}
.TagClassName
{
border-color: #46574D;
}
</style>