Shades of Feldgrau #485F51
Tints of Feldgrau #485F51
RGB
CMYK
RGB Variations
Color information
#485F51 (or 0x485F51) is known color: Feldgrau. HEX triplet: 48, 5F and 51. RGB value is (72,95,81). Sum of RGB (Red+Green+Blue) = 72+95+81=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 95 - color contains mainly: green. Hex color #485F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F51 is #B7A0AE. Grayscale: #565656. Windows color (decimal): -12034223 or 5332808. OLE color: 5332808.
HSL color Cylindrical-coordinate representation of color #485F51: hue angle of 143.48º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F51 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 81 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.63 |
| HSL | 143.48º | 0.14% | 0.33% | - |
| HSV(B) | 143.48º | 0.24% | 0.37% | - |
| XYZ | 8.25 | 10.16 | 9.31 | - |
| YUV | 86.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 81 | 0.24 | 0 | 0.15 | 0.63 | 143.48 | 0.14 | 0.33 |
| Hex | 48 | 5F | 51 | 18 | 0 | F | 3F | 8F | E | 21 |
| Octal | 110 | 137 | 121 | 30 | 0 | 17 | 77 | 217 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1010001 | 11000 | 0 | 1111 | 111111 | 10001111 | 1110 | 100001 |
Color Harmonies of #485F51
Complementary color
Monochromatic Colors of #485F51
Black with #485F51
Text Example
Text Example
White with #485F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F51; }
p { color: rgb(72,95,81); }
H1.HeaderClassName
{
color: #485F51;
}
.AnyTagClassName
{
color: #485F51;
}
</style>
background-color css
<style>
a { background-color: #485F51; }
a { background-color: rgb(72,95,81); }
div.DivClassName
{
background-color: #485F51;
}
.BgClassName
{
background-color: #485F51;
}
</style>
border-color css
<style>
span { border-color: #485F51; }
span { border-color: rgb(72,95,81); }
td.TdClassName
{
border-color: #485F51;
}
.TagClassName
{
border-color: #485F51;
}
</style>