#46475B

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

Shades of Gun Powder #46475B

Tints of Gun Powder #46475B

Color information

#46475B (or 0x46475B) is unknown color: approx Gun Powder. HEX triplet: 46, 47 and 5B. RGB value is (70,71,91). Sum of RGB (Red+Green+Blue) = 70+71+91=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #46475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46475B is #B9B8A4. Grayscale: #484848. Windows color (decimal): -12171429 or 5982022. OLE color: 5982022.

HSL color Cylindrical-coordinate representation of color #46475B: hue angle of 237.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #46475B is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB707191-
CMYK0.230.2200.64
HSL237.14º13.04%31.57%-
HSV(B)237.14º23.08%35.69%-
XYZ6.676.5610.81-
YUV72.98138.17125.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=30.17%
G=30.60%
B=39.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7071910.230.2200.64237.1413.0431.57
Hex46475B1716040edd20
Octal106107133272601003551540
Binary100011010001111011011101111011001000000111011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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