#474661

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

Shades of Gun Powder #474661

Tints of Gun Powder #474661

Color information

#474661 (or 0x474661) is unknown color: approx Gun Powder. HEX triplet: 47, 46 and 61. RGB value is (71,70,97). Sum of RGB (Red+Green+Blue) = 71+70+97=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #474661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474661 is #B8B99E. Grayscale: #494949. Windows color (decimal): -12106143 or 6374983. OLE color: 6374983.

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

Color convert

RGB717097-
CMYK0.270.2800.62
HSL242.22º16.17%32.75%-
HSV(B)242.22º27.84%38.04%-
XYZ6.956.5812.21-
YUV73.38141.33126.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=29.83%
G=29.41%
B=40.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7170970.270.2800.62242.2216.1732.75
Hex4746611B1C03Ef21021
Octal10710614133340763622041
Binary100011110001101100001110111110001111101111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474661; }

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

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

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

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

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

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

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

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