COLOR #4D78A5

HEX: #4D78A5 RGB: (77,120,165)

Color info

#4D78A5 contains mainly green and blue colors. Web safe color of #4D78A5 is #336699 (or #369).

RGB color model

#4D78A5 color RGB value is (77,120,165).

RGB: (77,120,165) (30%, 47%, 65%)

RGB channels and saturation

R 77 of 255 = 30%
G 120 of 255 = 47%
B 165 of 255 = 65%

77
120
165

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

Portions of RGB colors in percentages

R + G + B = 77 + 120 + 165 = 362 (100%)
R 77 of 362 ~ 21.27%
G 120 of 362 ~ 33.15%
B 165 of 362 ~ 45.58'%

%21.27
%33.15
%45.58

CMYK color model

#4D78A5 color CMYK value is (53,27,0,35).

  • cyan value is 53.33%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (53,27,0,35)
C53M27Y0K35 (53%, 27%, 0%, 35%)
(0.53 / 0.27 / 0.00 / 0.35)

CMYK percentages

%53.33
%27.27
%0
%35.29

Codes

Color #4D78A5 in popluar color models

4D 78 A5
RGB 77 120 165
HSL 211° 36.36% 47.45%
HSB/HSV 211° 53.33% 64.71%
CMYK 53.33% 27.27% 0.00%
35.29%

Color #4D78A5 in popluar number systems.

HEX 4D 78 A5
Decimal 77 120 165
Binary 1001101 1111000 10100101
Octal 115 170 245

Shades and tints

Shades of #4D78A5

#4D78A5
(77,120,165)
#466E96
(70,110,150)
#3F6487
(63,100,135)
#385A78
(56,90,120)
#315069
(49,80,105)
#2A465A
(42,70,90)
#233C4B
(35,60,75)
#1C323C
(28,50,60)
#15282D
(21,40,45)
#0E1E1E
(14,30,30)
#07140F
(7,20,15)
#000000
(0,0,0)

Tints of #4D78A5

#4D78A5
(77,120,165)
#5D84AD
(93,132,173)
#6D90B5
(109,144,181)
#7D9CBD
(125,156,189)
#8DA8C5
(141,168,197)
#9DB4CD
(157,180,205)
#ADC0D5
(173,192,213)
#BDCCDD
(189,204,221)
#CDD8E5
(205,216,229)
#DDE4ED
(221,228,237)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D78A5 color. Also use rgb(77,120,165) instead hex code.

Text Font Color

.myTextColor { color: #4D78A5; }

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

This text font color is #4D78A5.

Background Color

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

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

This div background color is #4D78A5.

Border color

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

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

This div border color is #4D78A5.

Opacity

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

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

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

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

This text has shadow with #4D78A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D78A5.

Preview

Color preview on black background

This text has color #4D78A5 on black background.


Color preview on white background

This text has color #4D78A5 on white background.


Black color preview on #4D78A5 background

This text has black color on #4D78A5 background.


White color preview on #4D78A5 background

This text has white color on #4D78A5 background.


Related colors

Complementary color

Complementary color for #hex is #B2875A.


I love getcolorcode.com

Triadic colors

1 #A54D78 and #78A54D with #4D78A5 are triadic colors.

2 #A5784D and #784DA5 with #4D78A5 are triadic colors.