#474457

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

Shades of Gun Powder #474457

Tints of Gun Powder #474457

Color information

#474457 (or 0x474457) is unknown color: approx Gun Powder. HEX triplet: 47, 44 and 57. RGB value is (71,68,87). Sum of RGB (Red+Green+Blue) = 71+68+87=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #474457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474457 is #B8BBA8. Grayscale: #464646. Windows color (decimal): -12106665 or 5719111. OLE color: 5719111.

HSL color Cylindrical-coordinate representation of color #474457: hue angle of 249.47º 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 #474457 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB716887-
CMYK0.180.2200.66
HSL249.47º12.26%30.39%-
HSV(B)249.47º21.84%34.12%-
XYZ6.396.169.87-
YUV71.06136.99127.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=31.42%
G=30.09%
B=38.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7168870.180.2200.66249.4712.2630.39
Hex4744571216042f9c1e
Octal107104127222601023711436
Binary10001111000100101011110010101100100001011111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474457; }

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

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

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

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

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

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

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

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