#4E584B

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

Shades of Battleship Grey #4E584B

Tints of Battleship Grey #4E584B

Color information

#4E584B (or 0x4E584B) is unknown color: approx Battleship Grey. HEX triplet: 4E, 58 and 4B. RGB value is (78,88,75). Sum of RGB (Red+Green+Blue) = 78+88+75=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #4E584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E584B is #B1A7B4. Grayscale: #535353. Windows color (decimal): -11642805 or 4937806. OLE color: 4937806.

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

Color convert

RGB788875-
CMYK0.1100.150.65
HSL106.15º7.98%31.96%-
HSV(B)106.15º14.77%34.51%-
XYZ7.99.118-
YUV83.53123.19124.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.37%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=32.37%
G=36.51%
B=31.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7888750.1100.150.65106.157.9831.96
Hex4E584BB0F416a820
Octal116130113130171011521040
Binary100111010110001001011101101111100000111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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