Html Css Color HEX #4F424A Liver

📋 copy color: '#4F424A'

red 79 ◦ green 66 ◦ blue 74

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

Shades of Liver #4F424A

Tints of Liver #4F424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

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

R = 36.07%
G = 30.14%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4F424A (or 0x4F424A) is known color: Liver. HEX triplet: 4F, 42 and 4A. RGB value is (79,66,74). Sum of RGB (Red+Green+Blue) = 79+66+74=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 79 - color contains mainly: red. Hex color #4F424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F424A is #B0BDB5. Grayscale: #464646. Windows color (decimal): -11582902 or 4866639. OLE color: 4866639.

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

Color convert

RGB 79 66 74 -
CMYK 0 0.16 0.06 0.69
HSL 323.08º 0.09% 0.28% -
HSV(B) 323.08º 0.16% 0.31% -
XYZ 6.41 6.05 7.31 -
YUV 70.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 79 66 74 0 0.16 0.06 0.69 323.08 0.09 0.28
Hex 4F 42 4A 0 10 6 45 143 9 1C
Octal 117 102 112 0 20 6 105 503 11 34
Binary 1001111 1000010 1001010 0 10000 110 1000101 101000011 1001 11100

Color Harmonies of #4F424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F424A

Black with #4F424A

Text Example


Text Example

White with #4F424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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