COLOR #4E618C

HEX: #4E618C
RGB: (78,97,140)

Color info

#4E618C contains mainly green and blue colors. Web safe color of #4E618C is #666699 (or #669).

RGB color model

#4E618C color RGB value is (78,97,140).

  • red value is 78;
  • green value is 97;
  • blue value is 140.
RGB:
(78,97,140)
(31%,38%,55%)

RGB channels and saturation

R 78 of 255 = 31%
G 97 of 255 = 38%
B 140 of 255 = 55%

78
97
140

R + G + B ~ 41%. #4E618C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 97 + 140 = 315 (100%)
R 78 of 315 ~ 24.76%
G 97 of 315 ~ 30.79%
B 140 of 315 ~ 44.44%

%24.76
%30.79
%44.44

CMYK color model

#4E618C color CMYK value is (44,31,0,45).

  • cyan value is 44.29%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(44,31,0,45)
C44M31Y0K45 
(44%,31%,0%,45%)
(0.44/0.31/0.00/0.45)	

CMYK percentages

%44.29
%30.71
%0
%45.1

Codes

Color #4E618C in popluar color models

4E618C
RGB7897140
HSL222°28.44%42.75%
HSB/HSV222°44.29%54.90%
CMYK44.29%30.71%0.00%
45.10%

Color #4E618C in popluar number systems.

HEX4E618C
Decimal7897140
Binary1001110110000110001100
Octal116141214

Shades and tints

Shades of #4E618C

#4E618C
(78,97,140)
#475980
(71,89,128)
#405174
(64,81,116)
#394968
(57,73,104)
#32415C
(50,65,92)
#2B3950
(43,57,80)
#243144
(36,49,68)
#1D2938
(29,41,56)
#16212C
(22,33,44)
#0F1920
(15,25,32)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #4E618C

#4E618C
(78,97,140)
#5E6F96
(94,111,150)
#6E7DA0
(110,125,160)
#7E8BAA
(126,139,170)
#8E99B4
(142,153,180)
#9EA7BE
(158,167,190)
#AEB5C8
(174,181,200)
#BEC3D2
(190,195,210)
#CED1DC
(206,209,220)
#DEDFE6
(222,223,230)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E618C color. Also use rgb(78,97,140) instead hex code.

Text Font Color

.myTextColor { color: #4E618C; }

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

This text font color is #4E618C.


Background Color

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

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

This div background color is #4E618C.


Border color

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

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

This div border color is #4E618C.


Opacity

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

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

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

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

This text has shadow with #4E618C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E618C on black background.


Color preview on white background

This text has color #4E618C on white background.



Black color preview on #4E618C background

This text has black color on #4E618C background.


White color preview on #4E618C background

This text has white color on #4E618C background.