#474651

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

Shades of Gun Powder #474651

Tints of Gun Powder #474651

Color information

#474651 (or 0x474651) is unknown color: approx Gun Powder. HEX triplet: 47, 46 and 51. RGB value is (71,70,81). Sum of RGB (Red+Green+Blue) = 71+70+81=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 81 - color contains mainly: blue. Hex color #474651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474651 is #B8B9AE. Grayscale: #474747. Windows color (decimal): -12106159 or 5326407. OLE color: 5326407.

HSL color Cylindrical-coordinate representation of color #474651: hue angle of 245.45º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #474651 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB717081-
CMYK0.120.1400.68
HSL245.45º7.28%29.61%-
HSV(B)245.45º13.58%31.76%-
XYZ6.276.318.67-
YUV71.55133.33127.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=31.98%
G=31.53%
B=36.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7170810.120.1400.68245.457.2829.61
Hex474651CE044f571e
Octal10710612114160104365736
Binary10001111000110101000111001110010001001111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474651; }

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

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

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

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

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

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

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

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