Html Css Color HEX #4E465E Mulled Wine

📋 copy color: '#4E465E'

red 78 ◦ green 70 ◦ blue 94

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

Shades of Mulled Wine #4E465E

Tints of Mulled Wine #4E465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 32.23%
G = 28.93%
B = 38.84%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4E465E (or 0x4E465E) is known color: Mulled Wine. HEX triplet: 4E, 46 and 5E. RGB value is (78,70,94). Sum of RGB (Red+Green+Blue) = 78+70+94=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E465E is #B1B9A1. Grayscale: #4B4B4B. Windows color (decimal): -11647394 or 6178382. OLE color: 6178382.

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

Color convert

RGB 78 70 94 -
CMYK 0.17 0.26 0 0.63
HSL 260º 0.15% 0.32% -
HSV(B) 260º 0.26% 0.37% -
XYZ 7.35 6.81 11.52 -
YUV 75.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 78 70 94 0.17 0.26 0 0.63 260 0.15 0.32
Hex 4E 46 5E 11 1A 0 3F 104 F 20
Octal 116 106 136 21 32 0 77 404 17 40
Binary 1001110 1000110 1011110 10001 11010 0 111111 100000100 1111 100000

Color Harmonies of #4E465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E465E

Black with #4E465E

Text Example


Text Example

White with #4E465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,70,94); }

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

background-color css

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

 a { background-color: rgb(78,70,94); }

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

border-color css

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

 span { border-color: rgb(78,70,94); }

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