COLOR #4D6482

HEX: #4D6482
RGB: (77,100,130)

Color info

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

RGB color model

#4D6482 color RGB value is (77,100,130).

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

RGB channels and saturation

R 77 of 255 = 30%
G 100 of 255 = 39%
B 130 of 255 = 51%

77
100
130

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

Portions of RGB colors in percentages

R + G + B =
77 + 100 + 130 = 307 (100%)
R 77 of 307 ~ 25.08%
G 100 of 307 ~ 32.57%
B 130 of 307 ~ 42.35%

%25.08
%32.57
%42.35

CMYK color model

#4D6482 color CMYK value is (41,23,0,49).

  • cyan value is 40.77%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(41,23,0,49)
C41M23Y0K49 
(41%,23%,0%,49%)
(0.41/0.23/0.00/0.49)	

CMYK percentages

%40.77
%23.08
%0
%49.02

Codes

Color #4D6482 in popluar color models

4D6482
RGB77100130
HSL214°25.60%40.59%
HSB/HSV214°40.77%50.98%
CMYK40.77%23.08%0.00%
49.02%

Color #4D6482 in popluar number systems.

HEX4D6482
Decimal77100130
Binary1001101110010010000010
Octal115144202

Shades and tints

Shades of #4D6482

#4D6482
(77,100,130)
#465B77
(70,91,119)
#3F526C
(63,82,108)
#384961
(56,73,97)
#314056
(49,64,86)
#2A374B
(42,55,75)
#232E40
(35,46,64)
#1C2535
(28,37,53)
#151C2A
(21,28,42)
#0E131F
(14,19,31)
#070A14
(7,10,20)
#000000
(0,0,0)

Tints of #4D6482

#4D6482
(77,100,130)
#5D728D
(93,114,141)
#6D8098
(109,128,152)
#7D8EA3
(125,142,163)
#8D9CAE
(141,156,174)
#9DAAB9
(157,170,185)
#ADB8C4
(173,184,196)
#BDC6CF
(189,198,207)
#CDD4DA
(205,212,218)
#DDE2E5
(221,226,229)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6482; }

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

This text font color is #4D6482.


Background Color

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

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

This div background color is #4D6482.


Border color

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

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

This div border color is #4D6482.


Opacity

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

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

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

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

This text has shadow with #4D6482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6482 on black background.


Color preview on white background

This text has color #4D6482 on white background.



Black color preview on #4D6482 background

This text has black color on #4D6482 background.


White color preview on #4D6482 background

This text has white color on #4D6482 background.