#4F505E

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

Shades of Gun Powder #4F505E

Tints of Gun Powder #4F505E

Color information

#4F505E (or 0x4F505E) is unknown color: approx Gun Powder. HEX triplet: 4F, 50 and 5E. RGB value is (79,80,94). Sum of RGB (Red+Green+Blue) = 79+80+94=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F505E is #B0AFA1. Grayscale: #515151. Windows color (decimal): -11579298 or 6180943. OLE color: 6180943.

HSL color Cylindrical-coordinate representation of color #4F505E: hue angle of 236º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4F505E is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB798094-
CMYK0.160.1500.63
HSL236º8.67%33.92%-
HSV(B)236º15.96%36.86%-
XYZ8.118.2111.75-
YUV81.3135.17126.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.23%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=31.23%
G=31.62%
B=37.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7980940.160.1500.632368.6733.92
Hex4F505E10F03Fec922
Octal11712013620170773541142
Binary1001111101000010111101000011110111111111011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,80,94); }

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

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

 a { background-color: rgb(79,80,94); }

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

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

 span { border-color: rgb(79,80,94); }

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