#464859

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

Shades of Gun Powder #464859

Tints of Gun Powder #464859

Color information

#464859 (or 0x464859) is unknown color: approx Gun Powder. HEX triplet: 46, 48 and 59. RGB value is (70,72,89). Sum of RGB (Red+Green+Blue) = 70+72+89=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #464859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464859 is #B9B7A6. Grayscale: #494949. Windows color (decimal): -12171175 or 5851206. OLE color: 5851206.

HSL color Cylindrical-coordinate representation of color #464859: hue angle of 233.68º 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 #464859 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707289-
CMYK0.210.1900.65
HSL233.68º11.95%31.18%-
HSV(B)233.68º21.35%34.9%-
XYZ6.656.6610.39-
YUV73.34136.84125.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=30.30%
G=31.17%
B=38.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7072890.210.1900.65233.6811.9531.18
Hex4648591513041eac1f
Octal106110131252301013521437
Binary10001101001000101100110101100110100000111101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464859; }

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

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

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

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

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

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

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

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