Html Css Color HEX #4E494B Liver

📋 copy color: '#4E494B'

red 78 ◦ green 73 ◦ blue 75

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

Shades of Liver #4E494B

Tints of Liver #4E494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 34.51%
G = 32.3%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4E494B (or 0x4E494B) is known color: Liver. HEX triplet: 4E, 49 and 4B. RGB value is (78,73,75). Sum of RGB (Red+Green+Blue) = 78+73+75=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 78 - color contains mainly: red. Hex color #4E494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E494B is #B1B6B4. Grayscale: #4A4A4A. Windows color (decimal): -11646645 or 4933966. OLE color: 4933966.

HSL color Cylindrical-coordinate representation of color #4E494B: hue angle of 336º 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 #4E494B is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 73 75 -
CMYK 0 0.06 0.04 0.69
HSL 336º 0.03% 0.3% -
HSV(B) 336º 0.06% 0.31% -
XYZ 6.79 6.89 7.63 -
YUV 74.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 78 73 75 0 0.06 0.04 0.69 336 0.03 0.3
Hex 4E 49 4B 0 6 4 45 150 3 1E
Octal 116 111 113 0 6 4 105 520 3 36
Binary 1001110 1001001 1001011 0 110 100 1000101 101010000 11 11110

Color Harmonies of #4E494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E494B

Black with #4E494B

Text Example


Text Example

White with #4E494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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