#464559

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

Shades of Gun Powder #464559

Tints of Gun Powder #464559

Color information

#464559 (or 0x464559) is unknown color: approx Gun Powder. HEX triplet: 46, 45 and 59. RGB value is (70,69,89). Sum of RGB (Red+Green+Blue) = 70+69+89=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #464559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464559 is #B9BAA6. Grayscale: #474747. Windows color (decimal): -12171943 or 5850438. OLE color: 5850438.

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

Color convert

RGB706989-
CMYK0.210.2200.65
HSL243º12.66%30.98%-
HSV(B)243º22.47%34.9%-
XYZ6.466.2810.32-
YUV71.58137.83126.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=30.70%
G=30.26%
B=39.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7069890.210.2200.6524312.6630.98
Hex4645591516041f3d1f
Octal106105131252601013631537
Binary10001101000101101100110101101100100000111110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464559; }

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

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

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

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

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

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

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

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