#464359

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

Shades of Gun Powder #464359

Tints of Gun Powder #464359

Color information

#464359 (or 0x464359) is unknown color: approx Gun Powder. HEX triplet: 46, 43 and 59. RGB value is (70,67,89). Sum of RGB (Red+Green+Blue) = 70+67+89=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #464359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464359 is #B9BCA6. Grayscale: #464646. Windows color (decimal): -12172455 or 5849926. OLE color: 5849926.

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

Color convert

RGB706789-
CMYK0.210.2500.65
HSL248.18º14.1%30.59%-
HSV(B)248.18º24.72%34.9%-
XYZ6.346.0410.28-
YUV70.4138.49127.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=30.97%
G=29.65%
B=39.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7067890.210.2500.65248.1814.130.59
Hex4643591519041f8e1f
Octal106103131253101013701637
Binary10001101000011101100110101110010100000111111000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464359; }

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

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

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

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

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

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

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

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