COLOR #4E609F

HEX: #4E609F RGB: (78,96,159)

Color info

#4E609F contains mainly blue color. Web safe color of #4E609F is #666699 (or #669).

RGB color model

#4E609F color RGB value is (78,96,159).

RGB: (78,96,159) (31%, 38%, 62%)

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 159 of 255 = 62%

78
96
159

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

Portions of RGB colors in percentages

R + G + B = 78 + 96 + 159 = 333 (100%)
R 78 of 333 ~ 23.42%
G 96 of 333 ~ 28.83%
B 159 of 333 ~ 47.75'%

%23.42
%28.83
%47.75

CMYK color model

#4E609F color CMYK value is (51,40,0,38).

  • cyan value is 50.94%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (51,40,0,38)
C51M40Y0K38 (51%, 40%, 0%, 38%)
(0.51 / 0.40 / 0.00 / 0.38)

CMYK percentages

%50.94
%39.62
%0
%37.65

Codes

Color #4E609F in popluar color models

4E 60 9F
RGB 78 96 159
HSL 227° 34.18% 46.47%
HSB/HSV 227° 50.94% 62.35%
CMYK 50.94% 39.62% 0.00%
37.65%

Color #4E609F in popluar number systems.

HEX 4E 60 9F
Decimal 78 96 159
Binary 1001110 1100000 10011111
Octal 116 140 237

Shades and tints

Shades of #4E609F

#4E609F
(78,96,159)
#475891
(71,88,145)
#405083
(64,80,131)
#394875
(57,72,117)
#324067
(50,64,103)
#2B3859
(43,56,89)
#24304B
(36,48,75)
#1D283D
(29,40,61)
#16202F
(22,32,47)
#0F1821
(15,24,33)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #4E609F

#4E609F
(78,96,159)
#5E6EA7
(94,110,167)
#6E7CAF
(110,124,175)
#7E8AB7
(126,138,183)
#8E98BF
(142,152,191)
#9EA6C7
(158,166,199)
#AEB4CF
(174,180,207)
#BEC2D7
(190,194,215)
#CED0DF
(206,208,223)
#DEDEE7
(222,222,231)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E609F; }

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

This text font color is #4E609F.

Background Color

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

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

This div background color is #4E609F.

Border color

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

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

This div border color is #4E609F.

Opacity

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

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

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

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

This text has shadow with #4E609F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E609F.

Preview

Color preview on black background

This text has color #4E609F on black background.


Color preview on white background

This text has color #4E609F on white background.


Black color preview on #4E609F background

This text has black color on #4E609F background.


White color preview on #4E609F background

This text has white color on #4E609F background.


Related colors

Complementary color

Complementary color for #hex is #B19F60.


I love getcolorcode.com

Triadic colors

1 #9F4E60 and #609F4E with #4E609F are triadic colors.

2 #9F604E and #604E9F with #4E609F are triadic colors.