#47465B

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

Shades of Gun Powder #47465B

Tints of Gun Powder #47465B

Color information

#47465B (or 0x47465B) is unknown color: approx Gun Powder. HEX triplet: 47, 46 and 5B. RGB value is (71,70,91). Sum of RGB (Red+Green+Blue) = 71+70+91=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #47465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47465B is #B8B9A4. Grayscale: #484848. Windows color (decimal): -12106149 or 5981767. OLE color: 5981767.

HSL color Cylindrical-coordinate representation of color #47465B: hue angle of 242.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47465B is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB717091-
CMYK0.220.2300.64
HSL242.86º13.04%31.57%-
HSV(B)242.86º23.08%35.69%-
XYZ6.686.4810.8-
YUV72.69138.33126.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=30.60%
G=30.17%
B=39.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7170910.220.2300.64242.8613.0431.57
Hex47465B1617040f3d20
Octal107106133262701003631540
Binary100011110001101011011101101011101000000111100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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