Html Css Color HEX #494D4A Feldgrau

📋 copy color: '#494D4A'

red 73 ◦ green 77 ◦ blue 74

#494D4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #494D4A

Tints of Feldgrau #494D4A

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.3% from 255) = 33.04%

R = 32.59%
G = 34.38%
B = 33.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#494D4A (or 0x494D4A) is known color: 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

RGB 73 77 74 -
CMYK 0.05 0 0.04 0.70
HSL 135º 0.03% 0.29% -
HSV(B) 135º 0.05% 0.3% -
XYZ 6.64 7.22 7.52 -
YUV 75.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 73 77 74 0.05 0 0.04 0.70 135 0.03 0.29
Hex 49 4D 4A 5 0 4 46 87 3 1D
Octal 111 115 112 5 0 4 106 207 3 35
Binary 1001001 1001101 1001010 101 0 100 1000110 10000111 11 11101

Color Harmonies of #494D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D4A

Black with #494D4A

Text Example


Text Example

White with #494D4A

Text Example


Text Example

HTML Codes & Css Web 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>