Html Css Color HEX #4C474A Liver

📋 copy color: '#4C474A'

red 76 ◦ green 71 ◦ blue 74

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

Shades of Liver #4C474A

Tints of Liver #4C474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 34.39%
G = 32.13%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4C474A (or 0x4C474A) is known color: Liver. HEX triplet: 4C, 47 and 4A. RGB value is (76,71,74). Sum of RGB (Red+Green+Blue) = 76+71+74=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 76 - color contains mainly: red. Hex color #4C474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C474A is #B3B8B5. Grayscale: #484848. Windows color (decimal): -11778230 or 4867916. OLE color: 4867916.

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

Color convert

RGB 76 71 74 -
CMYK 0 0.07 0.03 0.70
HSL 324º 0.03% 0.29% -
HSV(B) 324º 0.07% 0.3% -
XYZ 6.47 6.54 7.4 -
YUV 72.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 76 71 74 0 0.07 0.03 0.70 324 0.03 0.29
Hex 4C 47 4A 0 7 3 46 144 3 1D
Octal 114 107 112 0 7 3 106 504 3 35
Binary 1001100 1000111 1001010 0 111 11 1000110 101000100 11 11101

Color Harmonies of #4C474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C474A

Black with #4C474A

Text Example


Text Example

White with #4C474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,71,74); }

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

background-color css

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

 a { background-color: rgb(76,71,74); }

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

border-color css

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

 span { border-color: rgb(76,71,74); }

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