Html Css Color HEX #4F3E48 Liver

📋 copy color: '#4F3E48'

red 79 ◦ green 62 ◦ blue 72

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

Shades of Liver #4F3E48

Tints of Liver #4F3E48

RGB

 RED value IS 79 (31.25% from 255) = 37.09%

 GREEN value IS 62 (24.61% from 255) = 29.11%

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

R = 37.09%
G = 29.11%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F3E48 (or 0x4F3E48) is known color: Liver. HEX triplet: 4F, 3E and 48. RGB value is (79,62,72). Sum of RGB (Red+Green+Blue) = 79+62+72=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E48 is #B0C1B7. Grayscale: #444444. Windows color (decimal): -11583928 or 4734543. OLE color: 4734543.

HSL color Cylindrical-coordinate representation of color #4F3E48: hue angle of 324.71º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F3E48 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 62 72 -
CMYK 0 0.22 0.09 0.69
HSL 324.71º 0.12% 0.28% -
HSV(B) 324.71º 0.22% 0.31% -
XYZ 6.12 5.58 6.88 -
YUV 68.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 79 62 72 0 0.22 0.09 0.69 324.71 0.12 0.28
Hex 4F 3E 48 0 16 9 45 145 C 1C
Octal 117 76 110 0 26 11 105 505 14 34
Binary 1001111 111110 1001000 0 10110 1001 1000101 101000101 1100 11100

Color Harmonies of #4F3E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3E48

Black with #4F3E48

Text Example


Text Example

White with #4F3E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,62,72); }

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

background-color css

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

 a { background-color: rgb(79,62,72); }

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

border-color css

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

 span { border-color: rgb(79,62,72); }

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