Html Css Color HEX #475049 Feldgrau

📋 copy color: '#475049'

red 71 ◦ green 80 ◦ blue 73

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

Shades of Feldgrau #475049

Tints of Feldgrau #475049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.71%

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

R = 31.7%
G = 35.71%
B = 32.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#475049 (or 0x475049) is known color: Feldgrau. HEX triplet: 47, 50 and 49. RGB value is (71,80,73). Sum of RGB (Red+Green+Blue) = 71+80+73=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #475049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475049 is #B8AFB6. Grayscale: #4C4C4C. Windows color (decimal): -12103607 or 4804679. OLE color: 4804679.

HSL color Cylindrical-coordinate representation of color #475049: hue angle of 133.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #475049 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 73 -
CMYK 0.11 0 0.09 0.69
HSL 133.33º 0.06% 0.3% -
HSV(B) 133.33º 0.11% 0.31% -
XYZ 6.67 7.56 7.41 -
YUV 76.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 71 80 73 0.11 0 0.09 0.69 133.33 0.06 0.3
Hex 47 50 49 B 0 9 45 85 6 1E
Octal 107 120 111 13 0 11 105 205 6 36
Binary 1000111 1010000 1001001 1011 0 1001 1000101 10000101 110 11110

Color Harmonies of #475049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475049

Black with #475049

Text Example


Text Example

White with #475049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475049; }

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

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

background-color css

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

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

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

border-color css

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

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

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