#464259

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

Shades of Gun Powder #464259

Tints of Gun Powder #464259

Color information

#464259 (or 0x464259) is unknown color: approx Gun Powder. HEX triplet: 46, 42 and 59. RGB value is (70,66,89). Sum of RGB (Red+Green+Blue) = 70+66+89=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #464259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464259 is #B9BDA6. Grayscale: #454545. Windows color (decimal): -12172711 or 5849670. OLE color: 5849670.

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

Color convert

RGB706689-
CMYK0.210.2600.65
HSL250.43º14.84%30.39%-
HSV(B)250.43º25.84%34.9%-
XYZ6.285.9210.26-
YUV69.82138.83128.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=31.11%
G=29.33%
B=39.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7066890.210.2600.65250.4314.8430.39
Hex464259151A041faf1e
Octal106102131253201013721736
Binary10001101000010101100110101110100100000111111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464259; }

 p { color: rgb(70,66,89); }

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

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

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

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

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

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

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