Html Css Color HEX #4D405B Mulled Wine

📋 copy color: '#4D405B'

red 77 ◦ green 64 ◦ blue 91

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

Shades of Mulled Wine #4D405B

Tints of Mulled Wine #4D405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 33.19%
G = 27.59%
B = 39.22%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D405B (or 0x4D405B) is known color: Mulled Wine. HEX triplet: 4D, 40 and 5B. RGB value is (77,64,91). Sum of RGB (Red+Green+Blue) = 77+64+91=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D405B is #B2BFA4. Grayscale: #464646. Windows color (decimal): -11714469 or 5980237. OLE color: 5980237.

HSL color Cylindrical-coordinate representation of color #4D405B: hue angle of 268.89º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D405B is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 64 91 -
CMYK 0.15 0.30 0 0.64
HSL 268.89º 0.17% 0.3% -
HSV(B) 268.89º 0.3% 0.36% -
XYZ 6.78 6 10.7 -
YUV 70.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 77 64 91 0.15 0.30 0 0.64 268.89 0.17 0.3
Hex 4D 40 5B F 1E 0 40 10D 11 1E
Octal 115 100 133 17 36 0 100 415 21 36
Binary 1001101 1000000 1011011 1111 11110 0 1000000 100001101 10001 11110

Color Harmonies of #4D405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D405B

Black with #4D405B

Text Example


Text Example

White with #4D405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,64,91); }

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

background-color css

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

 a { background-color: rgb(77,64,91); }

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

border-color css

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

 span { border-color: rgb(77,64,91); }

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