Html Css Color HEX #4F3C47 Liver

📋 copy color: '#4F3C47'

red 79 ◦ green 60 ◦ blue 71

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

Shades of Liver #4F3C47

Tints of Liver #4F3C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.57%

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

R = 37.62%
G = 28.57%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4F3C47 (or 0x4F3C47) is known color: Liver. HEX triplet: 4F, 3C and 47. RGB value is (79,60,71). Sum of RGB (Red+Green+Blue) = 79+60+71=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3C47 is #B0C3B8. Grayscale: #424242. Windows color (decimal): -11584441 or 4668495. OLE color: 4668495.

HSL color Cylindrical-coordinate representation of color #4F3C47: hue angle of 325.26º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F3C47 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 60 71 -
CMYK 0 0.24 0.10 0.69
HSL 325.26º 0.14% 0.27% -
HSV(B) 325.26º 0.24% 0.31% -
XYZ 5.98 5.35 6.68 -
YUV 66.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 79 60 71 0 0.24 0.10 0.69 325.26 0.14 0.27
Hex 4F 3C 47 0 18 A 45 145 E 1B
Octal 117 74 107 0 30 12 105 505 16 33
Binary 1001111 111100 1000111 0 11000 1010 1000101 101000101 1110 11011

Color Harmonies of #4F3C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3C47

Black with #4F3C47

Text Example


Text Example

White with #4F3C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,60,71); }

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

background-color css

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

 a { background-color: rgb(79,60,71); }

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

border-color css

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

 span { border-color: rgb(79,60,71); }

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