COLOR #4D6982

HEX: #4D6982
RGB: (77,105,130)

Color info

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

RGB color model

#4D6982 color RGB value is (77,105,130).

  • red value is 77;
  • green value is 105;
  • blue value is 130.
RGB:
(77,105,130)
(30%,41%,51%)

RGB channels and saturation

R 77 of 255 = 30%
G 105 of 255 = 41%
B 130 of 255 = 51%

77
105
130

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

Portions of RGB colors in percentages

R + G + B =
77 + 105 + 130 = 312 (100%)
R 77 of 312 ~ 24.68%
G 105 of 312 ~ 33.65%
B 130 of 312 ~ 41.67%

%24.68
%33.65
%41.67

CMYK color model

#4D6982 color CMYK value is (41,19,0,49).

  • cyan value is 40.77%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(41,19,0,49)
C41M19Y0K49 
(41%,19%,0%,49%)
(0.41/0.19/0.00/0.49)	

CMYK percentages

%40.77
%19.23
%0
%49.02

Codes

Color #4D6982 in popluar color models

4D6982
RGB77105130
HSL208°25.60%40.59%
HSB/HSV208°40.77%50.98%
CMYK40.77%19.23%0.00%
49.02%

Color #4D6982 in popluar number systems.

HEX4D6982
Decimal77105130
Binary1001101110100110000010
Octal115151202

Shades and tints

Shades of #4D6982

#4D6982
(77,105,130)
#466077
(70,96,119)
#3F576C
(63,87,108)
#384E61
(56,78,97)
#314556
(49,69,86)
#2A3C4B
(42,60,75)
#233340
(35,51,64)
#1C2A35
(28,42,53)
#15212A
(21,33,42)
#0E181F
(14,24,31)
#070F14
(7,15,20)
#000000
(0,0,0)

Tints of #4D6982

#4D6982
(77,105,130)
#5D768D
(93,118,141)
#6D8398
(109,131,152)
#7D90A3
(125,144,163)
#8D9DAE
(141,157,174)
#9DAAB9
(157,170,185)
#ADB7C4
(173,183,196)
#BDC4CF
(189,196,207)
#CDD1DA
(205,209,218)
#DDDEE5
(221,222,229)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6982; }

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

This text font color is #4D6982.


Background Color

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

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

This div background color is #4D6982.


Border color

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

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

This div border color is #4D6982.


Opacity

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

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

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

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

This text has shadow with #4D6982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6982 on black background.


Color preview on white background

This text has color #4D6982 on white background.



Black color preview on #4D6982 background

This text has black color on #4D6982 background.


White color preview on #4D6982 background

This text has white color on #4D6982 background.