#4F5057

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

Shades of Gun Powder #4F5057

Tints of Gun Powder #4F5057

Color information

#4F5057 (or 0x4F5057) is unknown color: approx Gun Powder. HEX triplet: 4F, 50 and 57. RGB value is (79,80,87). Sum of RGB (Red+Green+Blue) = 79+80+87=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 87 - color contains mainly: blue. Hex color #4F5057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5057 is #B0AFA8. Grayscale: #505050. Windows color (decimal): -11579305 or 5722191. OLE color: 5722191.

HSL color Cylindrical-coordinate representation of color #4F5057: hue angle of 232.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F5057 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB798087-
CMYK0.090.0800.66
HSL232.5º4.82%32.55%-
HSV(B)232.5º9.2%34.12%-
XYZ7.818.0910.17-
YUV80.5131.67126.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 87 (34.38% from 255) = 35.37%
R=32.11%
G=32.52%
B=35.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7980870.090.0800.66232.54.8232.55
Hex4F505798042e8521
Octal11712012711100102350541
Binary100111110100001010111100110000100001011101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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