Html Css Color HEX #4D4360 Mulled Wine

📋 copy color: '#4D4360'

red 77 ◦ green 67 ◦ blue 96

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

Shades of Mulled Wine #4D4360

Tints of Mulled Wine #4D4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.92%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 32.08%
G = 27.92%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D4360 (or 0x4D4360) is known color: Mulled Wine. HEX triplet: 4D, 43 and 60. RGB value is (77,67,96). Sum of RGB (Red+Green+Blue) = 77+67+96=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4360 is #B2BC9F. Grayscale: #494949. Windows color (decimal): -11713696 or 6308685. OLE color: 6308685.

HSL color Cylindrical-coordinate representation of color #4D4360: hue angle of 260.69º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D4360 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 67 96 -
CMYK 0.20 0.30 0 0.62
HSL 260.69º 0.18% 0.32% -
HSV(B) 260.69º 0.3% 0.38% -
XYZ 7.18 6.44 11.93 -
YUV 73.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 77 67 96 0.20 0.30 0 0.62 260.69 0.18 0.32
Hex 4D 43 60 14 1E 0 3E 105 12 20
Octal 115 103 140 24 36 0 76 405 22 40
Binary 1001101 1000011 1100000 10100 11110 0 111110 100000101 10010 100000

Color Harmonies of #4D4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4360

Black with #4D4360

Text Example


Text Example

White with #4D4360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,67,96); }

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

background-color css

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

 a { background-color: rgb(77,67,96); }

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

border-color css

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

 span { border-color: rgb(77,67,96); }

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