COLOR #4D529D

HEX: #4D529D
RGB: (77,82,157)

Color info

#4D529D contains mainly blue color. Web safe color of #4D529D is #336699 (or #369).

RGB color model

#4D529D color RGB value is (77,82,157).

  • red value is 77;
  • green value is 82;
  • blue value is 157.
RGB:
(77,82,157)
(30%,32%,62%)

RGB channels and saturation

R 77 of 255 = 30%
G 82 of 255 = 32%
B 157 of 255 = 62%

77
82
157

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

Portions of RGB colors in percentages

R + G + B =
77 + 82 + 157 = 316 (100%)
R 77 of 316 ~ 24.37%
G 82 of 316 ~ 25.95%
B 157 of 316 ~ 49.68%

%24.37
%25.95
%49.68

CMYK color model

#4D529D color CMYK value is (51,48,0,38).

  • cyan value is 50.96%
  • magenta value is 47.77%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(51,48,0,38)
C51M48Y0K38 
(51%,48%,0%,38%)
(0.51/0.48/0.00/0.38)	

CMYK percentages

%50.96
%47.77
%0
%38.43

Codes

Color #4D529D in popluar color models

4D529D
RGB7782157
HSL236°34.19%45.88%
HSB/HSV236°50.96%61.57%
CMYK50.96%47.77%0.00%
38.43%

Color #4D529D in popluar number systems.

HEX4D529D
Decimal7782157
Binary1001101101001010011101
Octal115122235

Shades and tints

Shades of #4D529D

#4D529D
(77,82,157)
#464B8F
(70,75,143)
#3F4481
(63,68,129)
#383D73
(56,61,115)
#313665
(49,54,101)
#2A2F57
(42,47,87)
#232849
(35,40,73)
#1C213B
(28,33,59)
#151A2D
(21,26,45)
#0E131F
(14,19,31)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #4D529D

#4D529D
(77,82,157)
#5D61A5
(93,97,165)
#6D70AD
(109,112,173)
#7D7FB5
(125,127,181)
#8D8EBD
(141,142,189)
#9D9DC5
(157,157,197)
#ADACCD
(173,172,205)
#BDBBD5
(189,187,213)
#CDCADD
(205,202,221)
#DDD9E5
(221,217,229)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D529D color. Also use rgb(77,82,157) instead hex code.

Text Font Color

.myTextColor { color: #4D529D; }

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

This text font color is #4D529D.


Background Color

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

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

This div background color is #4D529D.


Border color

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

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

This div border color is #4D529D.


Opacity

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

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

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

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

This text has shadow with #4D529D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D529D on black background.


Color preview on white background

This text has color #4D529D on white background.



Black color preview on #4D529D background

This text has black color on #4D529D background.


White color preview on #4D529D background

This text has white color on #4D529D background.