Html Css Color HEX #4E4449 Liver

📋 copy color: '#4E4449'

red 78 ◦ green 68 ◦ blue 73

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

Shades of Liver #4E4449

Tints of Liver #4E4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.05%

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

R = 35.62%
G = 31.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4E4449 (or 0x4E4449) is known color: Liver. HEX triplet: 4E, 44 and 49. RGB value is (78,68,73). Sum of RGB (Red+Green+Blue) = 78+68+73=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4449 is #B1BBB6. Grayscale: #474747. Windows color (decimal): -11647927 or 4801614. OLE color: 4801614.

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

Color convert

RGB 78 68 73 -
CMYK 0 0.13 0.06 0.69
HSL 330º 0.07% 0.29% -
HSV(B) 330º 0.13% 0.31% -
XYZ 6.41 6.23 7.17 -
YUV 71.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 78 68 73 0 0.13 0.06 0.69 330 0.07 0.29
Hex 4E 44 49 0 D 6 45 14A 7 1D
Octal 116 104 111 0 15 6 105 512 7 35
Binary 1001110 1000100 1001001 0 1101 110 1000101 101001010 111 11101

Color Harmonies of #4E4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4449

Black with #4E4449

Text Example


Text Example

White with #4E4449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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