#4A494F

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

Shades of Gun Powder #4A494F

Tints of Gun Powder #4A494F

Color information

#4A494F (or 0x4A494F) is unknown color: approx Gun Powder. HEX triplet: 4A, 49 and 4F. RGB value is (74,73,79). Sum of RGB (Red+Green+Blue) = 74+73+79=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A494F is #B5B6B0. Grayscale: #494949. Windows color (decimal): -11908785 or 5196106. OLE color: 5196106.

HSL color Cylindrical-coordinate representation of color #4A494F: hue angle of 250º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4A494F is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB747379-
CMYK0.060.0800.69
HSL250º3.95%29.8%-
HSV(B)250º7.59%30.98%-
XYZ6.626.798.36-
YUV73.98130.83128.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.74%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=32.74%
G=32.30%
B=34.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7473790.060.0800.692503.9529.8
Hex4A494F68045fa41e
Octal1121111176100105372436
Binary1001010100100110011111101000010001011111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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