COLOR #4E699B

HEX: #4E699B RGB: (78,105,155)

Color info

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

RGB color model

#4E699B color RGB value is (78,105,155).

RGB: (78,105,155) (31%, 41%, 61%)

RGB channels and saturation

R 78 of 255 = 31%
G 105 of 255 = 41%
B 155 of 255 = 61%

78
105
155

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

Portions of RGB colors in percentages

R + G + B = 78 + 105 + 155 = 338 (100%)
R 78 of 338 ~ 23.08%
G 105 of 338 ~ 31.07%
B 155 of 338 ~ 45.86'%

%23.08
%31.07
%45.86

CMYK color model

#4E699B color CMYK value is (50,32,0,39).

  • cyan value is 49.68%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (50,32,0,39)
C50M32Y0K39 (50%, 32%, 0%, 39%)
(0.50 / 0.32 / 0.00 / 0.39)

CMYK percentages

%49.68
%32.26
%0
%39.22

Codes

Color #4E699B in popluar color models

4E 69 9B
RGB 78 105 155
HSL 219° 33.05% 45.69%
HSB/HSV 219° 49.68% 60.78%
CMYK 49.68% 32.26% 0.00%
39.22%

Color #4E699B in popluar number systems.

HEX 4E 69 9B
Decimal 78 105 155
Binary 1001110 1101001 10011011
Octal 116 151 233

Shades and tints

Shades of #4E699B

#4E699B
(78,105,155)
#47608D
(71,96,141)
#40577F
(64,87,127)
#394E71
(57,78,113)
#324563
(50,69,99)
#2B3C55
(43,60,85)
#243347
(36,51,71)
#1D2A39
(29,42,57)
#16212B
(22,33,43)
#0F181D
(15,24,29)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #4E699B

#4E699B
(78,105,155)
#5E76A4
(94,118,164)
#6E83AD
(110,131,173)
#7E90B6
(126,144,182)
#8E9DBF
(142,157,191)
#9EAAC8
(158,170,200)
#AEB7D1
(174,183,209)
#BEC4DA
(190,196,218)
#CED1E3
(206,209,227)
#DEDEEC
(222,222,236)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E699B color. Also use rgb(78,105,155) instead hex code.

Text Font Color

.myTextColor { color: #4E699B; }

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

This text font color is #4E699B.

Background Color

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

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

This div background color is #4E699B.

Border color

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

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

This div border color is #4E699B.

Opacity

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

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

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

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

This text has shadow with #4E699B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E699B.

Preview

Color preview on black background

This text has color #4E699B on black background.


Color preview on white background

This text has color #4E699B on white background.


Black color preview on #4E699B background

This text has black color on #4E699B background.


White color preview on #4E699B background

This text has white color on #4E699B background.


Related colors

Complementary color

Complementary color for #hex is #B19664.


I love getcolorcode.com

Triadic colors

1 #9B4E69 and #699B4E with #4E699B are triadic colors.

2 #9B694E and #694E9B with #4E699B are triadic colors.