Html Css Color HEX #4D464C Purple Taupe

📋 copy color: '#4D464C'

red 77 ◦ green 70 ◦ blue 76

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

Shades of Purple Taupe #4D464C

Tints of Purple Taupe #4D464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.39%

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

R = 34.53%
G = 31.39%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4D464C (or 0x4D464C) is known color: Purple Taupe. HEX triplet: 4D, 46 and 4C. RGB value is (77,70,76). Sum of RGB (Red+Green+Blue) = 77+70+76=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 77 - color contains mainly: red. Hex color #4D464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D464C is #B2B9B3. Grayscale: #484848. Windows color (decimal): -11712948 or 4998733. OLE color: 4998733.

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

Color convert

RGB 77 70 76 -
CMYK 0 0.09 0.01 0.70
HSL 308.57º 0.05% 0.29% -
HSV(B) 308.57º 0.09% 0.3% -
XYZ 6.56 6.48 7.74 -
YUV 72.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 77 70 76 0 0.09 0.01 0.70 308.57 0.05 0.29
Hex 4D 46 4C 0 9 1 46 135 5 1D
Octal 115 106 114 0 11 1 106 465 5 35
Binary 1001101 1000110 1001100 0 1001 1 1000110 100110101 101 11101

Color Harmonies of #4D464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D464C

Black with #4D464C

Text Example


Text Example

White with #4D464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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