COLOR #4D679F

HEX: #4D679F
RGB: (77,103,159)

Color info

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

RGB color model

#4D679F color RGB value is (77,103,159).

  • red value is 77;
  • green value is 103;
  • blue value is 159.
RGB:
(77,103,159)
(30%,40%,62%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 159 of 255 = 62%

77
103
159

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

Portions of RGB colors in percentages

R + G + B =
77 + 103 + 159 = 339 (100%)
R 77 of 339 ~ 22.71%
G 103 of 339 ~ 30.38%
B 159 of 339 ~ 46.9%

%22.71
%30.38
%46.9

CMYK color model

#4D679F color CMYK value is (52,35,0,38).

  • cyan value is 51.57%
  • magenta value is 35.22%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(52,35,0,38)
C52M35Y0K38 
(52%,35%,0%,38%)
(0.52/0.35/0.00/0.38)	

CMYK percentages

%51.57
%35.22
%0
%37.65

Codes

Color #4D679F in popluar color models

4D679F
RGB77103159
HSL221°34.75%46.27%
HSB/HSV221°51.57%62.35%
CMYK51.57%35.22%0.00%
37.65%

Color #4D679F in popluar number systems.

HEX4D679F
Decimal77103159
Binary1001101110011110011111
Octal115147237

Shades and tints

Shades of #4D679F

#4D679F
(77,103,159)
#465E91
(70,94,145)
#3F5583
(63,85,131)
#384C75
(56,76,117)
#314367
(49,67,103)
#2A3A59
(42,58,89)
#23314B
(35,49,75)
#1C283D
(28,40,61)
#151F2F
(21,31,47)
#0E1621
(14,22,33)
#070D13
(7,13,19)
#000000
(0,0,0)

Tints of #4D679F

#4D679F
(77,103,159)
#5D74A7
(93,116,167)
#6D81AF
(109,129,175)
#7D8EB7
(125,142,183)
#8D9BBF
(141,155,191)
#9DA8C7
(157,168,199)
#ADB5CF
(173,181,207)
#BDC2D7
(189,194,215)
#CDCFDF
(205,207,223)
#DDDCE7
(221,220,231)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D679F color. Also use rgb(77,103,159) instead hex code.

Text Font Color

.myTextColor { color: #4D679F; }

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

This text font color is #4D679F.


Background Color

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

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

This div background color is #4D679F.


Border color

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

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

This div border color is #4D679F.


Opacity

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

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

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

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

This text has shadow with #4D679F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D679F on black background.


Color preview on white background

This text has color #4D679F on white background.



Black color preview on #4D679F background

This text has black color on #4D679F background.


White color preview on #4D679F background

This text has white color on #4D679F background.