Html Css Color HEX #4F454A Liver

📋 copy color: '#4F454A'

red 79 ◦ green 69 ◦ blue 74

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

Shades of Liver #4F454A

Tints of Liver #4F454A

RGB

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

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

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

R = 35.59%
G = 31.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4F454A (or 0x4F454A) is known color: Liver. HEX triplet: 4F, 45 and 4A. RGB value is (79,69,74). Sum of RGB (Red+Green+Blue) = 79+69+74=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 79 - color contains mainly: red. Hex color #4F454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F454A is #B0BAB5. Grayscale: #484848. Windows color (decimal): -11582134 or 4867407. OLE color: 4867407.

HSL color Cylindrical-coordinate representation of color #4F454A: hue angle of 330º 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 #4F454A is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 69 74 -
CMYK 0 0.13 0.06 0.69
HSL 330º 0.07% 0.29% -
HSV(B) 330º 0.13% 0.31% -
XYZ 6.59 6.41 7.37 -
YUV 72.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 79 69 74 0 0.13 0.06 0.69 330 0.07 0.29
Hex 4F 45 4A 0 D 6 45 14A 7 1D
Octal 117 105 112 0 15 6 105 512 7 35
Binary 1001111 1000101 1001010 0 1101 110 1000101 101001010 111 11101

Color Harmonies of #4F454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F454A

Black with #4F454A

Text Example


Text Example

White with #4F454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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