#46475A

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

Shades of Gun Powder #46475A

Tints of Gun Powder #46475A

Color information

#46475A (or 0x46475A) is unknown color: approx Gun Powder. HEX triplet: 46, 47 and 5A. RGB value is (70,71,90). Sum of RGB (Red+Green+Blue) = 70+71+90=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 71 (28.12% from 255 or 30.74% 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 #46475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46475A is #B9B8A5. Grayscale: #484848. Windows color (decimal): -12171430 or 5916486. OLE color: 5916486.

HSL color Cylindrical-coordinate representation of color #46475A: hue angle of 237º 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 #46475A is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707190-
CMYK0.220.2100.65
HSL237º12.5%31.37%-
HSV(B)237º22.22%35.29%-
XYZ6.626.5510.59-
YUV72.87137.67125.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7071900.220.2100.6523712.531.37
Hex46475A1615041edc1f
Octal106107132262501013551437
Binary10001101000111101101010110101010100000111101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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