COLOR #4D659B

HEX: #4D659B
RGB: (77,101,155)

Color info

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

RGB color model

#4D659B color RGB value is (77,101,155).

  • red value is 77;
  • green value is 101;
  • blue value is 155.
RGB:
(77,101,155)
(30%,40%,61%)

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 155 of 255 = 61%

77
101
155

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

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 155 = 333 (100%)
R 77 of 333 ~ 23.12%
G 101 of 333 ~ 30.33%
B 155 of 333 ~ 46.55%

%23.12
%30.33
%46.55

CMYK color model

#4D659B color CMYK value is (50,35,0,39).

  • cyan value is 50.32%
  • magenta value is 34.84%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(50,35,0,39)
C50M35Y0K39 
(50%,35%,0%,39%)
(0.50/0.35/0.00/0.39)	

CMYK percentages

%50.32
%34.84
%0
%39.22

Codes

Color #4D659B in popluar color models

4D659B
RGB77101155
HSL222°33.62%45.49%
HSB/HSV222°50.32%60.78%
CMYK50.32%34.84%0.00%
39.22%

Color #4D659B in popluar number systems.

HEX4D659B
Decimal77101155
Binary1001101110010110011011
Octal115145233

Shades and tints

Shades of #4D659B

#4D659B
(77,101,155)
#465C8D
(70,92,141)
#3F537F
(63,83,127)
#384A71
(56,74,113)
#314163
(49,65,99)
#2A3855
(42,56,85)
#232F47
(35,47,71)
#1C2639
(28,38,57)
#151D2B
(21,29,43)
#0E141D
(14,20,29)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #4D659B

#4D659B
(77,101,155)
#5D73A4
(93,115,164)
#6D81AD
(109,129,173)
#7D8FB6
(125,143,182)
#8D9DBF
(141,157,191)
#9DABC8
(157,171,200)
#ADB9D1
(173,185,209)
#BDC7DA
(189,199,218)
#CDD5E3
(205,213,227)
#DDE3EC
(221,227,236)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D659B color. Also use rgb(77,101,155) instead hex code.

Text Font Color

.myTextColor { color: #4D659B; }

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

This text font color is #4D659B.


Background Color

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

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

This div background color is #4D659B.


Border color

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

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

This div border color is #4D659B.


Opacity

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

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

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

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

This text has shadow with #4D659B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D659B on black background.


Color preview on white background

This text has color #4D659B on white background.



Black color preview on #4D659B background

This text has black color on #4D659B background.


White color preview on #4D659B background

This text has white color on #4D659B background.