Html Css Color HEX #4D465A Mulled Wine

📋 copy color: '#4D465A'

red 77 ◦ green 70 ◦ blue 90

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

Shades of Mulled Wine #4D465A

Tints of Mulled Wine #4D465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 32.49%
G = 29.54%
B = 37.97%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D465A (or 0x4D465A) is known color: Mulled Wine. HEX triplet: 4D, 46 and 5A. RGB value is (77,70,90). Sum of RGB (Red+Green+Blue) = 77+70+90=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D465A is #B2B9A5. Grayscale: #4A4A4A. Windows color (decimal): -11712934 or 5916237. OLE color: 5916237.

HSL color Cylindrical-coordinate representation of color #4D465A: hue angle of 261º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D465A is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 70 90 -
CMYK 0.14 0.22 0 0.65
HSL 261º 0.13% 0.31% -
HSV(B) 261º 0.22% 0.35% -
XYZ 7.1 6.7 10.59 -
YUV 74.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 77 70 90 0.14 0.22 0 0.65 261 0.13 0.31
Hex 4D 46 5A E 16 0 41 105 C 1F
Octal 115 106 132 16 26 0 101 405 14 37
Binary 1001101 1000110 1011010 1110 10110 0 1000001 100000101 1100 11111

Color Harmonies of #4D465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D465A

Black with #4D465A

Text Example


Text Example

White with #4D465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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