Html Css Color HEX #4E494C Liver

📋 copy color: '#4E494C'

red 78 ◦ green 73 ◦ blue 76

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

Shades of Liver #4E494C

Tints of Liver #4E494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 34.36%
G = 32.16%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E494C (or 0x4E494C) is known color: Liver. HEX triplet: 4E, 49 and 4C. RGB value is (78,73,76). Sum of RGB (Red+Green+Blue) = 78+73+76=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 78 - color contains mainly: red. Hex color #4E494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E494C is #B1B6B3. Grayscale: #4A4A4A. Windows color (decimal): -11646644 or 4999502. OLE color: 4999502.

HSL color Cylindrical-coordinate representation of color #4E494C: hue angle of 324º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4E494C is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 73 76 -
CMYK 0 0.06 0.03 0.69
HSL 324º 0.03% 0.3% -
HSV(B) 324º 0.06% 0.31% -
XYZ 6.83 6.91 7.81 -
YUV 74.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 78 73 76 0 0.06 0.03 0.69 324 0.03 0.3
Hex 4E 49 4C 0 6 3 45 144 3 1E
Octal 116 111 114 0 6 3 105 504 3 36
Binary 1001110 1001001 1001100 0 110 11 1000101 101000100 11 11110

Color Harmonies of #4E494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E494C

Black with #4E494C

Text Example


Text Example

White with #4E494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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