#4E584A

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

Shades of Battleship Grey #4E584A

Tints of Battleship Grey #4E584A

Color information

#4E584A (or 0x4E584A) is unknown color: approx Battleship Grey. HEX triplet: 4E, 58 and 4A. RGB value is (78,88,74). Sum of RGB (Red+Green+Blue) = 78+88+74=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #4E584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E584A is #B1A7B5. Grayscale: #535353. Windows color (decimal): -11642806 or 4872270. OLE color: 4872270.

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

Color convert

RGB788874-
CMYK0.1100.160.65
HSL102.86º8.64%31.76%-
HSV(B)102.86º15.91%34.51%-
XYZ7.879.097.82-
YUV83.41122.69124.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=32.5%
G=36.67%
B=30.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7888740.1100.160.65102.868.6431.76
Hex4E584AB0104167920
Octal116130112130201011471140
Binary1001110101100010010101011010000100000111001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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