#4F505C

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

Shades of Gun Powder #4F505C

Tints of Gun Powder #4F505C

Color information

#4F505C (or 0x4F505C) is unknown color: approx Gun Powder. HEX triplet: 4F, 50 and 5C. RGB value is (79,80,92). Sum of RGB (Red+Green+Blue) = 79+80+92=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F505C is #B0AFA3. Grayscale: #515151. Windows color (decimal): -11579300 or 6049871. OLE color: 6049871.

HSL color Cylindrical-coordinate representation of color #4F505C: hue angle of 235.38º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F505C is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB798092-
CMYK0.140.1300.64
HSL235.38º7.6%33.53%-
HSV(B)235.38º14.13%36.08%-
XYZ8.028.1711.28-
YUV81.07134.17126.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.47%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=31.47%
G=31.87%
B=36.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7980920.140.1300.64235.387.633.53
Hex4F505CED040eb822
Octal117120134161501003531042
Binary1001111101000010111001110110101000000111010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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