#474650

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

Shades of Gun Powder #474650

Tints of Gun Powder #474650

Color information

#474650 (or 0x474650) is unknown color: approx Gun Powder. HEX triplet: 47, 46 and 50. RGB value is (71,70,80). Sum of RGB (Red+Green+Blue) = 71+70+80=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #474650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474650 is #B8B9AF. Grayscale: #474747. Windows color (decimal): -12106160 or 5260871. OLE color: 5260871.

HSL color Cylindrical-coordinate representation of color #474650: hue angle of 246º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #474650 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB717080-
CMYK0.110.1200.69
HSL246º6.67%29.41%-
HSV(B)246º12.5%31.37%-
XYZ6.246.38.48-
YUV71.44132.83127.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=32.13%
G=31.67%
B=36.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7170800.110.1200.692466.6729.41
Hex474650BC045f671d
Octal10710612013140105366735
Binary10001111000110101000010111100010001011111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474650; }

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

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

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

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

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

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

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

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