COLOR #4E1262

HEX: #4E1262
RGB: (78,18,98)

Color info

#4E1262 contains mainly red and blue colors. Web safe color of #4E1262 is #660066 (or #606).

RGB color model

#4E1262 color RGB value is (78,18,98).

  • red value is 78;
  • green value is 18;
  • blue value is 98.
RGB:
(78,18,98)
(31%,7%,38%)

RGB channels and saturation

R 78 of 255 = 31%
G 18 of 255 = 7%
B 98 of 255 = 38%

78
18
98

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

Portions of RGB colors in percentages

R + G + B =
78 + 18 + 98 = 194 (100%)
R 78 of 194 ~ 40.21%
G 18 of 194 ~ 9.28%
B 98 of 194 ~ 50.52%

%40.21
%50.52

CMYK color model

#4E1262 color CMYK value is (20,82,0,62).

  • cyan value is 20.41%
  • magenta value is 81.63%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(20,82,0,62)
C20M82Y0K62 
(20%,82%,0%,62%)
(0.20/0.82/0.00/0.62)	

CMYK percentages

%20.41
%81.63
%0
%61.57

Codes

Color #4E1262 in popluar color models

4E1262
RGB781898
HSL285°68.97%22.75%
HSB/HSV285°81.63%38.43%
CMYK20.41%81.63%0.00%
61.57%

Color #4E1262 in popluar number systems.

HEX4E1262
Decimal781898
Binary1001110100101100010
Octal11622142

Shades and tints

Shades of #4E1262

#4E1262
(78,18,98)
#47115A
(71,17,90)
#401052
(64,16,82)
#390F4A
(57,15,74)
#320E42
(50,14,66)
#2B0D3A
(43,13,58)
#240C32
(36,12,50)
#1D0B2A
(29,11,42)
#160A22
(22,10,34)
#0F091A
(15,9,26)
#080812
(8,8,18)
#000000
(0,0,0)

Tints of #4E1262

#4E1262
(78,18,98)
#5E2770
(94,39,112)
#6E3C7E
(110,60,126)
#7E518C
(126,81,140)
#8E669A
(142,102,154)
#9E7BA8
(158,123,168)
#AE90B6
(174,144,182)
#BEA5C4
(190,165,196)
#CEBAD2
(206,186,210)
#DECFE0
(222,207,224)
#EEE4EE
(238,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1262 color. Also use rgb(78,18,98) instead hex code.

Text Font Color

.myTextColor { color: #4E1262; }

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

This text font color is #4E1262.


Background Color

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

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

This div background color is #4E1262.


Border color

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

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

This div border color is #4E1262.


Opacity

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

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

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

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

This text has shadow with #4E1262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1262 on black background.


Color preview on white background

This text has color #4E1262 on white background.



Black color preview on #4E1262 background

This text has black color on #4E1262 background.


White color preview on #4E1262 background

This text has white color on #4E1262 background.