#47465A

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

Shades of Gun Powder #47465A

Tints of Gun Powder #47465A

Color information

#47465A (or 0x47465A) is unknown color: approx Gun Powder. HEX triplet: 47, 46 and 5A. RGB value is (71,70,90). Sum of RGB (Red+Green+Blue) = 71+70+90=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #47465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47465A is #B8B9A5. Grayscale: #484848. Windows color (decimal): -12106150 or 5916231. OLE color: 5916231.

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

Color convert

RGB717090-
CMYK0.210.2200.65
HSL243º12.5%31.37%-
HSV(B)243º22.22%35.29%-
XYZ6.636.4610.57-
YUV72.58137.83126.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=30.74%
G=30.30%
B=38.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7170900.210.2200.6524312.531.37
Hex47465A1516041f3c1f
Octal107106132252601013631437
Binary10001111000110101101010101101100100000111110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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