COLOR #4E1B55

HEX: #4E1B55
RGB: (78,27,85)

Color info

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

RGB color model

#4E1B55 color RGB value is (78,27,85).

  • red value is 78;
  • green value is 27;
  • blue value is 85.
RGB:
(78,27,85)
(31%,11%,33%)

RGB channels and saturation

R 78 of 255 = 31%
G 27 of 255 = 11%
B 85 of 255 = 33%

78
27
85

R + G + B ~ 25%. #4E1B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 27 + 85 = 190 (100%)
R 78 of 190 ~ 41.05%
G 27 of 190 ~ 14.21%
B 85 of 190 ~ 44.74%

%41.05
%14.21
%44.74

CMYK color model

#4E1B55 color CMYK value is (8,68,0,67).

  • cyan value is 8.24%
  • magenta value is 68.24%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(8,68,0,67)
C8M68Y0K67 
(8%,68%,0%,67%)
(0.08/0.68/0.00/0.67)	

CMYK percentages

%8.24
%68.24
%0
%66.67

Codes

Color #4E1B55 in popluar color models

4E1B55
RGB782785
HSL293°51.79%21.96%
HSB/HSV293°68.24%33.33%
CMYK8.24%68.24%0.00%
66.67%

Color #4E1B55 in popluar number systems.

HEX4E1B55
Decimal782785
Binary1001110110111010101
Octal11633125

Shades and tints

Shades of #4E1B55

#4E1B55
(78,27,85)
#47194E
(71,25,78)
#401747
(64,23,71)
#391540
(57,21,64)
#321339
(50,19,57)
#2B1132
(43,17,50)
#240F2B
(36,15,43)
#1D0D24
(29,13,36)
#160B1D
(22,11,29)
#0F0916
(15,9,22)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #4E1B55

#4E1B55
(78,27,85)
#5E2F64
(94,47,100)
#6E4373
(110,67,115)
#7E5782
(126,87,130)
#8E6B91
(142,107,145)
#9E7FA0
(158,127,160)
#AE93AF
(174,147,175)
#BEA7BE
(190,167,190)
#CEBBCD
(206,187,205)
#DECFDC
(222,207,220)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1B55 color. Also use rgb(78,27,85) instead hex code.

Text Font Color

.myTextColor { color: #4E1B55; }

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

This text font color is #4E1B55.


Background Color

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

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

This div background color is #4E1B55.


Border color

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

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

This div border color is #4E1B55.


Opacity

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

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

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

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

This text has shadow with #4E1B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1B55 on black background.


Color preview on white background

This text has color #4E1B55 on white background.



Black color preview on #4E1B55 background

This text has black color on #4E1B55 background.


White color preview on #4E1B55 background

This text has white color on #4E1B55 background.