COLOR #4D6582

HEX: #4D6582
RGB: (77,101,130)

Color info

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

RGB color model

#4D6582 color RGB value is (77,101,130).

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

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 130 of 255 = 51%

77
101
130

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

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 130 = 308 (100%)
R 77 of 308 ~ 25%
G 101 of 308 ~ 32.79%
B 130 of 308 ~ 42.21%

%25
%32.79
%42.21

CMYK color model

#4D6582 color CMYK value is (41,22,0,49).

  • cyan value is 40.77%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(41,22,0,49)
C41M22Y0K49 
(41%,22%,0%,49%)
(0.41/0.22/0.00/0.49)	

CMYK percentages

%40.77
%22.31
%0
%49.02

Codes

Color #4D6582 in popluar color models

4D6582
RGB77101130
HSL213°25.60%40.59%
HSB/HSV213°40.77%50.98%
CMYK40.77%22.31%0.00%
49.02%

Color #4D6582 in popluar number systems.

HEX4D6582
Decimal77101130
Binary1001101110010110000010
Octal115145202

Shades and tints

Shades of #4D6582

#4D6582
(77,101,130)
#465C77
(70,92,119)
#3F536C
(63,83,108)
#384A61
(56,74,97)
#314156
(49,65,86)
#2A384B
(42,56,75)
#232F40
(35,47,64)
#1C2635
(28,38,53)
#151D2A
(21,29,42)
#0E141F
(14,20,31)
#070B14
(7,11,20)
#000000
(0,0,0)

Tints of #4D6582

#4D6582
(77,101,130)
#5D738D
(93,115,141)
#6D8198
(109,129,152)
#7D8FA3
(125,143,163)
#8D9DAE
(141,157,174)
#9DABB9
(157,171,185)
#ADB9C4
(173,185,196)
#BDC7CF
(189,199,207)
#CDD5DA
(205,213,218)
#DDE3E5
(221,227,229)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6582; }

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

This text font color is #4D6582.


Background Color

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

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

This div background color is #4D6582.


Border color

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

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

This div border color is #4D6582.


Opacity

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

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

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

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

This text has shadow with #4D6582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6582 on black background.


Color preview on white background

This text has color #4D6582 on white background.



Black color preview on #4D6582 background

This text has black color on #4D6582 background.


White color preview on #4D6582 background

This text has white color on #4D6582 background.