Shades of Feldgrau #4D514E
Tints of Feldgrau #4D514E
RGB
CMYK
RGB Variations
Color information
#4D514E (or 0x4D514E) is known color: Feldgrau. HEX triplet: 4D, 51 and 4E. RGB value is (77,81,78). Sum of RGB (Red+Green+Blue) = 77+81+78=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 81 - color contains mainly: green. Hex color #4D514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D514E is #B2AEB1. Grayscale: #4F4F4F. Windows color (decimal): -11710130 or 5132621. OLE color: 5132621.
HSL color Cylindrical-coordinate representation of color #4D514E: hue angle of 135º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4D514E is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
RGB | 77 | 81 | 78 | - |
CMYK | 0.05 | 0 | 0.04 | 0.68 |
HSL | 135º | 0.03% | 0.31% | - |
HSV(B) | 135º | 0.05% | 0.32% | - |
XYZ | 7.38 | 8.01 | 8.37 | - |
YUV | 79.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 81 | 78 | 0.05 | 0 | 0.04 | 0.68 | 135 | 0.03 | 0.31 |
Hex | 4D | 51 | 4E | 5 | 0 | 4 | 44 | 87 | 3 | 1F |
Octal | 115 | 121 | 116 | 5 | 0 | 4 | 104 | 207 | 3 | 37 |
Binary | 1001101 | 1010001 | 1001110 | 101 | 0 | 100 | 1000100 | 10000111 | 11 | 11111 |
Color Harmonies of #4D514E
Complementary color
Monochromatic Colors of #4D514E
Black with #4D514E
Text Example
Text Example
White with #4D514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D514E; }
p { color: rgb(77,81,78); }
H1.HeaderClassName
{
color: #4D514E;
}
.AnyTagClassName
{
color: #4D514E;
}
</style>
background-color css
<style>
a { background-color: #4D514E; }
a { background-color: rgb(77,81,78); }
div.DivClassName
{
background-color: #4D514E;
}
.BgClassName
{
background-color: #4D514E;
}
</style>
border-color css
<style>
span { border-color: #4D514E; }
span { border-color: rgb(77,81,78); }
td.TdClassName
{
border-color: #4D514E;
}
.TagClassName
{
border-color: #4D514E;
}
</style>