Html Css Color HEX #4C4447 Liver

📋 copy color: '#4C4447'

red 76 ◦ green 68 ◦ blue 71

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

Shades of Liver #4C4447

Tints of Liver #4C4447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

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

R = 35.35%
G = 31.63%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#4C4447 (or 0x4C4447) is known color: Liver. HEX triplet: 4C, 44 and 47. RGB value is (76,68,71). Sum of RGB (Red+Green+Blue) = 76+68+71=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4447 is #B3BBB8. Grayscale: #464646. Windows color (decimal): -11779001 or 4670540. OLE color: 4670540.

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

Color convert

RGB 76 68 71 -
CMYK 0 0.11 0.07 0.70
HSL 337.5º 0.06% 0.28% -
HSV(B) 337.5º 0.11% 0.3% -
XYZ 6.18 6.13 6.82 -
YUV 70.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 76 68 71 0 0.11 0.07 0.70 337.5 0.06 0.28
Hex 4C 44 47 0 B 7 46 152 6 1C
Octal 114 104 107 0 13 7 106 522 6 34
Binary 1001100 1000100 1000111 0 1011 111 1000110 101010010 110 11100

Color Harmonies of #4C4447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4447

Black with #4C4447

Text Example


Text Example

White with #4C4447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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