#4F4E58

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

Shades of Gun Powder #4F4E58

Tints of Gun Powder #4F4E58

Color information

#4F4E58 (or 0x4F4E58) is unknown color: approx Gun Powder. HEX triplet: 4F, 4E and 58. RGB value is (79,78,88). Sum of RGB (Red+Green+Blue) = 79+78+88=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F4E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4E58 is #B0B1A7. Grayscale: #4F4F4F. Windows color (decimal): -11579816 or 5787215. OLE color: 5787215.

HSL color Cylindrical-coordinate representation of color #4F4E58: hue angle of 246º 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 #4F4E58 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB797888-
CMYK0.100.1100.65
HSL246º6.02%32.55%-
HSV(B)246º11.36%34.51%-
XYZ7.717.8210.33-
YUV79.44132.83127.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.24%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=32.24%
G=31.84%
B=35.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7978880.100.1100.652466.0232.55
Hex4F4E58AB041f6621
Octal11711613012130101366641
Binary100111110011101011000101010110100000111110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,78,88); }

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

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

 a { background-color: rgb(79,78,88); }

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

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

 span { border-color: rgb(79,78,88); }

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