#464459

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

Shades of Gun Powder #464459

Tints of Gun Powder #464459

Color information

#464459 (or 0x464459) is unknown color: approx Gun Powder. HEX triplet: 46, 44 and 59. RGB value is (70,68,89). Sum of RGB (Red+Green+Blue) = 70+68+89=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #464459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464459 is #B9BBA6. Grayscale: #464646. Windows color (decimal): -12172199 or 5850182. OLE color: 5850182.

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

Color convert

RGB706889-
CMYK0.210.2400.65
HSL245.71º13.38%30.78%-
HSV(B)245.71º23.6%34.9%-
XYZ6.46.1610.3-
YUV70.99138.16127.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=30.84%
G=29.96%
B=39.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7068890.210.2400.65245.7113.3830.78
Hex4644591518041f6d1f
Octal106104131253001013661537
Binary10001101000100101100110101110000100000111110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464459; }

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

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

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

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

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

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

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

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