COLOR #4E426F

HEX: #4E426F RGB: (78,66,111)

Color info

#4E426F contains red, green and blue colors in about the same proportion. Web safe color of #4E426F is #663366 (or #636).

RGB color model

#4E426F color RGB value is (78,66,111).

RGB: (78,66,111) (31%, 26%, 44%)

RGB channels and saturation

R 78 of 255 = 31%
G 66 of 255 = 26%
B 111 of 255 = 44%

78
66
111

R + G + B ~ 34%. #4E426F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 66 + 111 = 255 (100%)
R 78 of 255 ~ 30.59%
G 66 of 255 ~ 25.88%
B 111 of 255 ~ 43.53'%

%30.59
%25.88
%43.53

CMYK color model

#4E426F color CMYK value is (30,41,0,56).

  • cyan value is 29.73%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (30,41,0,56)
C30M41Y0K56 (30%, 41%, 0%, 56%)
(0.30 / 0.41 / 0.00 / 0.56)

CMYK percentages

%29.73
%40.54
%0
%56.47

Codes

Color #4E426F in popluar color models

4E 42 6F
RGB 78 66 111
HSL 256° 25.42% 34.71%
HSB/HSV 256° 40.54% 43.53%
CMYK 29.73% 40.54% 0.00%
56.47%

Color #4E426F in popluar number systems.

HEX 4E 42 6F
Decimal 78 66 111
Binary 1001110 1000010 1101111
Octal 116 102 157

Shades and tints

Shades of #4E426F

#4E426F
(78,66,111)
#473C65
(71,60,101)
#40365B
(64,54,91)
#393051
(57,48,81)
#322A47
(50,42,71)
#2B243D
(43,36,61)
#241E33
(36,30,51)
#1D1829
(29,24,41)
#16121F
(22,18,31)
#0F0C15
(15,12,21)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #4E426F

#4E426F
(78,66,111)
#5E537C
(94,83,124)
#6E6489
(110,100,137)
#7E7596
(126,117,150)
#8E86A3
(142,134,163)
#9E97B0
(158,151,176)
#AEA8BD
(174,168,189)
#BEB9CA
(190,185,202)
#CECAD7
(206,202,215)
#DEDBE4
(222,219,228)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E426F color. Also use rgb(78,66,111) instead hex code.

Text Font Color

.myTextColor { color: #4E426F; }

<p style="color:#4E426F">This sample text font color is #4E426F.</p>

This text font color is #4E426F.

Background Color

.myBgColor { background-color: #4E426F; }

<div style="background-color:#4E426F">Inner text</div>

This div background color is #4E426F.

Border color

.myBorderColor { border: 1px solid #4E426F; }

<div style="border:3px solid #4E426F">Div</div>

This div border color is #4E426F.

Opacity

.myOpacity80 { color: #4E426F; opacity: 0.8; }

<p style="color:#4E426F;opacity:0.8;">80%</p>

Text with #4E426F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4E426F;}

<p style="text-shadow: 3px 3px 1px #4E426F">Text here.</p>

This text has shadow with #4E426F color.


.textShadow {text-shadow: 3px 3px 1px #4E426F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4E426F, 5px 5px 20px red">Text here.</p>

This text has shadow with #4E426F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E426F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4E426F, Direction=45, Strength=4)">Text</p>

This text has shadow with #4E426F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4E426F;
-webkit-box-shadow: 1px 1px 3px 2px #4E426F;
box-shadow: 1px 1px 3px 2px #4E426F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4E426F; -webkit-box-shadow: 1px 1px 3px 2px #4E426F; box-shadow:1px 1px 3px 2px #4E426F;">
Div content here
</div>

This div box has shadow with color #4E426F.

Preview

Color preview on black background

This text has color #4E426F on black background.


Color preview on white background

This text has color #4E426F on white background.


Black color preview on #4E426F background

This text has black color on #4E426F background.


White color preview on #4E426F background

This text has white color on #4E426F background.


Related colors

Complementary color

Complementary color for #hex is #B1BD90.


I love getcolorcode.com

Triadic colors

1 #6F4E42 and #426F4E with #4E426F are triadic colors.

2 #6F424E and #424E6F with #4E426F are triadic colors.