#4E504D

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

Shades of Battleship Grey #4E504D

Tints of Battleship Grey #4E504D

Color information

#4E504D (or 0x4E504D) is unknown color: approx Battleship Grey. HEX triplet: 4E, 50 and 4D. RGB value is (78,80,77). Sum of RGB (Red+Green+Blue) = 78+80+77=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 80 - color contains mainly: green. Hex color #4E504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E504D is #B1AFB2. Grayscale: #4F4F4F. Windows color (decimal): -11644851 or 5066830. OLE color: 5066830.

HSL color Cylindrical-coordinate representation of color #4E504D: hue angle of 100º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4E504D is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB788077-
CMYK0.0200.040.69
HSL100º1.91%30.78%-
HSV(B)100º3.75%31.37%-
XYZ7.357.898.16-
YUV79.06126.84127.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.19%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=33.19%
G=34.04%
B=32.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7880770.0200.040.691001.9130.78
Hex4E504D204456421f
Octal116120115204105144237
Binary100111010100001001101100100100010111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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