Html Css Color HEX #4D454A Liver

📋 copy color: '#4D454A'

red 77 ◦ green 69 ◦ blue 74

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

Shades of Liver #4D454A

Tints of Liver #4D454A

RGB

 RED value IS 77 (30.47% from 255) = 35%

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

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

R = 35%
G = 31.36%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4D454A (or 0x4D454A) is known color: Liver. HEX triplet: 4D, 45 and 4A. RGB value is (77,69,74). Sum of RGB (Red+Green+Blue) = 77+69+74=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 77 - color contains mainly: red. Hex color #4D454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D454A is #B2BAB5. Grayscale: #474747. Windows color (decimal): -11713206 or 4867405. OLE color: 4867405.

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

Color convert

RGB 77 69 74 -
CMYK 0 0.10 0.04 0.70
HSL 322.5º 0.05% 0.29% -
HSV(B) 322.5º 0.1% 0.3% -
XYZ 6.42 6.33 7.36 -
YUV 71.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 77 69 74 0 0.10 0.04 0.70 322.5 0.05 0.29
Hex 4D 45 4A 0 A 4 46 142 5 1D
Octal 115 105 112 0 12 4 106 502 5 35
Binary 1001101 1000101 1001010 0 1010 100 1000110 101000010 101 11101

Color Harmonies of #4D454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D454A

Black with #4D454A

Text Example


Text Example

White with #4D454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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