Html Css Color HEX #4C4649 Liver

📋 copy color: '#4C4649'

red 76 ◦ green 70 ◦ blue 73

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

Shades of Liver #4C4649

Tints of Liver #4C4649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

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

R = 34.7%
G = 31.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4C4649 (or 0x4C4649) is known color: Liver. HEX triplet: 4C, 46 and 49. RGB value is (76,70,73). Sum of RGB (Red+Green+Blue) = 76+70+73=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4649 is #B3B9B6. Grayscale: #484848. Windows color (decimal): -11778487 or 4802124. OLE color: 4802124.

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

Color convert

RGB 76 70 73 -
CMYK 0 0.08 0.04 0.70
HSL 330º 0.04% 0.29% -
HSV(B) 330º 0.08% 0.3% -
XYZ 6.37 6.4 7.2 -
YUV 72.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 76 70 73 0 0.08 0.04 0.70 330 0.04 0.29
Hex 4C 46 49 0 8 4 46 14A 4 1D
Octal 114 106 111 0 10 4 106 512 4 35
Binary 1001100 1000110 1001001 0 1000 100 1000110 101001010 100 11101

Color Harmonies of #4C4649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4649

Black with #4C4649

Text Example


Text Example

White with #4C4649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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