#464456

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

Shades of Gun Powder #464456

Tints of Gun Powder #464456

Color information

#464456 (or 0x464456) is unknown color: approx Gun Powder. HEX triplet: 46, 44 and 56. RGB value is (70,68,86). Sum of RGB (Red+Green+Blue) = 70+68+86=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #464456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464456 is #B9BBA9. Grayscale: #464646. Windows color (decimal): -12172202 or 5653574. OLE color: 5653574.

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

Color convert

RGB706886-
CMYK0.190.2100.66
HSL246.67º11.69%30.2%-
HSV(B)246.67º20.93%33.73%-
XYZ6.276.119.65-
YUV70.65136.66127.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=31.25%
G=30.36%
B=38.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7068860.190.2100.66246.6711.6930.2
Hex4644561315042f7c1e
Octal106104126232501023671436
Binary10001101000100101011010011101010100001011110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464456; }

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

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

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

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

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

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

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

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