Html Css Color HEX #474F49 Feldgrau

📋 copy color: '#474F49'

red 71 ◦ green 79 ◦ blue 73

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

Shades of Feldgrau #474F49

Tints of Feldgrau #474F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

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

R = 31.84%
G = 35.43%
B = 32.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#474F49 (or 0x474F49) is known color: Feldgrau. HEX triplet: 47, 4F and 49. RGB value is (71,79,73). Sum of RGB (Red+Green+Blue) = 71+79+73=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 79 - color contains mainly: green. Hex color #474F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F49 is #B8B0B6. Grayscale: #4B4B4B. Windows color (decimal): -12103863 or 4804423. OLE color: 4804423.

HSL color Cylindrical-coordinate representation of color #474F49: hue angle of 135º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #474F49 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 79 73 -
CMYK 0.10 0 0.08 0.69
HSL 135º 0.05% 0.29% -
HSV(B) 135º 0.1% 0.31% -
XYZ 6.6 7.41 7.39 -
YUV 75.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 71 79 73 0.10 0 0.08 0.69 135 0.05 0.29
Hex 47 4F 49 A 0 8 45 87 5 1D
Octal 107 117 111 12 0 10 105 207 5 35
Binary 1000111 1001111 1001001 1010 0 1000 1000101 10000111 101 11101

Color Harmonies of #474F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F49

Black with #474F49

Text Example


Text Example

White with #474F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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