#464659

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

Shades of Gun Powder #464659

Tints of Gun Powder #464659

Color information

#464659 (or 0x464659) is unknown color: approx Gun Powder. HEX triplet: 46, 46 and 59. RGB value is (70,70,89). Sum of RGB (Red+Green+Blue) = 70+70+89=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #464659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464659 is #B9B9A6. Grayscale: #484848. Windows color (decimal): -12171687 or 5850694. OLE color: 5850694.

HSL color Cylindrical-coordinate representation of color #464659: hue angle of 240º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #464659 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707089-
CMYK0.210.2100.65
HSL240º11.95%31.18%-
HSV(B)240º21.35%34.9%-
XYZ6.526.410.34-
YUV72.17137.5126.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=30.57%
G=30.57%
B=38.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7070890.210.2100.6524011.9531.18
Hex4646591515041f0c1f
Octal106106131252501013601437
Binary10001101000110101100110101101010100000111110000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464659; }

 p { color: rgb(70,70,89); }

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

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

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

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

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

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

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