#4A475E

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

Shades of Gun Powder #4A475E

Tints of Gun Powder #4A475E

Color information

#4A475E (or 0x4A475E) is unknown color: approx Gun Powder. HEX triplet: 4A, 47 and 5E. RGB value is (74,71,94). Sum of RGB (Red+Green+Blue) = 74+71+94=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A475E is #B5B8A1. Grayscale: #4A4A4A. Windows color (decimal): -11909282 or 6178634. OLE color: 6178634.

HSL color Cylindrical-coordinate representation of color #4A475E: hue angle of 247.83º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A475E is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB747194-
CMYK0.210.2400.63
HSL247.83º13.94%32.35%-
HSV(B)247.83º24.47%36.86%-
XYZ7.16.7711.52-
YUV74.52138.99127.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=30.96%
G=29.71%
B=39.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7471940.210.2400.63247.8313.9432.35
Hex4A475E151803Ff8e20
Octal11210713625300773701640
Binary10010101000111101111010101110000111111111110001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A475E; }

 p { color: rgb(74,71,94); }

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

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

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

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

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

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

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