#474556

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

Shades of Gun Powder #474556

Tints of Gun Powder #474556

Color information

#474556 (or 0x474556) is unknown color: approx Gun Powder. HEX triplet: 47, 45 and 56. RGB value is (71,69,86). Sum of RGB (Red+Green+Blue) = 71+69+86=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 86 - color contains mainly: blue. Hex color #474556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474556 is #B8BAA9. Grayscale: #474747. Windows color (decimal): -12106410 or 5653831. OLE color: 5653831.

HSL color Cylindrical-coordinate representation of color #474556: hue angle of 247.06º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #474556 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB716986-
CMYK0.170.2000.66
HSL247.06º10.97%30.39%-
HSV(B)247.06º19.77%33.73%-
XYZ6.416.279.68-
YUV71.54136.16127.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=31.42%
G=30.53%
B=38.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7169860.170.2000.66247.0610.9730.39
Hex4745561114042f7b1e
Octal107105126212401023671336
Binary10001111000101101011010001101000100001011110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474556; }

 p { color: rgb(71,69,86); }

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

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

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

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

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

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

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