Html Css Color HEX #4F474A Liver

📋 copy color: '#4F474A'

red 79 ◦ green 71 ◦ blue 74

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

Shades of Liver #4F474A

Tints of Liver #4F474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 35.27%
G = 31.7%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4F474A (or 0x4F474A) is known color: Liver. HEX triplet: 4F, 47 and 4A. RGB value is (79,71,74). Sum of RGB (Red+Green+Blue) = 79+71+74=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 79 - color contains mainly: red. Hex color #4F474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F474A is #B0B8B5. Grayscale: #494949. Windows color (decimal): -11581622 or 4867919. OLE color: 4867919.

HSL color Cylindrical-coordinate representation of color #4F474A: hue angle of 337.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F474A is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 71 74 -
CMYK 0 0.10 0.06 0.69
HSL 337.5º 0.05% 0.29% -
HSV(B) 337.5º 0.1% 0.31% -
XYZ 6.71 6.66 7.41 -
YUV 73.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 79 71 74 0 0.10 0.06 0.69 337.5 0.05 0.29
Hex 4F 47 4A 0 A 6 45 152 5 1D
Octal 117 107 112 0 12 6 105 522 5 35
Binary 1001111 1000111 1001010 0 1010 110 1000101 101010010 101 11101

Color Harmonies of #4F474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F474A

Black with #4F474A

Text Example


Text Example

White with #4F474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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