#474360

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

Shades of Gun Powder #474360

Tints of Gun Powder #474360

Color information

#474360 (or 0x474360) is unknown color: approx Gun Powder. HEX triplet: 47, 43 and 60. RGB value is (71,67,96). Sum of RGB (Red+Green+Blue) = 71+67+96=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #474360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474360 is #B8BC9F. Grayscale: #474747. Windows color (decimal): -12106912 or 6308679. OLE color: 6308679.

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

Color convert

RGB716796-
CMYK0.260.3000.62
HSL248.28º17.79%31.96%-
HSV(B)248.28º30.21%37.65%-
XYZ6.726.211.91-
YUV71.5141.83127.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=30.34%
G=28.63%
B=41.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7167960.260.3000.62248.2817.7931.96
Hex4743601A1E03Ef81220
Octal10710314032360763702240
Binary100011110000111100000110101111001111101111100010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474360; }

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

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

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

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

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

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

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

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