Html Css Color HEX #4D4448 Liver

📋 copy color: '#4D4448'

red 77 ◦ green 68 ◦ blue 72

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

Shades of Liver #4D4448

Tints of Liver #4D4448

RGB

 RED value IS 77 (30.47% from 255) = 35.48%

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

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

R = 35.48%
G = 31.34%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D4448 (or 0x4D4448) is known color: Liver. HEX triplet: 4D, 44 and 48. RGB value is (77,68,72). Sum of RGB (Red+Green+Blue) = 77+68+72=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4448 is #B2BBB7. Grayscale: #474747. Windows color (decimal): -11713464 or 4736077. OLE color: 4736077.

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

Color convert

RGB 77 68 72 -
CMYK 0 0.12 0.06 0.70
HSL 333.33º 0.06% 0.28% -
HSV(B) 333.33º 0.12% 0.3% -
XYZ 6.3 6.18 6.99 -
YUV 71.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 77 68 72 0 0.12 0.06 0.70 333.33 0.06 0.28
Hex 4D 44 48 0 C 6 46 14D 6 1C
Octal 115 104 110 0 14 6 106 515 6 34
Binary 1001101 1000100 1001000 0 1100 110 1000110 101001101 110 11100

Color Harmonies of #4D4448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4448

Black with #4D4448

Text Example


Text Example

White with #4D4448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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