COLOR #4D7782

HEX: #4D7782 RGB: (77,119,130)

Color info

#4D7782 contains red, green and blue colors in about the same proportion. Web safe color of #4D7782 is #336699 (or #369).

RGB color model

#4D7782 color RGB value is (77,119,130).

RGB: (77,119,130) (30%, 47%, 51%)

RGB channels and saturation

R 77 of 255 = 30%
G 119 of 255 = 47%
B 130 of 255 = 51%

77
119
130

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

Portions of RGB colors in percentages

R + G + B = 77 + 119 + 130 = 326 (100%)
R 77 of 326 ~ 23.62%
G 119 of 326 ~ 36.5%
B 130 of 326 ~ 39.88'%

%23.62
%36.5
%39.88

CMYK color model

#4D7782 color CMYK value is (41,8,0,49).

  • cyan value is 40.77%
  • magenta value is 8.46%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (41,8,0,49)
C41M8Y0K49 (41%, 8%, 0%, 49%)
(0.41 / 0.08 / 0.00 / 0.49)

CMYK percentages

%40.77
%8.46
%0
%49.02

Codes

Color #4D7782 in popluar color models

4D 77 82
RGB 77 119 130
HSL 192° 25.60% 40.59%
HSB/HSV 192° 40.77% 50.98%
CMYK 40.77% 8.46% 0.00%
49.02%

Color #4D7782 in popluar number systems.

HEX 4D 77 82
Decimal 77 119 130
Binary 1001101 1110111 10000010
Octal 115 167 202

Shades and tints

Shades of #4D7782

#4D7782
(77,119,130)
#466D77
(70,109,119)
#3F636C
(63,99,108)
#385961
(56,89,97)
#314F56
(49,79,86)
#2A454B
(42,69,75)
#233B40
(35,59,64)
#1C3135
(28,49,53)
#15272A
(21,39,42)
#0E1D1F
(14,29,31)
#071314
(7,19,20)
#000000
(0,0,0)

Tints of #4D7782

#4D7782
(77,119,130)
#5D838D
(93,131,141)
#6D8F98
(109,143,152)
#7D9BA3
(125,155,163)
#8DA7AE
(141,167,174)
#9DB3B9
(157,179,185)
#ADBFC4
(173,191,196)
#BDCBCF
(189,203,207)
#CDD7DA
(205,215,218)
#DDE3E5
(221,227,229)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7782 color. Also use rgb(77,119,130) instead hex code.

Text Font Color

.myTextColor { color: #4D7782; }

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

This text font color is #4D7782.

Background Color

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

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

This div background color is #4D7782.

Border color

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

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

This div border color is #4D7782.

Opacity

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

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

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

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

This text has shadow with #4D7782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7782.

Preview

Color preview on black background

This text has color #4D7782 on black background.


Color preview on white background

This text has color #4D7782 on white background.


Black color preview on #4D7782 background

This text has black color on #4D7782 background.


White color preview on #4D7782 background

This text has white color on #4D7782 background.


Related colors

Complementary color

Complementary color for #hex is #B2887D.


I love getcolorcode.com

Triadic colors

1 #824D77 and #77824D with #4D7782 are triadic colors.

2 #82774D and #774D82 with #4D7782 are triadic colors.