COLOR #4D4C89

HEX: #4D4C89
RGB: (77,76,137)

Color info

#4D4C89 contains mainly blue color. Web safe color of #4D4C89 is #333399 (or #339).

RGB color model

#4D4C89 color RGB value is (77,76,137).

  • red value is 77;
  • green value is 76;
  • blue value is 137.
RGB:
(77,76,137)
(30%,30%,54%)

RGB channels and saturation

R 77 of 255 = 30%
G 76 of 255 = 30%
B 137 of 255 = 54%

77
76
137

R + G + B ~ 38%. #4D4C89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 76 + 137 = 290 (100%)
R 77 of 290 ~ 26.55%
G 76 of 290 ~ 26.21%
B 137 of 290 ~ 47.24%

%26.55
%26.21
%47.24

CMYK color model

#4D4C89 color CMYK value is (44,45,0,46).

  • cyan value is 43.80%
  • magenta value is 44.53%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(44,45,0,46)
C44M45Y0K46 
(44%,45%,0%,46%)
(0.44/0.45/0.00/0.46)	

CMYK percentages

%43.8
%44.53
%0
%46.27

Codes

Color #4D4C89 in popluar color models

4D4C89
RGB7776137
HSL241°28.64%41.76%
HSB/HSV241°44.53%53.73%
CMYK43.80%44.53%0.00%
46.27%

Color #4D4C89 in popluar number systems.

HEX4D4C89
Decimal7776137
Binary1001101100110010001001
Octal115114211

Shades and tints

Shades of #4D4C89

#4D4C89
(77,76,137)
#46467D
(70,70,125)
#3F4071
(63,64,113)
#383A65
(56,58,101)
#313459
(49,52,89)
#2A2E4D
(42,46,77)
#232841
(35,40,65)
#1C2235
(28,34,53)
#151C29
(21,28,41)
#0E161D
(14,22,29)
#071011
(7,16,17)
#000000
(0,0,0)

Tints of #4D4C89

#4D4C89
(77,76,137)
#5D5C93
(93,92,147)
#6D6C9D
(109,108,157)
#7D7CA7
(125,124,167)
#8D8CB1
(141,140,177)
#9D9CBB
(157,156,187)
#ADACC5
(173,172,197)
#BDBCCF
(189,188,207)
#CDCCD9
(205,204,217)
#DDDCE3
(221,220,227)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4C89 color. Also use rgb(77,76,137) instead hex code.

Text Font Color

.myTextColor { color: #4D4C89; }

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

This text font color is #4D4C89.


Background Color

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

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

This div background color is #4D4C89.


Border color

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

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

This div border color is #4D4C89.


Opacity

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

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

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

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

This text has shadow with #4D4C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4C89 on black background.


Color preview on white background

This text has color #4D4C89 on white background.



Black color preview on #4D4C89 background

This text has black color on #4D4C89 background.


White color preview on #4D4C89 background

This text has white color on #4D4C89 background.