COLOR #4E3065

HEX: #4E3065 RGB: (78,48,101)

Color info

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

RGB color model

#4E3065 color RGB value is (78,48,101).

RGB: (78,48,101) (31%, 19%, 40%)

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 101 of 255 = 40%

78
48
101

R + G + B ~ 30%. #4E3065 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 48 + 101 = 227 (100%)
R 78 of 227 ~ 34.36%
G 48 of 227 ~ 21.15%
B 101 of 227 ~ 44.49'%

%34.36
%21.15
%44.49

CMYK color model

#4E3065 color CMYK value is (23,52,0,60).

  • cyan value is 22.77%
  • magenta value is 52.48%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (23,52,0,60)
C23M52Y0K60 (23%, 52%, 0%, 60%)
(0.23 / 0.52 / 0.00 / 0.60)

CMYK percentages

%22.77
%52.48
%0
%60.39

Codes

Color #4E3065 in popluar color models

4E 30 65
RGB 78 48 101
HSL 274° 35.57% 29.22%
HSB/HSV 274° 52.48% 39.61%
CMYK 22.77% 52.48% 0.00%
60.39%

Color #4E3065 in popluar number systems.

HEX 4E 30 65
Decimal 78 48 101
Binary 1001110 110000 1100101
Octal 116 60 145

Shades and tints

Shades of #4E3065

#4E3065
(78,48,101)
#472C5C
(71,44,92)
#402853
(64,40,83)
#39244A
(57,36,74)
#322041
(50,32,65)
#2B1C38
(43,28,56)
#24182F
(36,24,47)
#1D1426
(29,20,38)
#16101D
(22,16,29)
#0F0C14
(15,12,20)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #4E3065

#4E3065
(78,48,101)
#5E4273
(94,66,115)
#6E5481
(110,84,129)
#7E668F
(126,102,143)
#8E789D
(142,120,157)
#9E8AAB
(158,138,171)
#AE9CB9
(174,156,185)
#BEAEC7
(190,174,199)
#CEC0D5
(206,192,213)
#DED2E3
(222,210,227)
#EEE4F1
(238,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3065 color. Also use rgb(78,48,101) instead hex code.

Text Font Color

.myTextColor { color: #4E3065; }

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

This text font color is #4E3065.

Background Color

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

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

This div background color is #4E3065.

Border color

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

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

This div border color is #4E3065.

Opacity

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

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

Text with #4E3065 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 #4E3065;}

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

This text has shadow with #4E3065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3065.

Preview

Color preview on black background

This text has color #4E3065 on black background.


Color preview on white background

This text has color #4E3065 on white background.


Black color preview on #4E3065 background

This text has black color on #4E3065 background.


White color preview on #4E3065 background

This text has white color on #4E3065 background.


Related colors

Complementary color

Complementary color for #hex is #B1CF9A.


I love getcolorcode.com

Triadic colors

1 #654E30 and #30654E with #4E3065 are triadic colors.

2 #65304E and #304E65 with #4E3065 are triadic colors.