#474260

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

Shades of Gun Powder #474260

Tints of Gun Powder #474260

Color information

#474260 (or 0x474260) is unknown color: approx Gun Powder. HEX triplet: 47, 42 and 60. RGB value is (71,66,96). Sum of RGB (Red+Green+Blue) = 71+66+96=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #474260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474260 is #B8BD9F. Grayscale: #464646. Windows color (decimal): -12107168 or 6308423. OLE color: 6308423.

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

Color convert

RGB716696-
CMYK0.260.3100.62
HSL250º18.52%31.76%-
HSV(B)250º31.25%37.65%-
XYZ6.666.0811.89-
YUV70.91142.16128.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=30.47%
G=28.33%
B=41.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7166960.260.3100.6225018.5231.76
Hex4742601A1F03Efa1320
Octal10710214032370763722340
Binary100011110000101100000110101111101111101111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474260; }

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

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

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

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

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

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

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

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