Html Css Color HEX #4E4460 Mulled Wine

📋 copy color: '#4E4460'

red 78 ◦ green 68 ◦ blue 96

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

Shades of Mulled Wine #4E4460

Tints of Mulled Wine #4E4460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.67%

R = 32.23%
G = 28.1%
B = 39.67%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E4460 (or 0x4E4460) is known color: Mulled Wine. HEX triplet: 4E, 44 and 60. RGB value is (78,68,96). Sum of RGB (Red+Green+Blue) = 78+68+96=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E4460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4460 is #B1BB9F. Grayscale: #4A4A4A. Windows color (decimal): -11647904 or 6308942. OLE color: 6308942.

HSL color Cylindrical-coordinate representation of color #4E4460: hue angle of 261.43º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E4460 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 68 96 -
CMYK 0.19 0.29 0 0.62
HSL 261.43º 0.17% 0.32% -
HSV(B) 261.43º 0.29% 0.38% -
XYZ 7.32 6.6 11.95 -
YUV 74.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 78 68 96 0.19 0.29 0 0.62 261.43 0.17 0.32
Hex 4E 44 60 13 1D 0 3E 105 11 20
Octal 116 104 140 23 35 0 76 405 21 40
Binary 1001110 1000100 1100000 10011 11101 0 111110 100000101 10001 100000

Color Harmonies of #4E4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4460

Black with #4E4460

Text Example


Text Example

White with #4E4460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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