#474750

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

Shades of Gun Powder #474750

Tints of Gun Powder #474750

Color information

#474750 (or 0x474750) is unknown color: approx Gun Powder. HEX triplet: 47, 47 and 50. RGB value is (71,71,80). Sum of RGB (Red+Green+Blue) = 71+71+80=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #474750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474750 is #B8B8AF. Grayscale: #474747. Windows color (decimal): -12105904 or 5261127. OLE color: 5261127.

HSL color Cylindrical-coordinate representation of color #474750: hue angle of 240º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474750 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB717180-
CMYK0.110.1100.69
HSL240º5.96%29.61%-
HSV(B)240º11.25%31.37%-
XYZ6.36.438.5-
YUV72.03132.5127.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=31.98%
G=31.98%
B=36.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7171800.110.1100.692405.9629.61
Hex474750BB045f061e
Octal10710712013130105360636
Binary10001111000111101000010111011010001011111000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474750; }

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

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

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

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

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

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

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

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