#46464E

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

Shades of Gun Powder #46464E

Tints of Gun Powder #46464E

Color information

#46464E (or 0x46464E) is unknown color: approx Gun Powder. HEX triplet: 46, 46 and 4E. RGB value is (70,70,78). Sum of RGB (Red+Green+Blue) = 70+70+78=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 78 - color contains mainly: blue. Hex color #46464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46464E is #B9B9B1. Grayscale: #464646. Windows color (decimal): -12171698 or 5129798. OLE color: 5129798.

HSL color Cylindrical-coordinate representation of color #46464E: hue angle of 240º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #46464E is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB707078-
CMYK0.100.1000.69
HSL240º5.41%29.02%-
HSV(B)240º10.26%30.59%-
XYZ6.096.238.09-
YUV70.91132127.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=32.11%
G=32.11%
B=35.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7070780.100.1000.692405.4129.02
Hex46464EAA045f051d
Octal10610611612120105360535
Binary10001101000110100111010101010010001011111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46464E; }

 p { color: rgb(70,70,78); }

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

<style>
 a { background-color: #46464E; }

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

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

<style>
 span { border-color: #46464E; }

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

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