#4A4955

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

Shades of Gun Powder #4A4955

Tints of Gun Powder #4A4955

Color information

#4A4955 (or 0x4A4955) is unknown color: approx Gun Powder. HEX triplet: 4A, 49 and 55. RGB value is (74,73,85). Sum of RGB (Red+Green+Blue) = 74+73+85=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A4955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4955 is #B5B6AA. Grayscale: #4A4A4A. Windows color (decimal): -11908779 or 5589322. OLE color: 5589322.

HSL color Cylindrical-coordinate representation of color #4A4955: hue angle of 245º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4955 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB747385-
CMYK0.130.1400.67
HSL245º7.59%30.98%-
HSV(B)245º14.12%33.33%-
XYZ6.856.889.56-
YUV74.67133.83127.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.90%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=31.90%
G=31.47%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7473850.130.1400.672457.5930.98
Hex4A4955DE043f581f
Octal112111125151601033651037
Binary100101010010011010101110111100100001111110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,73,85); }

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

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

 a { background-color: rgb(74,73,85); }

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

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

 span { border-color: rgb(74,73,85); }

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