Html Css Color HEX #4E425F Mulled Wine

📋 copy color: '#4E425F'

red 78 ◦ green 66 ◦ blue 95

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

Shades of Mulled Wine #4E425F

Tints of Mulled Wine #4E425F

RGB

 RED value IS 78 (30.86% from 255) = 32.64%

 GREEN value IS 66 (26.17% from 255) = 27.62%

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 32.64%
G = 27.62%
B = 39.75%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4E425F (or 0x4E425F) is known color: Mulled Wine. HEX triplet: 4E, 42 and 5F. RGB value is (78,66,95). Sum of RGB (Red+Green+Blue) = 78+66+95=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E425F is #B1BDA0. Grayscale: #484848. Windows color (decimal): -11648417 or 6242894. OLE color: 6242894.

HSL color Cylindrical-coordinate representation of color #4E425F: hue angle of 264.83º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E425F is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 78 66 95 -
CMYK 0.18 0.31 0 0.63
HSL 264.83º 0.18% 0.32% -
HSV(B) 264.83º 0.31% 0.37% -
XYZ 7.16 6.34 11.67 -
YUV 72.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 78 66 95 0.18 0.31 0 0.63 264.83 0.18 0.32
Hex 4E 42 5F 12 1F 0 3F 109 12 20
Octal 116 102 137 22 37 0 77 411 22 40
Binary 1001110 1000010 1011111 10010 11111 0 111111 100001001 10010 100000

Color Harmonies of #4E425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E425F

Black with #4E425F

Text Example


Text Example

White with #4E425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,66,95); }

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

background-color css

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

 a { background-color: rgb(78,66,95); }

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

border-color css

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

 span { border-color: rgb(78,66,95); }

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