#464554

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

Shades of Gun Powder #464554

Tints of Gun Powder #464554

Color information

#464554 (or 0x464554) is unknown color: approx Gun Powder. HEX triplet: 46, 45 and 54. RGB value is (70,69,84). Sum of RGB (Red+Green+Blue) = 70+69+84=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #464554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464554 is #B9BAAB. Grayscale: #464646. Windows color (decimal): -12171948 or 5522758. OLE color: 5522758.

HSL color Cylindrical-coordinate representation of color #464554: hue angle of 244º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #464554 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB706984-
CMYK0.170.1800.67
HSL244º9.8%30%-
HSV(B)244º17.86%32.94%-
XYZ6.256.29.25-
YUV71.01135.33127.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=31.39%
G=30.94%
B=37.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7069840.170.1800.672449.830
Hex4645541112043f4a1e
Octal106105124212201033641236
Binary10001101000101101010010001100100100001111110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464554; }

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

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

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

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

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

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

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

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