#4E564C

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

Shades of Battleship Grey #4E564C

Tints of Battleship Grey #4E564C

Color information

#4E564C (or 0x4E564C) is unknown color: approx Battleship Grey. HEX triplet: 4E, 56 and 4C. RGB value is (78,86,76). Sum of RGB (Red+Green+Blue) = 78+86+76=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #4E564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E564C is #B1A9B3. Grayscale: #525252. Windows color (decimal): -11643316 or 5002830. OLE color: 5002830.

HSL color Cylindrical-coordinate representation of color #4E564C: hue angle of 108º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E564C is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB788676-
CMYK0.0900.120.66
HSL108º6.17%31.76%-
HSV(B)108º11.63%33.73%-
XYZ7.778.88.13-
YUV82.47124.35124.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=32.5%
G=35.83%
B=31.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7886760.0900.120.661086.1731.76
Hex4E564C90C426c620
Octal11612611411014102154640
Binary10011101010110100110010010110010000101101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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