#474959

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

Shades of Gun Powder #474959

Tints of Gun Powder #474959

Color information

#474959 (or 0x474959) is unknown color: approx Gun Powder. HEX triplet: 47, 49 and 59. RGB value is (71,73,89). Sum of RGB (Red+Green+Blue) = 71+73+89=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 73 (28.91% from 255 or 31.33% 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 #474959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474959 is #B8B6A6. Grayscale: #4A4A4A. Windows color (decimal): -12105383 or 5851463. OLE color: 5851463.

HSL color Cylindrical-coordinate representation of color #474959: hue angle of 233.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #474959 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB717389-
CMYK0.200.1800.65
HSL233.33º11.25%31.37%-
HSV(B)233.33º20.22%34.9%-
XYZ6.786.8310.41-
YUV74.23136.34125.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=30.47%
G=31.33%
B=38.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7173890.200.1800.65233.3311.2531.37
Hex4749591412041e9b1f
Octal107111131242201013511337
Binary10001111001001101100110100100100100000111101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474959; }

 p { color: rgb(71,73,89); }

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

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

 a { background-color: rgb(71,73,89); }

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

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

 span { border-color: rgb(71,73,89); }

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