Html Css Color HEX #4F4549 Liver

📋 copy color: '#4F4549'

red 79 ◦ green 69 ◦ blue 73

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

Shades of Liver #4F4549

Tints of Liver #4F4549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 35.75%
G = 31.22%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F4549 (or 0x4F4549) is known color: Liver. HEX triplet: 4F, 45 and 49. RGB value is (79,69,73). Sum of RGB (Red+Green+Blue) = 79+69+73=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4549 is #B0BAB6. Grayscale: #484848. Windows color (decimal): -11582135 or 4801871. OLE color: 4801871.

HSL color Cylindrical-coordinate representation of color #4F4549: hue angle of 336º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F4549 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 69 73 -
CMYK 0 0.13 0.08 0.69
HSL 336º 0.07% 0.29% -
HSV(B) 336º 0.13% 0.31% -
XYZ 6.56 6.4 7.19 -
YUV 72.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 79 69 73 0 0.13 0.08 0.69 336 0.07 0.29
Hex 4F 45 49 0 D 8 45 150 7 1D
Octal 117 105 111 0 15 10 105 520 7 35
Binary 1001111 1000101 1001001 0 1101 1000 1000101 101010000 111 11101

Color Harmonies of #4F4549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4549

Black with #4F4549

Text Example


Text Example

White with #4F4549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,69,73); }

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

background-color css

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

 a { background-color: rgb(79,69,73); }

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

border-color css

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

 span { border-color: rgb(79,69,73); }

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