#46464F

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

Shades of Gun Powder #46464F

Tints of Gun Powder #46464F

Color information

#46464F (or 0x46464F) is unknown color: approx Gun Powder. HEX triplet: 46, 46 and 4F. RGB value is (70,70,79). Sum of RGB (Red+Green+Blue) = 70+70+79=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 79 - color contains mainly: blue. Hex color #46464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46464F is #B9B9B0. Grayscale: #464646. Windows color (decimal): -12171697 or 5195334. OLE color: 5195334.

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

Color convert

RGB707079-
CMYK0.110.1100.69
HSL240º6.04%29.22%-
HSV(B)240º11.39%30.98%-
XYZ6.136.258.28-
YUV71.03132.5127.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=31.96%
G=31.96%
B=36.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7070790.110.1100.692406.0429.22
Hex46464FBB045f061d
Octal10610611713130105360635
Binary10001101000110100111110111011010001011111000011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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