COLOR #4E7F9B

HEX: #4E7F9B RGB: (78,127,155)

Color info

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

RGB color model

#4E7F9B color RGB value is (78,127,155).

RGB: (78,127,155) (31%, 50%, 61%)

RGB channels and saturation

R 78 of 255 = 31%
G 127 of 255 = 50%
B 155 of 255 = 61%

78
127
155

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

Portions of RGB colors in percentages

R + G + B = 78 + 127 + 155 = 360 (100%)
R 78 of 360 ~ 21.67%
G 127 of 360 ~ 35.28%
B 155 of 360 ~ 43.06'%

%21.67
%35.28
%43.06

CMYK color model

#4E7F9B color CMYK value is (50,18,0,39).

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

CMYK: (50,18,0,39)
C50M18Y0K39 (50%, 18%, 0%, 39%)
(0.50 / 0.18 / 0.00 / 0.39)

CMYK percentages

%49.68
%18.06
%0
%39.22

Codes

Color #4E7F9B in popluar color models

4E 7F 9B
RGB 78 127 155
HSL 202° 33.05% 45.69%
HSB/HSV 202° 49.68% 60.78%
CMYK 49.68% 18.06% 0.00%
39.22%

Color #4E7F9B in popluar number systems.

HEX 4E 7F 9B
Decimal 78 127 155
Binary 1001110 1111111 10011011
Octal 116 177 233

Shades and tints

Shades of #4E7F9B

#4E7F9B
(78,127,155)
#47748D
(71,116,141)
#40697F
(64,105,127)
#395E71
(57,94,113)
#325363
(50,83,99)
#2B4855
(43,72,85)
#243D47
(36,61,71)
#1D3239
(29,50,57)
#16272B
(22,39,43)
#0F1C1D
(15,28,29)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #4E7F9B

#4E7F9B
(78,127,155)
#5E8AA4
(94,138,164)
#6E95AD
(110,149,173)
#7EA0B6
(126,160,182)
#8EABBF
(142,171,191)
#9EB6C8
(158,182,200)
#AEC1D1
(174,193,209)
#BECCDA
(190,204,218)
#CED7E3
(206,215,227)
#DEE2EC
(222,226,236)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7F9B; }

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

This text font color is #4E7F9B.

Background Color

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

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

This div background color is #4E7F9B.

Border color

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

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

This div border color is #4E7F9B.

Opacity

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

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

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

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

This text has shadow with #4E7F9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7F9B.

Preview

Color preview on black background

This text has color #4E7F9B on black background.


Color preview on white background

This text has color #4E7F9B on white background.


Black color preview on #4E7F9B background

This text has black color on #4E7F9B background.


White color preview on #4E7F9B background

This text has white color on #4E7F9B background.


Related colors

Complementary color

Complementary color for #hex is #B18064.


I love getcolorcode.com

Triadic colors

1 #9B4E7F and #7F9B4E with #4E7F9B are triadic colors.

2 #9B7F4E and #7F4E9B with #4E7F9B are triadic colors.