#4E5B4A

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

Shades of Battleship Grey #4E5B4A

Tints of Battleship Grey #4E5B4A

Color information

#4E5B4A (or 0x4E5B4A) is unknown color: approx Battleship Grey. HEX triplet: 4E, 5B and 4A. RGB value is (78,91,74). Sum of RGB (Red+Green+Blue) = 78+91+74=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5B4A is #B1A4B5. Grayscale: #555555. Windows color (decimal): -11642038 or 4873038. OLE color: 4873038.

HSL color Cylindrical-coordinate representation of color #4E5B4A: hue angle of 105.88º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E5B4A is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB789174-
CMYK0.1400.190.64
HSL105.88º10.3%32.35%-
HSV(B)105.88º18.68%35.69%-
XYZ8.129.67.9-
YUV85.17121.69122.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=32.10%
G=37.45%
B=30.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7891740.1400.190.64105.8810.332.35
Hex4E5B4AE013406aa20
Octal116133112160231001521240
Binary1001110101101110010101110010011100000011010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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