Html Css Color HEX #4E445A Mulled Wine

📋 copy color: '#4E445A'

red 78 ◦ green 68 ◦ blue 90

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

Shades of Mulled Wine #4E445A

Tints of Mulled Wine #4E445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

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

R = 33.05%
G = 28.81%
B = 38.14%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E445A (or 0x4E445A) is known color: Mulled Wine. HEX triplet: 4E, 44 and 5A. RGB value is (78,68,90). Sum of RGB (Red+Green+Blue) = 78+68+90=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E445A is #B1BBA5. Grayscale: #494949. Windows color (decimal): -11647910 or 5915726. OLE color: 5915726.

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

Color convert

RGB 78 68 90 -
CMYK 0.13 0.24 0 0.65
HSL 267.27º 0.14% 0.31% -
HSV(B) 267.27º 0.24% 0.35% -
XYZ 7.05 6.49 10.55 -
YUV 73.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 78 68 90 0.13 0.24 0 0.65 267.27 0.14 0.31
Hex 4E 44 5A D 18 0 41 10B E 1F
Octal 116 104 132 15 30 0 101 413 16 37
Binary 1001110 1000100 1011010 1101 11000 0 1000001 100001011 1110 11111

Color Harmonies of #4E445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E445A

Black with #4E445A

Text Example


Text Example

White with #4E445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,68,90); }

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

background-color css

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

 a { background-color: rgb(78,68,90); }

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

border-color css

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

 span { border-color: rgb(78,68,90); }

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