#494D4A

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

Shades of Feldgrau #494D4A

Tints of Feldgrau #494D4A

Color information

#494D4A (or 0x494D4A) is unknown color: approx Feldgrau. HEX triplet: 49, 4D and 4A. RGB value is (73,77,74). Sum of RGB (Red+Green+Blue) = 73+77+74=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 77 - color contains mainly: green. Hex color #494D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D4A is #B6B2B5. Grayscale: #4B4B4B. Windows color (decimal): -11973302 or 4869449. OLE color: 4869449.

HSL color Cylindrical-coordinate representation of color #494D4A: hue angle of 135º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494D4A is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB737774-
CMYK0.0500.040.70
HSL135º2.67%29.41%-
HSV(B)135º5.19%30.2%-
XYZ6.647.227.52-
YUV75.46127.17126.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=32.59%
G=34.38%
B=33.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377740.0500.040.701352.6729.41
Hex494D4A504468731d
Octal111115112504106207335
Binary10010011001101100101010101001000110100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494D4A; }

 p { color: rgb(73,77,74); }

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

<style>
 a { background-color: #494D4A; }

 a { background-color: rgb(73,77,74); }

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

<style>
 span { border-color: #494D4A; }

 span { border-color: rgb(73,77,74); }

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