Html Css Color HEX #4C4147 Liver

📋 copy color: '#4C4147'

red 76 ◦ green 65 ◦ blue 71

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

Shades of Liver #4C4147

Tints of Liver #4C4147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

 BLUE value IS 71 (28.13% from 255) = 33.49%

R = 35.85%
G = 30.66%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#4C4147 (or 0x4C4147) is known color: Liver. HEX triplet: 4C, 41 and 47. RGB value is (76,65,71). Sum of RGB (Red+Green+Blue) = 76+65+71=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4147 is #B3BEB8. Grayscale: #444444. Windows color (decimal): -11779769 or 4669772. OLE color: 4669772.

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

Color convert

RGB 76 65 71 -
CMYK 0 0.14 0.07 0.70
HSL 327.27º 0.08% 0.28% -
HSV(B) 327.27º 0.14% 0.3% -
XYZ 6.01 5.77 6.76 -
YUV 68.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 76 65 71 0 0.14 0.07 0.70 327.27 0.08 0.28
Hex 4C 41 47 0 E 7 46 147 8 1C
Octal 114 101 107 0 16 7 106 507 10 34
Binary 1001100 1000001 1000111 0 1110 111 1000110 101000111 1000 11100

Color Harmonies of #4C4147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4147

Black with #4C4147

Text Example


Text Example

White with #4C4147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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