#464158

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

Shades of Gun Powder #464158

Tints of Gun Powder #464158

Color information

#464158 (or 0x464158) is unknown color: approx Gun Powder. HEX triplet: 46, 41 and 58. RGB value is (70,65,88). Sum of RGB (Red+Green+Blue) = 70+65+88=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #464158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464158 is #B9BEA7. Grayscale: #454545. Windows color (decimal): -12172968 or 5783878. OLE color: 5783878.

HSL color Cylindrical-coordinate representation of color #464158: hue angle of 253.04º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #464158 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB706588-
CMYK0.200.2600.65
HSL253.04º15.03%30%-
HSV(B)253.04º26.14%34.51%-
XYZ6.185.7910.02-
YUV69.12138.66128.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=31.39%
G=29.15%
B=39.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7065880.200.2600.65253.0415.0330
Hex464158141A041fdf1e
Octal106101130243201013751736
Binary10001101000001101100010100110100100000111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464158; }

 p { color: rgb(70,65,88); }

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

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

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

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

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

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

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