#47425A

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

Shades of Gun Powder #47425A

Tints of Gun Powder #47425A

Color information

#47425A (or 0x47425A) is unknown color: approx Gun Powder. HEX triplet: 47, 42 and 5A. RGB value is (71,66,90). Sum of RGB (Red+Green+Blue) = 71+66+90=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #47425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47425A is #B8BDA5. Grayscale: #464646. Windows color (decimal): -12107174 or 5915207. OLE color: 5915207.

HSL color Cylindrical-coordinate representation of color #47425A: hue angle of 252.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47425A is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB716690-
CMYK0.210.2700.65
HSL252.5º15.38%30.59%-
HSV(B)252.5º26.67%35.29%-
XYZ6.395.9710.49-
YUV70.23139.16128.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=31.28%
G=29.07%
B=39.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7166900.210.2700.65252.515.3830.59
Hex47425A151B041fcf1f
Octal107102132253301013741737
Binary10001111000010101101010101110110100000111111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47425A; }

 p { color: rgb(71,66,90); }

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

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

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

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

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

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

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