#4E554D

Color #4E554D Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #4E554D

Tints of Battleship Grey #4E554D

Color information

#4E554D (or 0x4E554D) is unknown color: approx Battleship Grey. HEX triplet: 4E, 55 and 4D. RGB value is (78,85,77). Sum of RGB (Red+Green+Blue) = 78+85+77=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 85 - color contains mainly: green. Hex color #4E554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E554D is #B1AAB2. Grayscale: #525252. Windows color (decimal): -11643571 or 5068110. OLE color: 5068110.

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

Color convert

RGB788577-
CMYK0.0800.090.67
HSL112.5º4.94%31.76%-
HSV(B)112.5º9.41%33.33%-
XYZ7.738.658.28-
YUV82125.18125.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=32.5%
G=35.42%
B=32.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7885770.0800.090.67112.54.9431.76
Hex4E554D8094370520
Octal11612511510011103160540
Binary10011101010101100110110000100110000111110000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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