Html Css Color HEX #494C4A Feldgrau

📋 copy color: '#494C4A'

red 73 ◦ green 76 ◦ blue 74

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

Shades of Feldgrau #494C4A

Tints of Feldgrau #494C4A

RGB

 RED value IS 73 (28.91% from 255) = 32.74%

 GREEN value IS 76 (30.08% from 255) = 34.08%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 32.74%
G = 34.08%
B = 33.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#494C4A (or 0x494C4A) is known color: Feldgrau. HEX triplet: 49, 4C and 4A. RGB value is (73,76,74). Sum of RGB (Red+Green+Blue) = 73+76+74=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 76 - color contains mainly: green. Hex color #494C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C4A is #B6B3B5. Grayscale: #4A4A4A. Windows color (decimal): -11973558 or 4869193. OLE color: 4869193.

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

Color convert

RGB 73 76 74 -
CMYK 0.04 0 0.03 0.70
HSL 140º 0.02% 0.29% -
HSV(B) 140º 0.04% 0.3% -
XYZ 6.57 7.08 7.5 -
YUV 74.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 73 76 74 0.04 0 0.03 0.70 140 0.02 0.29
Hex 49 4C 4A 4 0 3 46 8C 2 1D
Octal 111 114 112 4 0 3 106 214 2 35
Binary 1001001 1001100 1001010 100 0 11 1000110 10001100 10 11101

Color Harmonies of #494C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C4A

Black with #494C4A

Text Example


Text Example

White with #494C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #494C4A;
 }
 .AnyTagClassName
 {
   color: #494C4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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