COLOR #4E498F

HEX: #4E498F
RGB: (78,73,143)

Color info

#4E498F contains mainly blue color. Web safe color of #4E498F is #663399 (or #639).

RGB color model

#4E498F color RGB value is (78,73,143).

  • red value is 78;
  • green value is 73;
  • blue value is 143.
RGB:
(78,73,143)
(31%,29%,56%)

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 143 of 255 = 56%

78
73
143

R + G + B ~ 39%. #4E498F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 73 + 143 = 294 (100%)
R 78 of 294 ~ 26.53%
G 73 of 294 ~ 24.83%
B 143 of 294 ~ 48.64%

%26.53
%24.83
%48.64

CMYK color model

#4E498F color CMYK value is (45,49,0,44).

  • cyan value is 45.45%
  • magenta value is 48.95%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(45,49,0,44)
C45M49Y0K44 
(45%,49%,0%,44%)
(0.45/0.49/0.00/0.44)	

CMYK percentages

%45.45
%48.95
%0
%43.92

Codes

Color #4E498F in popluar color models

4E498F
RGB7873143
HSL244°32.41%42.35%
HSB/HSV244°48.95%56.08%
CMYK45.45%48.95%0.00%
43.92%

Color #4E498F in popluar number systems.

HEX4E498F
Decimal7873143
Binary1001110100100110001111
Octal116111217

Shades and tints

Shades of #4E498F

#4E498F
(78,73,143)
#474382
(71,67,130)
#403D75
(64,61,117)
#393768
(57,55,104)
#32315B
(50,49,91)
#2B2B4E
(43,43,78)
#242541
(36,37,65)
#1D1F34
(29,31,52)
#161927
(22,25,39)
#0F131A
(15,19,26)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #4E498F

#4E498F
(78,73,143)
#5E5999
(94,89,153)
#6E69A3
(110,105,163)
#7E79AD
(126,121,173)
#8E89B7
(142,137,183)
#9E99C1
(158,153,193)
#AEA9CB
(174,169,203)
#BEB9D5
(190,185,213)
#CEC9DF
(206,201,223)
#DED9E9
(222,217,233)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E498F color. Also use rgb(78,73,143) instead hex code.

Text Font Color

.myTextColor { color: #4E498F; }

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

This text font color is #4E498F.


Background Color

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

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

This div background color is #4E498F.


Border color

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

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

This div border color is #4E498F.


Opacity

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

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

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

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

This text has shadow with #4E498F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E498F on black background.


Color preview on white background

This text has color #4E498F on white background.



Black color preview on #4E498F background

This text has black color on #4E498F background.


White color preview on #4E498F background

This text has white color on #4E498F background.