#474356

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

Shades of Gun Powder #474356

Tints of Gun Powder #474356

Color information

#474356 (or 0x474356) is unknown color: approx Gun Powder. HEX triplet: 47, 43 and 56. RGB value is (71,67,86). Sum of RGB (Red+Green+Blue) = 71+67+86=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #474356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474356 is #B8BCA9. Grayscale: #464646. Windows color (decimal): -12106922 or 5653319. OLE color: 5653319.

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

Color convert

RGB716786-
CMYK0.170.2200.66
HSL252.63º12.42%30%-
HSV(B)252.63º22.09%33.73%-
XYZ6.296.039.64-
YUV70.36136.83128.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=31.70%
G=29.91%
B=38.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7167860.170.2200.66252.6312.4230
Hex4743561116042fdc1e
Octal107103126212601023751436
Binary10001111000011101011010001101100100001011111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474356; }

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

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

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

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

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

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

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

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