COLOR #4D6796

HEX: #4D6796 RGB: (77,103,150)

Color info

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

RGB color model

#4D6796 color RGB value is (77,103,150).

RGB: (77,103,150) (30%, 40%, 59%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 150 of 255 = 59%

77
103
150

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

Portions of RGB colors in percentages

R + G + B = 77 + 103 + 150 = 330 (100%)
R 77 of 330 ~ 23.33%
G 103 of 330 ~ 31.21%
B 150 of 330 ~ 45.45'%

%23.33
%31.21
%45.45

CMYK color model

#4D6796 color CMYK value is (49,31,0,41).

  • cyan value is 48.67%
  • magenta value is 31.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (49,31,0,41)
C49M31Y0K41 (49%, 31%, 0%, 41%)
(0.49 / 0.31 / 0.00 / 0.41)

CMYK percentages

%48.67
%31.33
%0
%41.18

Codes

Color #4D6796 in popluar color models

4D 67 96
RGB 77 103 150
HSL 219° 32.16% 44.51%
HSB/HSV 219° 48.67% 58.82%
CMYK 48.67% 31.33% 0.00%
41.18%

Color #4D6796 in popluar number systems.

HEX 4D 67 96
Decimal 77 103 150
Binary 1001101 1100111 10010110
Octal 115 147 226

Shades and tints

Shades of #4D6796

#4D6796
(77,103,150)
#465E89
(70,94,137)
#3F557C
(63,85,124)
#384C6F
(56,76,111)
#314362
(49,67,98)
#2A3A55
(42,58,85)
#233148
(35,49,72)
#1C283B
(28,40,59)
#151F2E
(21,31,46)
#0E1621
(14,22,33)
#070D14
(7,13,20)
#000000
(0,0,0)

Tints of #4D6796

#4D6796
(77,103,150)
#5D749F
(93,116,159)
#6D81A8
(109,129,168)
#7D8EB1
(125,142,177)
#8D9BBA
(141,155,186)
#9DA8C3
(157,168,195)
#ADB5CC
(173,181,204)
#BDC2D5
(189,194,213)
#CDCFDE
(205,207,222)
#DDDCE7
(221,220,231)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6796; }

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

This text font color is #4D6796.

Background Color

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

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

This div background color is #4D6796.

Border color

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

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

This div border color is #4D6796.

Opacity

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

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

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

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

This text has shadow with #4D6796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6796.

Preview

Color preview on black background

This text has color #4D6796 on black background.


Color preview on white background

This text has color #4D6796 on white background.


Black color preview on #4D6796 background

This text has black color on #4D6796 background.


White color preview on #4D6796 background

This text has white color on #4D6796 background.


Related colors

Complementary color

Complementary color for #hex is #B29869.


I love getcolorcode.com

Triadic colors

1 #964D67 and #67964D with #4D6796 are triadic colors.

2 #96674D and #674D96 with #4D6796 are triadic colors.