Html Css Color HEX #4E4048 Liver

📋 copy color: '#4E4048'

red 78 ◦ green 64 ◦ blue 72

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

Shades of Liver #4E4048

Tints of Liver #4E4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

 BLUE value IS 72 (28.52% from 255) = 33.64%

R = 36.45%
G = 29.91%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4E4048 (or 0x4E4048) is known color: Liver. HEX triplet: 4E, 40 and 48. RGB value is (78,64,72). Sum of RGB (Red+Green+Blue) = 78+64+72=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4048 is #B1BFB7. Grayscale: #454545. Windows color (decimal): -11648952 or 4735054. OLE color: 4735054.

HSL color Cylindrical-coordinate representation of color #4E4048: hue angle of 325.71º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E4048 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 64 72 -
CMYK 0 0.18 0.08 0.69
HSL 325.71º 0.1% 0.28% -
HSV(B) 325.71º 0.18% 0.31% -
XYZ 6.14 5.75 6.92 -
YUV 69.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 78 64 72 0 0.18 0.08 0.69 325.71 0.1 0.28
Hex 4E 40 48 0 12 8 45 146 A 1C
Octal 116 100 110 0 22 10 105 506 12 34
Binary 1001110 1000000 1001000 0 10010 1000 1000101 101000110 1010 11100

Color Harmonies of #4E4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4048

Black with #4E4048

Text Example


Text Example

White with #4E4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,64,72); }

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

background-color css

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

 a { background-color: rgb(78,64,72); }

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

border-color css

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

 span { border-color: rgb(78,64,72); }

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