Shades of Feldgrau #46584A
Tints of Feldgrau #46584A
RGB
CMYK
RGB Variations
Color information
#46584A (or 0x46584A) is known color: Feldgrau. HEX triplet: 46, 58 and 4A. RGB value is (70,88,74). Sum of RGB (Red+Green+Blue) = 70+88+74=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #46584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46584A is #B9A7B5. Grayscale: #515151. Windows color (decimal): -12167094 or 4872262. OLE color: 4872262.
HSL color Cylindrical-coordinate representation of color #46584A: hue angle of 133.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #46584A is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 74 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.65 |
| HSL | 133.33º | 0.11% | 0.31% | - |
| HSV(B) | 133.33º | 0.2% | 0.35% | - |
| XYZ | 7.25 | 8.78 | 7.79 | - |
| YUV | 81.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 74 | 0.20 | 0 | 0.16 | 0.65 | 133.33 | 0.11 | 0.31 |
| Hex | 46 | 58 | 4A | 14 | 0 | 10 | 41 | 85 | B | 1F |
| Octal | 106 | 130 | 112 | 24 | 0 | 20 | 101 | 205 | 13 | 37 |
| Binary | 1000110 | 1011000 | 1001010 | 10100 | 0 | 10000 | 1000001 | 10000101 | 1011 | 11111 |
Color Harmonies of #46584A
Complementary color
Monochromatic Colors of #46584A
Black with #46584A
Text Example
Text Example
White with #46584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46584A; }
p { color: rgb(70,88,74); }
H1.HeaderClassName
{
color: #46584A;
}
.AnyTagClassName
{
color: #46584A;
}
</style>
background-color css
<style>
a { background-color: #46584A; }
a { background-color: rgb(70,88,74); }
div.DivClassName
{
background-color: #46584A;
}
.BgClassName
{
background-color: #46584A;
}
</style>
border-color css
<style>
span { border-color: #46584A; }
span { border-color: rgb(70,88,74); }
td.TdClassName
{
border-color: #46584A;
}
.TagClassName
{
border-color: #46584A;
}
</style>