Shades of Feldgrau #486451
Tints of Feldgrau #486451
RGB
CMYK
RGB Variations
Color information
#486451 (or 0x486451) is known color: Feldgrau. HEX triplet: 48, 64 and 51. RGB value is (72,100,81). Sum of RGB (Red+Green+Blue) = 72+100+81=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 100 - color contains mainly: green. Hex color #486451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486451 is #B79BAE. Grayscale: #595959. Windows color (decimal): -12032943 or 5334088. OLE color: 5334088.
HSL color Cylindrical-coordinate representation of color #486451: hue angle of 139.29º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #486451 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 81 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.61 |
| HSL | 139.29º | 0.16% | 0.34% | - |
| HSV(B) | 139.29º | 0.28% | 0.39% | - |
| XYZ | 8.71 | 11.09 | 9.47 | - |
| YUV | 89.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 81 | 0.28 | 0 | 0.19 | 0.61 | 139.29 | 0.16 | 0.34 |
| Hex | 48 | 64 | 51 | 1C | 0 | 13 | 3D | 8B | 10 | 22 |
| Octal | 110 | 144 | 121 | 34 | 0 | 23 | 75 | 213 | 20 | 42 |
| Binary | 1001000 | 1100100 | 1010001 | 11100 | 0 | 10011 | 111101 | 10001011 | 10000 | 100010 |
Color Harmonies of #486451
Complementary color
Monochromatic Colors of #486451
Black with #486451
Text Example
Text Example
White with #486451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486451; }
p { color: rgb(72,100,81); }
H1.HeaderClassName
{
color: #486451;
}
.AnyTagClassName
{
color: #486451;
}
</style>
background-color css
<style>
a { background-color: #486451; }
a { background-color: rgb(72,100,81); }
div.DivClassName
{
background-color: #486451;
}
.BgClassName
{
background-color: #486451;
}
</style>
border-color css
<style>
span { border-color: #486451; }
span { border-color: rgb(72,100,81); }
td.TdClassName
{
border-color: #486451;
}
.TagClassName
{
border-color: #486451;
}
</style>