Html Css Color HEX #4D474B Purple Taupe

📋 copy color: '#4D474B'

red 77 ◦ green 71 ◦ blue 75

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

Shades of Purple Taupe #4D474B

Tints of Purple Taupe #4D474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 34.53%
G = 31.84%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D474B (or 0x4D474B) is known color: Purple Taupe. HEX triplet: 4D, 47 and 4B. RGB value is (77,71,75). Sum of RGB (Red+Green+Blue) = 77+71+75=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 77 - color contains mainly: red. Hex color #4D474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D474B is #B2B8B4. Grayscale: #494949. Windows color (decimal): -11712693 or 4933453. OLE color: 4933453.

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

Color convert

RGB 77 71 75 -
CMYK 0 0.08 0.03 0.70
HSL 320º 0.04% 0.29% -
HSV(B) 320º 0.08% 0.3% -
XYZ 6.58 6.59 7.58 -
YUV 73.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 77 71 75 0 0.08 0.03 0.70 320 0.04 0.29
Hex 4D 47 4B 0 8 3 46 140 4 1D
Octal 115 107 113 0 10 3 106 500 4 35
Binary 1001101 1000111 1001011 0 1000 11 1000110 101000000 100 11101

Color Harmonies of #4D474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D474B

Black with #4D474B

Text Example


Text Example

White with #4D474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,71,75); }

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

background-color css

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

 a { background-color: rgb(77,71,75); }

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

border-color css

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

 span { border-color: rgb(77,71,75); }

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