COLOR #4D6883

HEX: #4D6883 RGB: (77,104,131)

Color info

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

RGB color model

#4D6883 color RGB value is (77,104,131).

RGB: (77,104,131) (30%, 41%, 51%)

RGB channels and saturation

R 77 of 255 = 30%
G 104 of 255 = 41%
B 131 of 255 = 51%

77
104
131

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

Portions of RGB colors in percentages

R + G + B = 77 + 104 + 131 = 312 (100%)
R 77 of 312 ~ 24.68%
G 104 of 312 ~ 33.33%
B 131 of 312 ~ 41.99'%

%24.68
%33.33
%41.99

CMYK color model

#4D6883 color CMYK value is (41,21,0,49).

  • cyan value is 41.22%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (41,21,0,49)
C41M21Y0K49 (41%, 21%, 0%, 49%)
(0.41 / 0.21 / 0.00 / 0.49)

CMYK percentages

%41.22
%20.61
%0
%48.63

Codes

Color #4D6883 in popluar color models

4D 68 83
RGB 77 104 131
HSL 210° 25.96% 40.78%
HSB/HSV 210° 41.22% 51.37%
CMYK 41.22% 20.61% 0.00%
48.63%

Color #4D6883 in popluar number systems.

HEX 4D 68 83
Decimal 77 104 131
Binary 1001101 1101000 10000011
Octal 115 150 203

Shades and tints

Shades of #4D6883

#4D6883
(77,104,131)
#465F78
(70,95,120)
#3F566D
(63,86,109)
#384D62
(56,77,98)
#314457
(49,68,87)
#2A3B4C
(42,59,76)
#233241
(35,50,65)
#1C2936
(28,41,54)
#15202B
(21,32,43)
#0E1720
(14,23,32)
#070E15
(7,14,21)
#000000
(0,0,0)

Tints of #4D6883

#4D6883
(77,104,131)
#5D758E
(93,117,142)
#6D8299
(109,130,153)
#7D8FA4
(125,143,164)
#8D9CAF
(141,156,175)
#9DA9BA
(157,169,186)
#ADB6C5
(173,182,197)
#BDC3D0
(189,195,208)
#CDD0DB
(205,208,219)
#DDDDE6
(221,221,230)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6883 color. Also use rgb(77,104,131) instead hex code.

Text Font Color

.myTextColor { color: #4D6883; }

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

This text font color is #4D6883.

Background Color

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

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

This div background color is #4D6883.

Border color

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

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

This div border color is #4D6883.

Opacity

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

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

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

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

This text has shadow with #4D6883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6883.

Preview

Color preview on black background

This text has color #4D6883 on black background.


Color preview on white background

This text has color #4D6883 on white background.


Black color preview on #4D6883 background

This text has black color on #4D6883 background.


White color preview on #4D6883 background

This text has white color on #4D6883 background.


Related colors

Complementary color

Complementary color for #hex is #B2977C.


I love getcolorcode.com

Triadic colors

1 #834D68 and #68834D with #4D6883 are triadic colors.

2 #83684D and #684D83 with #4D6883 are triadic colors.