#464858

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

Shades of Gun Powder #464858

Tints of Gun Powder #464858

Color information

#464858 (or 0x464858) is unknown color: approx Gun Powder. HEX triplet: 46, 48 and 58. RGB value is (70,72,88). Sum of RGB (Red+Green+Blue) = 70+72+88=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #464858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464858 is #B9B7A7. Grayscale: #494949. Windows color (decimal): -12171176 or 5785670. OLE color: 5785670.

HSL color Cylindrical-coordinate representation of color #464858: hue angle of 233.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464858 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707288-
CMYK0.200.1800.65
HSL233.33º11.39%30.98%-
HSV(B)233.33º20.45%34.51%-
XYZ6.66.6410.17-
YUV73.23136.34125.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=30.43%
G=31.30%
B=38.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7072880.200.1800.65233.3311.3930.98
Hex4648581412041e9b1f
Octal106110130242201013511337
Binary10001101001000101100010100100100100000111101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464858; }

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

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

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

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

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

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

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

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