COLOR #4D4285

HEX: #4D4285
RGB: (77,66,133)

Color info

#4D4285 contains mainly red and blue colors. Web safe color of #4D4285 is #333399 (or #339).

RGB color model

#4D4285 color RGB value is (77,66,133).

  • red value is 77;
  • green value is 66;
  • blue value is 133.
RGB:
(77,66,133)
(30%,26%,52%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 133 of 255 = 52%

77
66
133

R + G + B ~ 36%. #4D4285 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 133 = 276 (100%)
R 77 of 276 ~ 27.9%
G 66 of 276 ~ 23.91%
B 133 of 276 ~ 48.19%

%27.9
%23.91
%48.19

CMYK color model

#4D4285 color CMYK value is (42,50,0,48).

  • cyan value is 42.11%
  • magenta value is 50.38%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(42,50,0,48)
C42M50Y0K48 
(42%,50%,0%,48%)
(0.42/0.50/0.00/0.48)	

CMYK percentages

%42.11
%50.38
%0
%47.84

Codes

Color #4D4285 in popluar color models

4D4285
RGB7766133
HSL250°33.67%39.02%
HSB/HSV250°50.38%52.16%
CMYK42.11%50.38%0.00%
47.84%

Color #4D4285 in popluar number systems.

HEX4D4285
Decimal7766133
Binary1001101100001010000101
Octal115102205

Shades and tints

Shades of #4D4285

#4D4285
(77,66,133)
#463C79
(70,60,121)
#3F366D
(63,54,109)
#383061
(56,48,97)
#312A55
(49,42,85)
#2A2449
(42,36,73)
#231E3D
(35,30,61)
#1C1831
(28,24,49)
#151225
(21,18,37)
#0E0C19
(14,12,25)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #4D4285

#4D4285
(77,66,133)
#5D5390
(93,83,144)
#6D649B
(109,100,155)
#7D75A6
(125,117,166)
#8D86B1
(141,134,177)
#9D97BC
(157,151,188)
#ADA8C7
(173,168,199)
#BDB9D2
(189,185,210)
#CDCADD
(205,202,221)
#DDDBE8
(221,219,232)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4285 color. Also use rgb(77,66,133) instead hex code.

Text Font Color

.myTextColor { color: #4D4285; }

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

This text font color is #4D4285.


Background Color

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

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

This div background color is #4D4285.


Border color

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

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

This div border color is #4D4285.


Opacity

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

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

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

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

This text has shadow with #4D4285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4285 on black background.


Color preview on white background

This text has color #4D4285 on white background.



Black color preview on #4D4285 background

This text has black color on #4D4285 background.


White color preview on #4D4285 background

This text has white color on #4D4285 background.