#464856

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

Shades of Gun Powder #464856

Tints of Gun Powder #464856

Color information

#464856 (or 0x464856) is unknown color: approx Gun Powder. HEX triplet: 46, 48 and 56. RGB value is (70,72,86). Sum of RGB (Red+Green+Blue) = 70+72+86=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #464856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464856 is #B9B7A9. Grayscale: #484848. Windows color (decimal): -12171178 or 5654598. OLE color: 5654598.

HSL color Cylindrical-coordinate representation of color #464856: hue angle of 232.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464856 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB707286-
CMYK0.190.1600.66
HSL232.5º10.26%30.59%-
HSV(B)232.5º18.6%33.73%-
XYZ6.526.619.74-
YUV73135.34125.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 72 (28.52% from 255) = 31.58%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=30.70%
G=31.58%
B=37.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7072860.190.1600.66232.510.2630.59
Hex4648561310042e8a1f
Octal106110126232001023501237
Binary10001101001000101011010011100000100001011101000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464856; }

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

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

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

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

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

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

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

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