COLOR #4E749C

HEX: #4E749C RGB: (78,116,156)

Color info

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

RGB color model

#4E749C color RGB value is (78,116,156).

RGB: (78,116,156) (31%, 45%, 61%)

RGB channels and saturation

R 78 of 255 = 31%
G 116 of 255 = 45%
B 156 of 255 = 61%

78
116
156

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

Portions of RGB colors in percentages

R + G + B = 78 + 116 + 156 = 350 (100%)
R 78 of 350 ~ 22.29%
G 116 of 350 ~ 33.14%
B 156 of 350 ~ 44.57'%

%22.29
%33.14
%44.57

CMYK color model

#4E749C color CMYK value is (50,26,0,39).

  • cyan value is 50.00%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (50,26,0,39)
C50M26Y0K39 (50%, 26%, 0%, 39%)
(0.50 / 0.26 / 0.00 / 0.39)

CMYK percentages

%50
%25.64
%0
%38.82

Codes

Color #4E749C in popluar color models

4E 74 9C
RGB 78 116 156
HSL 211° 33.33% 45.88%
HSB/HSV 211° 50.00% 61.18%
CMYK 50.00% 25.64% 0.00%
38.82%

Color #4E749C in popluar number systems.

HEX 4E 74 9C
Decimal 78 116 156
Binary 1001110 1110100 10011100
Octal 116 164 234

Shades and tints

Shades of #4E749C

#4E749C
(78,116,156)
#476A8E
(71,106,142)
#406080
(64,96,128)
#395672
(57,86,114)
#324C64
(50,76,100)
#2B4256
(43,66,86)
#243848
(36,56,72)
#1D2E3A
(29,46,58)
#16242C
(22,36,44)
#0F1A1E
(15,26,30)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #4E749C

#4E749C
(78,116,156)
#5E80A5
(94,128,165)
#6E8CAE
(110,140,174)
#7E98B7
(126,152,183)
#8EA4C0
(142,164,192)
#9EB0C9
(158,176,201)
#AEBCD2
(174,188,210)
#BEC8DB
(190,200,219)
#CED4E4
(206,212,228)
#DEE0ED
(222,224,237)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E749C color. Also use rgb(78,116,156) instead hex code.

Text Font Color

.myTextColor { color: #4E749C; }

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

This text font color is #4E749C.

Background Color

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

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

This div background color is #4E749C.

Border color

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

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

This div border color is #4E749C.

Opacity

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

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

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

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

This text has shadow with #4E749C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E749C.

Preview

Color preview on black background

This text has color #4E749C on black background.


Color preview on white background

This text has color #4E749C on white background.


Black color preview on #4E749C background

This text has black color on #4E749C background.


White color preview on #4E749C background

This text has white color on #4E749C background.


Related colors

Complementary color

Complementary color for #hex is #B18B63.


I love getcolorcode.com

Triadic colors

1 #9C4E74 and #749C4E with #4E749C are triadic colors.

2 #9C744E and #744E9C with #4E749C are triadic colors.