Html Css Color HEX #4C4448 Liver

📋 copy color: '#4C4448'

red 76 ◦ green 68 ◦ blue 72

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

Shades of Liver #4C4448

Tints of Liver #4C4448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.33%

R = 35.19%
G = 31.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C4448 (or 0x4C4448) is known color: Liver. HEX triplet: 4C, 44 and 48. RGB value is (76,68,72). Sum of RGB (Red+Green+Blue) = 76+68+72=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4448 is #B3BBB7. Grayscale: #464646. Windows color (decimal): -11779000 or 4736076. OLE color: 4736076.

HSL color Cylindrical-coordinate representation of color #4C4448: hue angle of 330º 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 #4C4448 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 68 72 -
CMYK 0 0.11 0.05 0.70
HSL 330º 0.06% 0.28% -
HSV(B) 330º 0.11% 0.3% -
XYZ 6.22 6.14 6.99 -
YUV 70.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 76 68 72 0 0.11 0.05 0.70 330 0.06 0.28
Hex 4C 44 48 0 B 5 46 14A 6 1C
Octal 114 104 110 0 13 5 106 512 6 34
Binary 1001100 1000100 1001000 0 1011 101 1000110 101001010 110 11100

Color Harmonies of #4C4448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4448

Black with #4C4448

Text Example


Text Example

White with #4C4448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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