Html Css Color HEX #4D465E Mulled Wine

📋 copy color: '#4D465E'

red 77 ◦ green 70 ◦ blue 94

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

Shades of Mulled Wine #4D465E

Tints of Mulled Wine #4D465E

RGB

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

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

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

R = 31.95%
G = 29.05%
B = 39%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D465E (or 0x4D465E) is known color: Mulled Wine. HEX triplet: 4D, 46 and 5E. RGB value is (77,70,94). Sum of RGB (Red+Green+Blue) = 77+70+94=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D465E is #B2B9A1. Grayscale: #4A4A4A. Windows color (decimal): -11712930 or 6178381. OLE color: 6178381.

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

Color convert

RGB 77 70 94 -
CMYK 0.18 0.26 0 0.63
HSL 257.5º 0.15% 0.32% -
HSV(B) 257.5º 0.26% 0.37% -
XYZ 7.27 6.77 11.51 -
YUV 74.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 77 70 94 0.18 0.26 0 0.63 257.5 0.15 0.32
Hex 4D 46 5E 12 1A 0 3F 102 F 20
Octal 115 106 136 22 32 0 77 402 17 40
Binary 1001101 1000110 1011110 10010 11010 0 111111 100000010 1111 100000

Color Harmonies of #4D465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D465E

Black with #4D465E

Text Example


Text Example

White with #4D465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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