Shades of Feldgrau #466955
Tints of Feldgrau #466955
RGB
CMYK
RGB Variations
Color information
#466955 (or 0x466955) is known color: Feldgrau. HEX triplet: 46, 69 and 55. RGB value is (70,105,85). Sum of RGB (Red+Green+Blue) = 70+105+85=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #466955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466955 is #B996AA. Grayscale: #5C5C5C. Windows color (decimal): -12162731 or 5597510. OLE color: 5597510.
HSL color Cylindrical-coordinate representation of color #466955: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466955 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 105 | 85 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.59 |
| HSL | 145.71º | 0.2% | 0.34% | - |
| HSV(B) | 145.71º | 0.33% | 0.41% | - |
| XYZ | 9.22 | 12.06 | 10.44 | - |
| YUV | 92.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 85 | 0.33 | 0 | 0.19 | 0.59 | 145.71 | 0.2 | 0.34 |
| Hex | 46 | 69 | 55 | 21 | 0 | 13 | 3B | 92 | 14 | 22 |
| Octal | 106 | 151 | 125 | 41 | 0 | 23 | 73 | 222 | 24 | 42 |
| Binary | 1000110 | 1101001 | 1010101 | 100001 | 0 | 10011 | 111011 | 10010010 | 10100 | 100010 |
Color Harmonies of #466955
Complementary color
Monochromatic Colors of #466955
Black with #466955
Text Example
Text Example
White with #466955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466955; }
p { color: rgb(70,105,85); }
H1.HeaderClassName
{
color: #466955;
}
.AnyTagClassName
{
color: #466955;
}
</style>
background-color css
<style>
a { background-color: #466955; }
a { background-color: rgb(70,105,85); }
div.DivClassName
{
background-color: #466955;
}
.BgClassName
{
background-color: #466955;
}
</style>
border-color css
<style>
span { border-color: #466955; }
span { border-color: rgb(70,105,85); }
td.TdClassName
{
border-color: #466955;
}
.TagClassName
{
border-color: #466955;
}
</style>