COLOR #4E608C

HEX: #4E608C RGB: (78,96,140)

Color info

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

RGB color model

#4E608C color RGB value is (78,96,140).

RGB: (78,96,140) (31%, 38%, 55%)

RGB channels and saturation

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

78
96
140

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

Portions of RGB colors in percentages

R + G + B = 78 + 96 + 140 = 314 (100%)
R 78 of 314 ~ 24.84%
G 96 of 314 ~ 30.57%
B 140 of 314 ~ 44.59'%

%24.84
%30.57
%44.59

CMYK color model

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

  • cyan value is 44.29%
  • magenta value is 31.43%
  • 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
%31.43
%0
%45.1

Codes

Color #4E608C in popluar color models

4E 60 8C
RGB 78 96 140
HSL 223° 28.44% 42.75%
HSB/HSV 223° 44.29% 54.90%
CMYK 44.29% 31.43% 0.00%
45.10%

Color #4E608C in popluar number systems.

HEX 4E 60 8C
Decimal 78 96 140
Binary 1001110 1100000 10001100
Octal 116 140 214

Shades and tints

Shades of #4E608C

#4E608C
(78,96,140)
#475880
(71,88,128)
#405074
(64,80,116)
#394868
(57,72,104)
#32405C
(50,64,92)
#2B3850
(43,56,80)
#243044
(36,48,68)
#1D2838
(29,40,56)
#16202C
(22,32,44)
#0F1820
(15,24,32)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #4E608C

#4E608C
(78,96,140)
#5E6E96
(94,110,150)
#6E7CA0
(110,124,160)
#7E8AAA
(126,138,170)
#8E98B4
(142,152,180)
#9EA6BE
(158,166,190)
#AEB4C8
(174,180,200)
#BEC2D2
(190,194,210)
#CED0DC
(206,208,220)
#DEDEE6
(222,222,230)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E608C; }

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

This text font color is #4E608C.

Background Color

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

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

This div background color is #4E608C.

Border color

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

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

This div border color is #4E608C.

Opacity

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

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

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

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

This text has shadow with #4E608C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E608C.

Preview

Color preview on black background

This text has color #4E608C on black background.


Color preview on white background

This text has color #4E608C on white background.


Black color preview on #4E608C background

This text has black color on #4E608C background.


White color preview on #4E608C background

This text has white color on #4E608C background.


Related colors

Complementary color

Complementary color for #hex is #B19F73.


I love getcolorcode.com

Triadic colors

1 #8C4E60 and #608C4E with #4E608C are triadic colors.

2 #8C604E and #604E8C with #4E608C are triadic colors.