COLOR #4E1F63

HEX: #4E1F63 RGB: (78,31,99)

Color info

#4E1F63 contains mainly red and blue colors. Web safe color of #4E1F63 is #663366 (or #636).

RGB color model

#4E1F63 color RGB value is (78,31,99).

RGB: (78,31,99) (31%, 12%, 39%)

RGB channels and saturation

R 78 of 255 = 31%
G 31 of 255 = 12%
B 99 of 255 = 39%

78
31
99

R + G + B ~ 27%. #4E1F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 31 + 99 = 208 (100%)
R 78 of 208 ~ 37.5%
G 31 of 208 ~ 14.9%
B 99 of 208 ~ 47.6'%

%37.5
%14.9
%47.6

CMYK color model

#4E1F63 color CMYK value is (21,69,0,61).

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

CMYK: (21,69,0,61)
C21M69Y0K61 (21%, 69%, 0%, 61%)
(0.21 / 0.69 / 0.00 / 0.61)

CMYK percentages

%21.21
%68.69
%0
%61.18

Codes

Color #4E1F63 in popluar color models

4E 1F 63
RGB 78 31 99
HSL 281° 52.31% 25.49%
HSB/HSV 281° 68.69% 38.82%
CMYK 21.21% 68.69% 0.00%
61.18%

Color #4E1F63 in popluar number systems.

HEX 4E 1F 63
Decimal 78 31 99
Binary 1001110 11111 1100011
Octal 116 37 143

Shades and tints

Shades of #4E1F63

#4E1F63
(78,31,99)
#471D5A
(71,29,90)
#401B51
(64,27,81)
#391948
(57,25,72)
#32173F
(50,23,63)
#2B1536
(43,21,54)
#24132D
(36,19,45)
#1D1124
(29,17,36)
#160F1B
(22,15,27)
#0F0D12
(15,13,18)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #4E1F63

#4E1F63
(78,31,99)
#5E3371
(94,51,113)
#6E477F
(110,71,127)
#7E5B8D
(126,91,141)
#8E6F9B
(142,111,155)
#9E83A9
(158,131,169)
#AE97B7
(174,151,183)
#BEABC5
(190,171,197)
#CEBFD3
(206,191,211)
#DED3E1
(222,211,225)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1F63; }

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

This text font color is #4E1F63.

Background Color

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

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

This div background color is #4E1F63.

Border color

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

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

This div border color is #4E1F63.

Opacity

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

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

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

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

This text has shadow with #4E1F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E1F63.

Preview

Color preview on black background

This text has color #4E1F63 on black background.


Color preview on white background

This text has color #4E1F63 on white background.


Black color preview on #4E1F63 background

This text has black color on #4E1F63 background.


White color preview on #4E1F63 background

This text has white color on #4E1F63 background.


Related colors

Complementary color

Complementary color for #hex is #B1E09C.


I love getcolorcode.com

Triadic colors

1 #634E1F and #1F634E with #4E1F63 are triadic colors.

2 #631F4E and #1F4E63 with #4E1F63 are triadic colors.