#4A495B

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

Shades of Gun Powder #4A495B

Tints of Gun Powder #4A495B

Color information

#4A495B (or 0x4A495B) is unknown color: approx Gun Powder. HEX triplet: 4A, 49 and 5B. RGB value is (74,73,91). Sum of RGB (Red+Green+Blue) = 74+73+91=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A495B is #B5B6A4. Grayscale: #4B4B4B. Windows color (decimal): -11908773 or 5982538. OLE color: 5982538.

HSL color Cylindrical-coordinate representation of color #4A495B: hue angle of 243.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A495B is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB747391-
CMYK0.190.2000.64
HSL243.33º10.98%32.16%-
HSV(B)243.33º19.78%35.69%-
XYZ7.096.9810.87-
YUV75.35136.83127.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=31.09%
G=30.67%
B=38.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7473910.190.2000.64243.3310.9832.16
Hex4A495B1314040f3b20
Octal112111133232401003631340
Binary100101010010011011011100111010001000000111100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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