#4E4E55

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

Shades of Gun Powder #4E4E55

Tints of Gun Powder #4E4E55

Color information

#4E4E55 (or 0x4E4E55) is unknown color: approx Gun Powder. HEX triplet: 4E, 4E and 55. RGB value is (78,78,85). Sum of RGB (Red+Green+Blue) = 78+78+85=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E4E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4E55 is #B1B1AA. Grayscale: #4E4E4E. Windows color (decimal): -11645355 or 5590606. OLE color: 5590606.

HSL color Cylindrical-coordinate representation of color #4E4E55: hue angle of 240º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4E4E55 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB787885-
CMYK0.080.0800.67
HSL240º4.29%31.96%-
HSV(B)240º8.24%33.33%-
XYZ7.517.729.69-
YUV78.8131.5127.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.37%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=32.37%
G=32.37%
B=35.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7878850.080.0800.672404.2931.96
Hex4E4E5588043f0420
Octal11611612510100103360440
Binary100111010011101010101100010000100001111110000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,78,85); }

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

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

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

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

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

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

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