#4E4C58

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

Shades of Gun Powder #4E4C58

Tints of Gun Powder #4E4C58

Color information

#4E4C58 (or 0x4E4C58) is unknown color: approx Gun Powder. HEX triplet: 4E, 4C and 58. RGB value is (78,76,88). Sum of RGB (Red+Green+Blue) = 78+76+88=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E4C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4C58 is #B1B3A7. Grayscale: #4D4D4D. Windows color (decimal): -11645864 or 5786702. OLE color: 5786702.

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

Color convert

RGB787688-
CMYK0.110.1400.65
HSL250º7.32%32.16%-
HSV(B)250º13.64%34.51%-
XYZ7.497.4910.28-
YUV77.97133.66128.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.23%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=32.23%
G=31.40%
B=36.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7876880.110.1400.652507.3232.16
Hex4E4C58BE041fa720
Octal11611413013160101372740
Binary100111010011001011000101111100100000111111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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