Html Css Color HEX #4D494C Purple Taupe

📋 copy color: '#4D494C'

red 77 ◦ green 73 ◦ blue 76

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

Shades of Purple Taupe #4D494C

Tints of Purple Taupe #4D494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 34.07%
G = 32.3%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4D494C (or 0x4D494C) is known color: Purple Taupe. HEX triplet: 4D, 49 and 4C. RGB value is (77,73,76). Sum of RGB (Red+Green+Blue) = 77+73+76=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 77 - color contains mainly: red. Hex color #4D494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D494C is #B2B6B3. Grayscale: #4A4A4A. Windows color (decimal): -11712180 or 4999501. OLE color: 4999501.

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

Color convert

RGB 77 73 76 -
CMYK 0 0.05 0.01 0.70
HSL 315º 0.03% 0.29% -
HSV(B) 315º 0.05% 0.3% -
XYZ 6.75 6.86 7.81 -
YUV 74.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 77 73 76 0 0.05 0.01 0.70 315 0.03 0.29
Hex 4D 49 4C 0 5 1 46 13B 3 1D
Octal 115 111 114 0 5 1 106 473 3 35
Binary 1001101 1001001 1001100 0 101 1 1000110 100111011 11 11101

Color Harmonies of #4D494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D494C

Black with #4D494C

Text Example


Text Example

White with #4D494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,76); }

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

background-color css

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

 a { background-color: rgb(77,73,76); }

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

border-color css

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

 span { border-color: rgb(77,73,76); }

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