#474760

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

Shades of Gun Powder #474760

Tints of Gun Powder #474760

Color information

#474760 (or 0x474760) is unknown color: approx Gun Powder. HEX triplet: 47, 47 and 60. RGB value is (71,71,96). Sum of RGB (Red+Green+Blue) = 71+71+96=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #474760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474760 is #B8B89F. Grayscale: #494949. Windows color (decimal): -12105888 or 6309703. OLE color: 6309703.

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

Color convert

RGB717196-
CMYK0.260.2600.62
HSL240º14.97%32.75%-
HSV(B)240º26.04%37.65%-
XYZ6.966.6911.99-
YUV73.85140.5125.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=29.83%
G=29.83%
B=40.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7171960.260.2600.6224014.9732.75
Hex4747601A1A03Ef0f21
Octal10710714032320763601741
Binary10001111000111110000011010110100111110111100001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474760; }

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

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

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

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

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

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

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

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