Html Css Color HEX #4C4549 Liver

📋 copy color: '#4C4549'

red 76 ◦ green 69 ◦ blue 73

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

Shades of Liver #4C4549

Tints of Liver #4C4549

RGB

 RED value IS 76 (30.08% from 255) = 34.86%

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 34.86%
G = 31.65%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4C4549 (or 0x4C4549) is known color: Liver. HEX triplet: 4C, 45 and 49. RGB value is (76,69,73). Sum of RGB (Red+Green+Blue) = 76+69+73=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4549 is #B3BAB6. Grayscale: #474747. Windows color (decimal): -11778743 or 4801868. OLE color: 4801868.

HSL color Cylindrical-coordinate representation of color #4C4549: hue angle of 325.71º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C4549 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 69 73 -
CMYK 0 0.09 0.04 0.70
HSL 325.71º 0.05% 0.28% -
HSV(B) 325.71º 0.09% 0.3% -
XYZ 6.31 6.27 7.18 -
YUV 71.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 76 69 73 0 0.09 0.04 0.70 325.71 0.05 0.28
Hex 4C 45 49 0 9 4 46 146 5 1C
Octal 114 105 111 0 11 4 106 506 5 34
Binary 1001100 1000101 1001001 0 1001 100 1000110 101000110 101 11100

Color Harmonies of #4C4549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4549

Black with #4C4549

Text Example


Text Example

White with #4C4549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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