Shades of Feldgrau #46514A
Tints of Feldgrau #46514A
RGB
CMYK
RGB Variations
Color information
#46514A (or 0x46514A) is known color: Feldgrau. HEX triplet: 46, 51 and 4A. RGB value is (70,81,74). Sum of RGB (Red+Green+Blue) = 70+81+74=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #46514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46514A is #B9AEB5. Grayscale: #4C4C4C. Windows color (decimal): -12168886 or 4870470. OLE color: 4870470.
HSL color Cylindrical-coordinate representation of color #46514A: hue angle of 141.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46514A is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 74 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.68 |
| HSL | 141.82º | 0.07% | 0.3% | - |
| HSV(B) | 141.82º | 0.14% | 0.32% | - |
| XYZ | 6.7 | 7.68 | 7.61 | - |
| YUV | 76.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 74 | 0.14 | 0 | 0.09 | 0.68 | 141.82 | 0.07 | 0.3 |
| Hex | 46 | 51 | 4A | E | 0 | 9 | 44 | 8E | 7 | 1E |
| Octal | 106 | 121 | 112 | 16 | 0 | 11 | 104 | 216 | 7 | 36 |
| Binary | 1000110 | 1010001 | 1001010 | 1110 | 0 | 1001 | 1000100 | 10001110 | 111 | 11110 |
Color Harmonies of #46514A
Complementary color
Monochromatic Colors of #46514A
Black with #46514A
Text Example
Text Example
White with #46514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46514A; }
p { color: rgb(70,81,74); }
H1.HeaderClassName
{
color: #46514A;
}
.AnyTagClassName
{
color: #46514A;
}
</style>
background-color css
<style>
a { background-color: #46514A; }
a { background-color: rgb(70,81,74); }
div.DivClassName
{
background-color: #46514A;
}
.BgClassName
{
background-color: #46514A;
}
</style>
border-color css
<style>
span { border-color: #46514A; }
span { border-color: rgb(70,81,74); }
td.TdClassName
{
border-color: #46514A;
}
.TagClassName
{
border-color: #46514A;
}
</style>