Html Css Color HEX #47504A Feldgrau

📋 copy color: '#47504A'

red 71 ◦ green 80 ◦ blue 74

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

Shades of Feldgrau #47504A

Tints of Feldgrau #47504A

RGB

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

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

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

R = 31.56%
G = 35.56%
B = 32.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#47504A (or 0x47504A) is known color: Feldgrau. HEX triplet: 47, 50 and 4A. RGB value is (71,80,74). Sum of RGB (Red+Green+Blue) = 71+80+74=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 80 - color contains mainly: green. Hex color #47504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47504A is #B8AFB5. Grayscale: #4C4C4C. Windows color (decimal): -12103606 or 4870215. OLE color: 4870215.

HSL color Cylindrical-coordinate representation of color #47504A: hue angle of 140º 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 #47504A is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 74 -
CMYK 0.11 0 0.08 0.69
HSL 140º 0.06% 0.3% -
HSV(B) 140º 0.11% 0.31% -
XYZ 6.7 7.57 7.59 -
YUV 76.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 71 80 74 0.11 0 0.08 0.69 140 0.06 0.3
Hex 47 50 4A B 0 8 45 8C 6 1E
Octal 107 120 112 13 0 10 105 214 6 36
Binary 1000111 1010000 1001010 1011 0 1000 1000101 10001100 110 11110

Color Harmonies of #47504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47504A

Black with #47504A

Text Example


Text Example

White with #47504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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