Html Css Color HEX #4D475E Mulled Wine

📋 copy color: '#4D475E'

red 77 ◦ green 71 ◦ blue 94

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

Shades of Mulled Wine #4D475E

Tints of Mulled Wine #4D475E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 31.82%
G = 29.34%
B = 38.84%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D475E (or 0x4D475E) is known color: Mulled Wine. HEX triplet: 4D, 47 and 5E. RGB value is (77,71,94). Sum of RGB (Red+Green+Blue) = 77+71+94=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D475E is #B2B8A1. Grayscale: #4B4B4B. Windows color (decimal): -11712674 or 6178637. OLE color: 6178637.

HSL color Cylindrical-coordinate representation of color #4D475E: hue angle of 255.65º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D475E is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 71 94 -
CMYK 0.18 0.24 0 0.63
HSL 255.65º 0.14% 0.32% -
HSV(B) 255.65º 0.24% 0.37% -
XYZ 7.33 6.89 11.53 -
YUV 75.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 77 71 94 0.18 0.24 0 0.63 255.65 0.14 0.32
Hex 4D 47 5E 12 18 0 3F 100 E 20
Octal 115 107 136 22 30 0 77 400 16 40
Binary 1001101 1000111 1011110 10010 11000 0 111111 100000000 1110 100000

Color Harmonies of #4D475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D475E

Black with #4D475E

Text Example


Text Example

White with #4D475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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