Html Css Color HEX #4E5849 Battleship Grey

📋 copy color: '#4E5849'

red 78 ◦ green 88 ◦ blue 73

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

Shades of Battleship Grey #4E5849

Tints of Battleship Grey #4E5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.82%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 32.64%
G = 36.82%
B = 30.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#4E5849 (or 0x4E5849) is known color: Battleship Grey. HEX triplet: 4E, 58 and 49. RGB value is (78,88,73). Sum of RGB (Red+Green+Blue) = 78+88+73=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5849 is #B1A7B6. Grayscale: #535353. Windows color (decimal): -11642807 or 4806734. OLE color: 4806734.

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

Color convert

RGB 78 88 73 -
CMYK 0.11 0 0.17 0.65
HSL 100º 0.09% 0.32% -
HSV(B) 100º 0.17% 0.35% -
XYZ 7.83 9.08 7.64 -
YUV 83.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 78 88 73 0.11 0 0.17 0.65 100 0.09 0.32
Hex 4E 58 49 B 0 11 41 64 9 20
Octal 116 130 111 13 0 21 101 144 11 40
Binary 1001110 1011000 1001001 1011 0 10001 1000001 1100100 1001 100000

Color Harmonies of #4E5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5849

Black with #4E5849

Text Example


Text Example

White with #4E5849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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