#47464D

Color #47464D Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #47464D

Tints of Gun Powder #47464D

Color information

#47464D (or 0x47464D) is unknown color: approx Gun Powder. HEX triplet: 47, 46 and 4D. RGB value is (71,70,77). Sum of RGB (Red+Green+Blue) = 71+70+77=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: blue. Hex color #47464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47464D is #B8B9B2. Grayscale: #474747. Windows color (decimal): -12106163 or 5064263. OLE color: 5064263.

HSL color Cylindrical-coordinate representation of color #47464D: hue angle of 248.57º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #47464D is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB717077-
CMYK0.080.0900.70
HSL248.57º4.76%28.82%-
HSV(B)248.57º9.09%30.2%-
XYZ6.136.267.91-
YUV71.1131.33127.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=32.57%
G=32.11%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7170770.080.0900.70248.574.7628.82
Hex47464D89046f951d
Octal10710611510110106371535
Binary10001111000110100110110001001010001101111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47464D;
 }
 .AnyTagClassName
 {
   color: #47464D;
 }
</style>
background-color css

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

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

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

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

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

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