Html Css Color HEX #474D49 Feldgrau

📋 copy color: '#474D49'

red 71 ◦ green 77 ◦ blue 73

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

Shades of Feldgrau #474D49

Tints of Feldgrau #474D49

RGB

 RED value IS 71 (28.13% from 255) = 32.13%

 GREEN value IS 77 (30.47% from 255) = 34.84%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 32.13%
G = 34.84%
B = 33.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#474D49 (or 0x474D49) is known color: Feldgrau. HEX triplet: 47, 4D and 49. RGB value is (71,77,73). Sum of RGB (Red+Green+Blue) = 71+77+73=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 77 - color contains mainly: green. Hex color #474D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D49 is #B8B2B6. Grayscale: #4A4A4A. Windows color (decimal): -12104375 or 4803911. OLE color: 4803911.

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

Color convert

RGB 71 77 73 -
CMYK 0.08 0 0.05 0.70
HSL 140º 0.04% 0.29% -
HSV(B) 140º 0.08% 0.3% -
XYZ 6.46 7.13 7.34 -
YUV 74.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 71 77 73 0.08 0 0.05 0.70 140 0.04 0.29
Hex 47 4D 49 8 0 5 46 8C 4 1D
Octal 107 115 111 10 0 5 106 214 4 35
Binary 1000111 1001101 1001001 1000 0 101 1000110 10001100 100 11101

Color Harmonies of #474D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D49

Black with #474D49

Text Example


Text Example

White with #474D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474D49; }

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

 H1.HeaderClassName
 {
   color: #474D49;
 }
 .AnyTagClassName
 {
   color: #474D49;
 }
</style>

background-color css

<style>
 a { background-color: #474D49; }

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

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

border-color css

<style>
 span { border-color: #474D49; }

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

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