Shades of Feldgrau #465349
Tints of Feldgrau #465349
RGB
CMYK
RGB Variations
Color information
#465349 (or 0x465349) is known color: Feldgrau. HEX triplet: 46, 53 and 49. RGB value is (70,83,73). Sum of RGB (Red+Green+Blue) = 70+83+73=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #465349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465349 is #B9ACB6. Grayscale: #4E4E4E. Windows color (decimal): -12168375 or 4805446. OLE color: 4805446.
HSL color Cylindrical-coordinate representation of color #465349: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #465349 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 73 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.67 |
| HSL | 133.85º | 0.08% | 0.3% | - |
| HSV(B) | 133.85º | 0.16% | 0.33% | - |
| XYZ | 6.82 | 7.97 | 7.48 | - |
| YUV | 77.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 73 | 0.16 | 0 | 0.12 | 0.67 | 133.85 | 0.08 | 0.3 |
| Hex | 46 | 53 | 49 | 10 | 0 | C | 43 | 86 | 8 | 1E |
| Octal | 106 | 123 | 111 | 20 | 0 | 14 | 103 | 206 | 10 | 36 |
| Binary | 1000110 | 1010011 | 1001001 | 10000 | 0 | 1100 | 1000011 | 10000110 | 1000 | 11110 |
Color Harmonies of #465349
Complementary color
Monochromatic Colors of #465349
Black with #465349
Text Example
Text Example
White with #465349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465349; }
p { color: rgb(70,83,73); }
H1.HeaderClassName
{
color: #465349;
}
.AnyTagClassName
{
color: #465349;
}
</style>
background-color css
<style>
a { background-color: #465349; }
a { background-color: rgb(70,83,73); }
div.DivClassName
{
background-color: #465349;
}
.BgClassName
{
background-color: #465349;
}
</style>
border-color css
<style>
span { border-color: #465349; }
span { border-color: rgb(70,83,73); }
td.TdClassName
{
border-color: #465349;
}
.TagClassName
{
border-color: #465349;
}
</style>