#474361

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

Shades of Gun Powder #474361

Tints of Gun Powder #474361

Color information

#474361 (or 0x474361) is unknown color: approx Gun Powder. HEX triplet: 47, 43 and 61. RGB value is (71,67,97). Sum of RGB (Red+Green+Blue) = 71+67+97=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #474361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474361 is #B8BC9E. Grayscale: #474747. Windows color (decimal): -12106911 or 6374215. OLE color: 6374215.

HSL color Cylindrical-coordinate representation of color #474361: hue angle of 248º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #474361 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB716797-
CMYK0.270.3100.62
HSL248º18.29%32.16%-
HSV(B)248º30.93%38.04%-
XYZ6.766.2212.15-
YUV71.62142.33127.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=30.21%
G=28.51%
B=41.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7167970.270.3100.6224818.2932.16
Hex4743611B1F03Ef81220
Octal10710314133370763702240
Binary100011110000111100001110111111101111101111100010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474361; }

 p { color: rgb(71,67,97); }

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

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

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

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

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

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

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