#464556

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

Shades of Gun Powder #464556

Tints of Gun Powder #464556

Color information

#464556 (or 0x464556) is unknown color: approx Gun Powder. HEX triplet: 46, 45 and 56. RGB value is (70,69,86). Sum of RGB (Red+Green+Blue) = 70+69+86=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #464556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464556 is #B9BAA9. Grayscale: #474747. Windows color (decimal): -12171946 or 5653830. OLE color: 5653830.

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

Color convert

RGB706986-
CMYK0.190.2000.66
HSL243.53º10.97%30.39%-
HSV(B)243.53º19.77%33.73%-
XYZ6.336.239.67-
YUV71.24136.33127.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=31.11%
G=30.67%
B=38.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7069860.190.2000.66243.5310.9730.39
Hex4645561314042f4b1e
Octal106105126232401023641336
Binary10001101000101101011010011101000100001011110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464556; }

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

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

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

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

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

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

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

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