COLOR #4E6B96

HEX: #4E6B96
RGB: (78,107,150)

Color info

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

RGB color model

#4E6B96 color RGB value is (78,107,150).

  • red value is 78;
  • green value is 107;
  • blue value is 150.
RGB:
(78,107,150)
(31%,42%,59%)

RGB channels and saturation

R 78 of 255 = 31%
G 107 of 255 = 42%
B 150 of 255 = 59%

78
107
150

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

Portions of RGB colors in percentages

R + G + B =
78 + 107 + 150 = 335 (100%)
R 78 of 335 ~ 23.28%
G 107 of 335 ~ 31.94%
B 150 of 335 ~ 44.78%

%23.28
%31.94
%44.78

CMYK color model

#4E6B96 color CMYK value is (48,29,0,41).

  • cyan value is 48.00%
  • magenta value is 28.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(48,29,0,41)
C48M29Y0K41 
(48%,29%,0%,41%)
(0.48/0.29/0.00/0.41)	

CMYK percentages

%48
%28.67
%0
%41.18

Codes

Color #4E6B96 in popluar color models

4E6B96
RGB78107150
HSL216°31.58%44.71%
HSB/HSV216°48.00%58.82%
CMYK48.00%28.67%0.00%
41.18%

Color #4E6B96 in popluar number systems.

HEX4E6B96
Decimal78107150
Binary1001110110101110010110
Octal116153226

Shades and tints

Shades of #4E6B96

#4E6B96
(78,107,150)
#476289
(71,98,137)
#40597C
(64,89,124)
#39506F
(57,80,111)
#324762
(50,71,98)
#2B3E55
(43,62,85)
#243548
(36,53,72)
#1D2C3B
(29,44,59)
#16232E
(22,35,46)
#0F1A21
(15,26,33)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #4E6B96

#4E6B96
(78,107,150)
#5E789F
(94,120,159)
#6E85A8
(110,133,168)
#7E92B1
(126,146,177)
#8E9FBA
(142,159,186)
#9EACC3
(158,172,195)
#AEB9CC
(174,185,204)
#BEC6D5
(190,198,213)
#CED3DE
(206,211,222)
#DEE0E7
(222,224,231)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6B96 color. Also use rgb(78,107,150) instead hex code.

Text Font Color

.myTextColor { color: #4E6B96; }

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

This text font color is #4E6B96.


Background Color

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

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

This div background color is #4E6B96.


Border color

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

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

This div border color is #4E6B96.


Opacity

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

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

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

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

This text has shadow with #4E6B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6B96 on black background.


Color preview on white background

This text has color #4E6B96 on white background.



Black color preview on #4E6B96 background

This text has black color on #4E6B96 background.


White color preview on #4E6B96 background

This text has white color on #4E6B96 background.