Shades of Feldgrau #466752
Tints of Feldgrau #466752
RGB
CMYK
RGB Variations
Color information
#466752 (or 0x466752) is known color: Feldgrau. HEX triplet: 46, 67 and 52. RGB value is (70,103,82). Sum of RGB (Red+Green+Blue) = 70+103+82=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 103 - color contains mainly: green. Hex color #466752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466752 is #B998AD. Grayscale: #5A5A5A. Windows color (decimal): -12163246 or 5400390. OLE color: 5400390.
HSL color Cylindrical-coordinate representation of color #466752: hue angle of 141.82º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466752 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 82 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.60 |
| HSL | 141.82º | 0.19% | 0.34% | - |
| HSV(B) | 141.82º | 0.32% | 0.4% | - |
| XYZ | 8.9 | 11.61 | 9.75 | - |
| YUV | 90.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 82 | 0.32 | 0 | 0.20 | 0.60 | 141.82 | 0.19 | 0.34 |
| Hex | 46 | 67 | 52 | 20 | 0 | 14 | 3C | 8E | 13 | 22 |
| Octal | 106 | 147 | 122 | 40 | 0 | 24 | 74 | 216 | 23 | 42 |
| Binary | 1000110 | 1100111 | 1010010 | 100000 | 0 | 10100 | 111100 | 10001110 | 10011 | 100010 |
Color Harmonies of #466752
Complementary color
Monochromatic Colors of #466752
Black with #466752
Text Example
Text Example
White with #466752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466752; }
p { color: rgb(70,103,82); }
H1.HeaderClassName
{
color: #466752;
}
.AnyTagClassName
{
color: #466752;
}
</style>
background-color css
<style>
a { background-color: #466752; }
a { background-color: rgb(70,103,82); }
div.DivClassName
{
background-color: #466752;
}
.BgClassName
{
background-color: #466752;
}
</style>
border-color css
<style>
span { border-color: #466752; }
span { border-color: rgb(70,103,82); }
td.TdClassName
{
border-color: #466752;
}
.TagClassName
{
border-color: #466752;
}
</style>