#474261

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

Shades of Gun Powder #474261

Tints of Gun Powder #474261

Color information

#474261 (or 0x474261) is unknown color: approx Gun Powder. HEX triplet: 47, 42 and 61. RGB value is (71,66,97). Sum of RGB (Red+Green+Blue) = 71+66+97=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #474261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474261 is #B8BD9E. Grayscale: #464646. Windows color (decimal): -12107167 or 6373959. OLE color: 6373959.

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

Color convert

RGB716697-
CMYK0.270.3200.62
HSL249.68º19.02%31.96%-
HSV(B)249.68º31.96%38.04%-
XYZ6.76.112.13-
YUV71.03142.66127.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=30.34%
G=28.21%
B=41.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7166970.270.3200.62249.6819.0231.96
Hex4742611B2003Efa1320
Octal10710214133400763722340
Binary1000111100001011000011101110000001111101111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474261; }

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

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

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

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

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

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

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

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