Html Css Color HEX #4D394B Purple Taupe

📋 copy color: '#4D394B'

red 77 ◦ green 57 ◦ blue 75

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

Shades of Purple Taupe #4D394B

Tints of Purple Taupe #4D394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

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

R = 36.84%
G = 27.27%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D394B (or 0x4D394B) is known color: Purple Taupe. HEX triplet: 4D, 39 and 4B. RGB value is (77,57,75). Sum of RGB (Red+Green+Blue) = 77+57+75=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 77 - color contains mainly: red. Hex color #4D394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D394B is #B2C6B4. Grayscale: #404040. Windows color (decimal): -11716277 or 4929869. OLE color: 4929869.

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

Color convert

RGB 77 57 75 -
CMYK 0 0.26 0.03 0.70
HSL 306º 0.15% 0.26% -
HSV(B) 306º 0.26% 0.3% -
XYZ 5.79 5.01 7.32 -
YUV 65.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 77 57 75 0 0.26 0.03 0.70 306 0.15 0.26
Hex 4D 39 4B 0 1A 3 46 132 F 1A
Octal 115 71 113 0 32 3 106 462 17 32
Binary 1001101 111001 1001011 0 11010 11 1000110 100110010 1111 11010

Color Harmonies of #4D394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D394B

Black with #4D394B

Text Example


Text Example

White with #4D394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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