#47464B

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

Shades of Gun Powder #47464B

Tints of Gun Powder #47464B

Color information

#47464B (or 0x47464B) is unknown color: approx Gun Powder. HEX triplet: 47, 46 and 4B. RGB value is (71,70,75). Sum of RGB (Red+Green+Blue) = 71+70+75=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 75 - color contains mainly: blue. Hex color #47464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47464B is #B8B9B4. Grayscale: #464646. Windows color (decimal): -12106165 or 4933191. OLE color: 4933191.

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

Color convert

RGB717075-
CMYK0.050.0700.71
HSL252º3.45%28.43%-
HSV(B)252º6.67%29.41%-
XYZ6.066.237.54-
YUV70.87130.33128.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=32.87%
G=32.41%
B=34.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7170750.050.0700.712523.4528.43
Hex47464B57047fc31c
Octal107106113570107374334
Binary10001111000110100101110111101000111111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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