#4A4659

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

Shades of Gun Powder #4A4659

Tints of Gun Powder #4A4659

Color information

#4A4659 (or 0x4A4659) is unknown color: approx Gun Powder. HEX triplet: 4A, 46 and 59. RGB value is (74,70,89). Sum of RGB (Red+Green+Blue) = 74+70+89=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A4659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4659 is #B5B9A6. Grayscale: #494949. Windows color (decimal): -11909543 or 5850698. OLE color: 5850698.

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

Color convert

RGB747089-
CMYK0.170.2100.65
HSL252.63º11.95%31.18%-
HSV(B)252.63º21.35%34.9%-
XYZ6.826.5610.36-
YUV73.36136.83128.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.76%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=31.76%
G=30.04%
B=38.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7470890.170.2100.65252.6311.9531.18
Hex4A46591115041fdc1f
Octal112106131212501013751437
Binary10010101000110101100110001101010100000111111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A4659; }

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

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

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

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

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

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

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

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