#464258

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

Shades of Gun Powder #464258

Tints of Gun Powder #464258

Color information

#464258 (or 0x464258) is unknown color: approx Gun Powder. HEX triplet: 46, 42 and 58. RGB value is (70,66,88). Sum of RGB (Red+Green+Blue) = 70+66+88=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #464258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464258 is #B9BDA7. Grayscale: #454545. Windows color (decimal): -12172712 or 5784134. OLE color: 5784134.

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

Color convert

RGB706688-
CMYK0.200.2500.65
HSL250.91º14.29%30.2%-
HSV(B)250.91º25%34.51%-
XYZ6.245.910.04-
YUV69.7138.33128.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=31.25%
G=29.46%
B=39.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7066880.200.2500.65250.9114.2930.2
Hex4642581419041fbe1e
Octal106102130243101013731636
Binary10001101000010101100010100110010100000111111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464258; }

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

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

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

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

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

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

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

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