COLOR #4E3863

HEX: #4E3863 RGB: (78,56,99)

Color info

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

RGB color model

#4E3863 color RGB value is (78,56,99).

RGB: (78,56,99) (31%, 22%, 39%)

RGB channels and saturation

R 78 of 255 = 31%
G 56 of 255 = 22%
B 99 of 255 = 39%

78
56
99

R + G + B ~ 31%. #4E3863 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 56 + 99 = 233 (100%)
R 78 of 233 ~ 33.48%
G 56 of 233 ~ 24.03%
B 99 of 233 ~ 42.49'%

%33.48
%24.03
%42.49

CMYK color model

#4E3863 color CMYK value is (21,43,0,61).

  • cyan value is 21.21%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (21,43,0,61)
C21M43Y0K61 (21%, 43%, 0%, 61%)
(0.21 / 0.43 / 0.00 / 0.61)

CMYK percentages

%21.21
%43.43
%0
%61.18

Codes

Color #4E3863 in popluar color models

4E 38 63
RGB 78 56 99
HSL 271° 27.74% 30.39%
HSB/HSV 271° 43.43% 38.82%
CMYK 21.21% 43.43% 0.00%
61.18%

Color #4E3863 in popluar number systems.

HEX 4E 38 63
Decimal 78 56 99
Binary 1001110 111000 1100011
Octal 116 70 143

Shades and tints

Shades of #4E3863

#4E3863
(78,56,99)
#47335A
(71,51,90)
#402E51
(64,46,81)
#392948
(57,41,72)
#32243F
(50,36,63)
#2B1F36
(43,31,54)
#241A2D
(36,26,45)
#1D1524
(29,21,36)
#16101B
(22,16,27)
#0F0B12
(15,11,18)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #4E3863

#4E3863
(78,56,99)
#5E4A71
(94,74,113)
#6E5C7F
(110,92,127)
#7E6E8D
(126,110,141)
#8E809B
(142,128,155)
#9E92A9
(158,146,169)
#AEA4B7
(174,164,183)
#BEB6C5
(190,182,197)
#CEC8D3
(206,200,211)
#DEDAE1
(222,218,225)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3863 color. Also use rgb(78,56,99) instead hex code.

Text Font Color

.myTextColor { color: #4E3863; }

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

This text font color is #4E3863.

Background Color

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

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

This div background color is #4E3863.

Border color

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

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

This div border color is #4E3863.

Opacity

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

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

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

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

This text has shadow with #4E3863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3863.

Preview

Color preview on black background

This text has color #4E3863 on black background.


Color preview on white background

This text has color #4E3863 on white background.


Black color preview on #4E3863 background

This text has black color on #4E3863 background.


White color preview on #4E3863 background

This text has white color on #4E3863 background.


Related colors

Complementary color

Complementary color for #hex is #B1C79C.


I love getcolorcode.com

Triadic colors

1 #634E38 and #38634E with #4E3863 are triadic colors.

2 #63384E and #384E63 with #4E3863 are triadic colors.