Html Css Color HEX #4D465B Mulled Wine

📋 copy color: '#4D465B'

red 77 ◦ green 70 ◦ blue 91

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

Shades of Mulled Wine #4D465B

Tints of Mulled Wine #4D465B

RGB

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

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

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

R = 32.35%
G = 29.41%
B = 38.24%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D465B (or 0x4D465B) is known color: Mulled Wine. HEX triplet: 4D, 46 and 5B. RGB value is (77,70,91). Sum of RGB (Red+Green+Blue) = 77+70+91=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D465B is #B2B9A4. Grayscale: #4A4A4A. Windows color (decimal): -11712933 or 5981773. OLE color: 5981773.

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

Color convert

RGB 77 70 91 -
CMYK 0.15 0.23 0 0.64
HSL 260º 0.13% 0.32% -
HSV(B) 260º 0.23% 0.36% -
XYZ 7.14 6.71 10.82 -
YUV 74.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 77 70 91 0.15 0.23 0 0.64 260 0.13 0.32
Hex 4D 46 5B F 17 0 40 104 D 20
Octal 115 106 133 17 27 0 100 404 15 40
Binary 1001101 1000110 1011011 1111 10111 0 1000000 100000100 1101 100000

Color Harmonies of #4D465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D465B

Black with #4D465B

Text Example


Text Example

White with #4D465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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