Html Css Color HEX #47474D Gun Powder

📋 copy color: '#47474D'

red 71 ◦ green 71 ◦ blue 77

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

Shades of Gun Powder #47474D

Tints of Gun Powder #47474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 32.42%
G = 32.42%
B = 35.16%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47474D (or 0x47474D) is known color: Gun Powder. HEX triplet: 47, 47 and 4D. RGB value is (71,71,77). Sum of RGB (Red+Green+Blue) = 71+71+77=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 77 - color contains mainly: blue. Hex color #47474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47474D is #B8B8B2. Grayscale: #474747. Windows color (decimal): -12105907 or 5064519. OLE color: 5064519.

HSL color Cylindrical-coordinate representation of color #47474D: hue angle of 240º 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 #47474D is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 71 77 -
CMYK 0.08 0.08 0 0.70
HSL 240º 0.04% 0.29% -
HSV(B) 240º 0.08% 0.3% -
XYZ 6.19 6.38 7.93 -
YUV 71.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 71 71 77 0.08 0.08 0 0.70 240 0.04 0.29
Hex 47 47 4D 8 8 0 46 F0 4 1D
Octal 107 107 115 10 10 0 106 360 4 35
Binary 1000111 1000111 1001101 1000 1000 0 1000110 11110000 100 11101

Color Harmonies of #47474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47474D

Black with #47474D

Text Example


Text Example

White with #47474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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