Shades of Feldgrau #485C4E
Tints of Feldgrau #485C4E
RGB
CMYK
RGB Variations
Color information
#485C4E (or 0x485C4E) is known color: Feldgrau. HEX triplet: 48, 5C and 4E. RGB value is (72,92,78). Sum of RGB (Red+Green+Blue) = 72+92+78=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 92 - color contains mainly: green. Hex color #485C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C4E is #B7A3B1. Grayscale: #545454. Windows color (decimal): -12034994 or 5135432. OLE color: 5135432.
HSL color Cylindrical-coordinate representation of color #485C4E: hue angle of 138º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485C4E is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 78 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.64 |
| HSL | 138º | 0.12% | 0.32% | - |
| HSV(B) | 138º | 0.22% | 0.36% | - |
| XYZ | 7.87 | 9.58 | 8.64 | - |
| YUV | 84.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 78 | 0.22 | 0 | 0.15 | 0.64 | 138 | 0.12 | 0.32 |
| Hex | 48 | 5C | 4E | 16 | 0 | F | 40 | 8A | C | 20 |
| Octal | 110 | 134 | 116 | 26 | 0 | 17 | 100 | 212 | 14 | 40 |
| Binary | 1001000 | 1011100 | 1001110 | 10110 | 0 | 1111 | 1000000 | 10001010 | 1100 | 100000 |
Color Harmonies of #485C4E
Complementary color
Monochromatic Colors of #485C4E
Black with #485C4E
Text Example
Text Example
White with #485C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C4E; }
p { color: rgb(72,92,78); }
H1.HeaderClassName
{
color: #485C4E;
}
.AnyTagClassName
{
color: #485C4E;
}
</style>
background-color css
<style>
a { background-color: #485C4E; }
a { background-color: rgb(72,92,78); }
div.DivClassName
{
background-color: #485C4E;
}
.BgClassName
{
background-color: #485C4E;
}
</style>
border-color css
<style>
span { border-color: #485C4E; }
span { border-color: rgb(72,92,78); }
td.TdClassName
{
border-color: #485C4E;
}
.TagClassName
{
border-color: #485C4E;
}
</style>