Html Css Color HEX #4E554D Battleship Grey

📋 copy color: '#4E554D'

red 78 ◦ green 85 ◦ blue 77

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

Shades of Battleship Grey #4E554D

Tints of Battleship Grey #4E554D

RGB

 RED value IS 78 (30.86% from 255) = 32.5%

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 32.5%
G = 35.42%
B = 32.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#4E554D (or 0x4E554D) is known color: Battleship Grey. HEX triplet: 4E, 55 and 4D. RGB value is (78,85,77). Sum of RGB (Red+Green+Blue) = 78+85+77=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 85 - color contains mainly: green. Hex color #4E554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E554D is #B1AAB2. Grayscale: #525252. Windows color (decimal): -11643571 or 5068110. OLE color: 5068110.

HSL color Cylindrical-coordinate representation of color #4E554D: hue angle of 112.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4E554D is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 85 77 -
CMYK 0.08 0 0.09 0.67
HSL 112.5º 0.05% 0.32% -
HSV(B) 112.5º 0.09% 0.33% -
XYZ 7.73 8.65 8.28 -
YUV 82 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 78 85 77 0.08 0 0.09 0.67 112.5 0.05 0.32
Hex 4E 55 4D 8 0 9 43 70 5 20
Octal 116 125 115 10 0 11 103 160 5 40
Binary 1001110 1010101 1001101 1000 0 1001 1000011 1110000 101 100000

Color Harmonies of #4E554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E554D

Black with #4E554D

Text Example


Text Example

White with #4E554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E554D;
 }
 .AnyTagClassName
 {
   color: #4E554D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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