Html Css Color HEX #4D455C Mulled Wine

📋 copy color: '#4D455C'

red 77 ◦ green 69 ◦ blue 92

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

Shades of Mulled Wine #4D455C

Tints of Mulled Wine #4D455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

 BLUE value IS 92 (36.33% from 255) = 38.66%

R = 32.35%
G = 28.99%
B = 38.66%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D455C (or 0x4D455C) is known color: Mulled Wine. HEX triplet: 4D, 45 and 5C. RGB value is (77,69,92). Sum of RGB (Red+Green+Blue) = 77+69+92=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D455C is #B2BAA3. Grayscale: #494949. Windows color (decimal): -11713188 or 6047053. OLE color: 6047053.

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

Color convert

RGB 77 69 92 -
CMYK 0.16 0.25 0 0.64
HSL 260.87º 0.14% 0.32% -
HSV(B) 260.87º 0.25% 0.36% -
XYZ 7.12 6.61 11.03 -
YUV 74.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 77 69 92 0.16 0.25 0 0.64 260.87 0.14 0.32
Hex 4D 45 5C 10 19 0 40 105 E 20
Octal 115 105 134 20 31 0 100 405 16 40
Binary 1001101 1000101 1011100 10000 11001 0 1000000 100000101 1110 100000

Color Harmonies of #4D455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D455C

Black with #4D455C

Text Example


Text Example

White with #4D455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,92); }

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

background-color css

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

 a { background-color: rgb(77,69,92); }

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

border-color css

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

 span { border-color: rgb(77,69,92); }

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