Html Css Color HEX #474A48 Feldgrau

📋 copy color: '#474A48'

red 71 ◦ green 74 ◦ blue 72

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

Shades of Feldgrau #474A48

Tints of Feldgrau #474A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.1%

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 32.72%
G = 34.1%
B = 33.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#474A48 (or 0x474A48) is known color: Feldgrau. HEX triplet: 47, 4A and 48. RGB value is (71,74,72). Sum of RGB (Red+Green+Blue) = 71+74+72=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 74 - color contains mainly: green. Hex color #474A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A48 is #B8B5B7. Grayscale: #484848. Windows color (decimal): -12105144 or 4737607. OLE color: 4737607.

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

Color convert

RGB 71 74 72 -
CMYK 0.04 0 0.03 0.71
HSL 140º 0.02% 0.28% -
HSV(B) 140º 0.04% 0.29% -
XYZ 6.22 6.71 7.1 -
YUV 72.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 71 74 72 0.04 0 0.03 0.71 140 0.02 0.28
Hex 47 4A 48 4 0 3 47 8C 2 1C
Octal 107 112 110 4 0 3 107 214 2 34
Binary 1000111 1001010 1001000 100 0 11 1000111 10001100 10 11100

Color Harmonies of #474A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A48

Black with #474A48

Text Example


Text Example

White with #474A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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