#474257

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

Shades of Gun Powder #474257

Tints of Gun Powder #474257

Color information

#474257 (or 0x474257) is unknown color: approx Gun Powder. HEX triplet: 47, 42 and 57. RGB value is (71,66,87). Sum of RGB (Red+Green+Blue) = 71+66+87=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #474257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474257 is #B8BDA8. Grayscale: #454545. Windows color (decimal): -12107177 or 5718599. OLE color: 5718599.

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

Color convert

RGB716687-
CMYK0.180.2400.66
HSL254.29º13.73%30%-
HSV(B)254.29º24.14%34.12%-
XYZ6.275.929.83-
YUV69.89137.66128.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=31.70%
G=29.46%
B=38.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7166870.180.2400.66254.2913.7330
Hex4742571218042fee1e
Octal107102127223001023761636
Binary10001111000010101011110010110000100001011111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474257; }

 p { color: rgb(71,66,87); }

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

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

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

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

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

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

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