#4F5059

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

Shades of Gun Powder #4F5059

Tints of Gun Powder #4F5059

Color information

#4F5059 (or 0x4F5059) is unknown color: approx Gun Powder. HEX triplet: 4F, 50 and 59. RGB value is (79,80,89). Sum of RGB (Red+Green+Blue) = 79+80+89=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F5059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5059 is #B0AFA6. Grayscale: #505050. Windows color (decimal): -11579303 or 5853263. OLE color: 5853263.

HSL color Cylindrical-coordinate representation of color #4F5059: hue angle of 234º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F5059 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB798089-
CMYK0.110.1000.65
HSL234º5.95%32.94%-
HSV(B)234º11.24%34.9%-
XYZ7.98.1210.6-
YUV80.73132.67126.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 89 (35.16% from 255) = 35.89%
R=31.85%
G=32.26%
B=35.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7980890.110.1000.652345.9532.94
Hex4F5059BA041ea621
Octal11712013113120101352641
Binary100111110100001011001101110100100000111101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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