COLOR #4D789C

HEX: #4D789C
RGB: (77,120,156)

Color info

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

RGB color model

#4D789C color RGB value is (77,120,156).

  • red value is 77;
  • green value is 120;
  • blue value is 156.
RGB:
(77,120,156)
(30%,47%,61%)

RGB channels and saturation

R 77 of 255 = 30%
G 120 of 255 = 47%
B 156 of 255 = 61%

77
120
156

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

Portions of RGB colors in percentages

R + G + B =
77 + 120 + 156 = 353 (100%)
R 77 of 353 ~ 21.81%
G 120 of 353 ~ 33.99%
B 156 of 353 ~ 44.19%

%21.81
%33.99
%44.19

CMYK color model

#4D789C color CMYK value is (51,23,0,39).

  • cyan value is 50.64%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(51,23,0,39)
C51M23Y0K39 
(51%,23%,0%,39%)
(0.51/0.23/0.00/0.39)	

CMYK percentages

%50.64
%23.08
%0
%38.82

Codes

Color #4D789C in popluar color models

4D789C
RGB77120156
HSL207°33.91%45.69%
HSB/HSV207°50.64%61.18%
CMYK50.64%23.08%0.00%
38.82%

Color #4D789C in popluar number systems.

HEX4D789C
Decimal77120156
Binary1001101111100010011100
Octal115170234

Shades and tints

Shades of #4D789C

#4D789C
(77,120,156)
#466E8E
(70,110,142)
#3F6480
(63,100,128)
#385A72
(56,90,114)
#315064
(49,80,100)
#2A4656
(42,70,86)
#233C48
(35,60,72)
#1C323A
(28,50,58)
#15282C
(21,40,44)
#0E1E1E
(14,30,30)
#071410
(7,20,16)
#000000
(0,0,0)

Tints of #4D789C

#4D789C
(77,120,156)
#5D84A5
(93,132,165)
#6D90AE
(109,144,174)
#7D9CB7
(125,156,183)
#8DA8C0
(141,168,192)
#9DB4C9
(157,180,201)
#ADC0D2
(173,192,210)
#BDCCDB
(189,204,219)
#CDD8E4
(205,216,228)
#DDE4ED
(221,228,237)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D789C; }

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

This text font color is #4D789C.


Background Color

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

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

This div background color is #4D789C.


Border color

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

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

This div border color is #4D789C.


Opacity

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

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

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

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

This text has shadow with #4D789C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D789C on black background.


Color preview on white background

This text has color #4D789C on white background.



Black color preview on #4D789C background

This text has black color on #4D789C background.


White color preview on #4D789C background

This text has white color on #4D789C background.