Html Css Color HEX #4D4048 Liver

📋 copy color: '#4D4048'

red 77 ◦ green 64 ◦ blue 72

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

Shades of Liver #4D4048

Tints of Liver #4D4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

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

R = 36.15%
G = 30.05%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D4048 (or 0x4D4048) is known color: Liver. HEX triplet: 4D, 40 and 48. RGB value is (77,64,72). Sum of RGB (Red+Green+Blue) = 77+64+72=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4048 is #B2BFB7. Grayscale: #444444. Windows color (decimal): -11714488 or 4735053. OLE color: 4735053.

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

Color convert

RGB 77 64 72 -
CMYK 0 0.17 0.06 0.70
HSL 323.08º 0.09% 0.28% -
HSV(B) 323.08º 0.17% 0.3% -
XYZ 6.06 5.71 6.91 -
YUV 68.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 77 64 72 0 0.17 0.06 0.70 323.08 0.09 0.28
Hex 4D 40 48 0 11 6 46 143 9 1C
Octal 115 100 110 0 21 6 106 503 11 34
Binary 1001101 1000000 1001000 0 10001 110 1000110 101000011 1001 11100

Color Harmonies of #4D4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4048

Black with #4D4048

Text Example


Text Example

White with #4D4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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