Html Css Color HEX #4E474A Liver

📋 copy color: '#4E474A'

red 78 ◦ green 71 ◦ blue 74

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

Shades of Liver #4E474A

Tints of Liver #4E474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 34.98%
G = 31.84%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4E474A (or 0x4E474A) is known color: Liver. HEX triplet: 4E, 47 and 4A. RGB value is (78,71,74). Sum of RGB (Red+Green+Blue) = 78+71+74=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 78 - color contains mainly: red. Hex color #4E474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E474A is #B1B8B5. Grayscale: #494949. Windows color (decimal): -11647158 or 4867918. OLE color: 4867918.

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

Color convert

RGB 78 71 74 -
CMYK 0 0.09 0.05 0.69
HSL 334.29º 0.05% 0.29% -
HSV(B) 334.29º 0.09% 0.31% -
XYZ 6.63 6.62 7.41 -
YUV 73.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 78 71 74 0 0.09 0.05 0.69 334.29 0.05 0.29
Hex 4E 47 4A 0 9 5 45 14E 5 1D
Octal 116 107 112 0 11 5 105 516 5 35
Binary 1001110 1000111 1001010 0 1001 101 1000101 101001110 101 11101

Color Harmonies of #4E474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E474A

Black with #4E474A

Text Example


Text Example

White with #4E474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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