Html Css Color HEX #4E584A Battleship Grey

📋 copy color: '#4E584A'

red 78 ◦ green 88 ◦ blue 74

#4E584A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Battleship Grey #4E584A

Tints of Battleship Grey #4E584A

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.3% from 255) = 30.83%

R = 32.5%
G = 36.67%
B = 30.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#4E584A (or 0x4E584A) is known color: 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

RGB 78 88 74 -
CMYK 0.11 0 0.16 0.65
HSL 102.86º 0.09% 0.32% -
HSV(B) 102.86º 0.16% 0.35% -
XYZ 7.87 9.09 7.82 -
YUV 83.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 78 88 74 0.11 0 0.16 0.65 102.86 0.09 0.32
Hex 4E 58 4A B 0 10 41 67 9 20
Octal 116 130 112 13 0 20 101 147 11 40
Binary 1001110 1011000 1001010 1011 0 10000 1000001 1100111 1001 100000

Color Harmonies of #4E584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E584A

Black with #4E584A

Text Example


Text Example

White with #4E584A

Text Example


Text Example

HTML Codes & Css Web 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>