#474653

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

Shades of Gun Powder #474653

Tints of Gun Powder #474653

Color information

#474653 (or 0x474653) is unknown color: approx Gun Powder. HEX triplet: 47, 46 and 53. RGB value is (71,70,83). Sum of RGB (Red+Green+Blue) = 71+70+83=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #474653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474653 is #B8B9AC. Grayscale: #474747. Windows color (decimal): -12106157 or 5457479. OLE color: 5457479.

HSL color Cylindrical-coordinate representation of color #474653: hue angle of 244.62º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #474653 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB717083-
CMYK0.140.1600.67
HSL244.62º8.5%30%-
HSV(B)244.62º15.66%32.55%-
XYZ6.356.349.07-
YUV71.78134.33127.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=31.70%
G=31.25%
B=37.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7170830.140.1600.67244.628.530
Hex474653E10043f581e
Octal107106123162001033651036
Binary1000111100011010100111110100000100001111110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474653; }

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

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

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

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

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

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

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

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