#464451

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

Shades of Gun Powder #464451

Tints of Gun Powder #464451

Color information

#464451 (or 0x464451) is unknown color: approx Gun Powder. HEX triplet: 46, 44 and 51. RGB value is (70,68,81). Sum of RGB (Red+Green+Blue) = 70+68+81=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: blue. Hex color #464451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464451 is #B9BBAE. Grayscale: #464646. Windows color (decimal): -12172207 or 5325894. OLE color: 5325894.

HSL color Cylindrical-coordinate representation of color #464451: hue angle of 249.23º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #464451 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB706881-
CMYK0.140.1600.68
HSL249.23º8.72%29.22%-
HSV(B)249.23º16.05%31.76%-
XYZ6.086.038.63-
YUV70.08134.16127.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=31.96%
G=31.05%
B=36.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7068810.140.1600.68249.238.7229.22
Hex464451E10044f991d
Octal106104121162001043711135
Binary1000110100010010100011110100000100010011111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464451; }

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

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

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

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

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

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

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

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