#4E5C54

Color #4E5C54 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #4E5C54

Tints of Feldgrau #4E5C54

Color information

#4E5C54 (or 0x4E5C54) is unknown color: approx Feldgrau. HEX triplet: 4E, 5C and 54. RGB value is (78,92,84). Sum of RGB (Red+Green+Blue) = 78+92+84=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 92 - color contains mainly: green. Hex color #4E5C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5C54 is #B1A3AB. Grayscale: #565656. Windows color (decimal): -11641772 or 5528654. OLE color: 5528654.

HSL color Cylindrical-coordinate representation of color #4E5C54: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E5C54 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB789284-
CMYK0.1500.090.64
HSL145.71º8.24%33.33%-
HSV(B)145.71º15.22%36.08%-
XYZ8.579.919.85-
YUV86.9126.36121.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 30.71%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=30.71%
G=36.22%
B=33.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7892840.1500.090.64145.718.2433.33
Hex4E5C54F094092821
Octal116134124170111002221041
Binary1001110101110010101001111010011000000100100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E5C54; }

 p { color: rgb(78,92,84); }

 H1.HeaderClassName
 {
   color: #4E5C54;
 }
 .AnyTagClassName
 {
   color: #4E5C54;
 }
</style>
background-color css

<style>
 a { background-color: #4E5C54; }

 a { background-color: rgb(78,92,84); }

 div.DivClassName
 {
   background-color: #4E5C54;
 }
 .BgClassName
 {
   background-color: #4E5C54;
 }
</style>
border-color css

<style>
 span { border-color: #4E5C54; }

 span { border-color: rgb(78,92,84); }

 td.TdClassName
 {
   border-color: #4E5C54;
 }
 .TagClassName
 {
   border-color: #4E5C54;
 }
</style>