COLOR #4D4D8A

HEX: #4D4D8A
RGB: (77,77,138)

Color info

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

RGB color model

#4D4D8A color RGB value is (77,77,138).

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

RGB channels and saturation

R 77 of 255 = 30%
G 77 of 255 = 30%
B 138 of 255 = 54%

77
77
138

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

Portions of RGB colors in percentages

R + G + B =
77 + 77 + 138 = 292 (100%)
R 77 of 292 ~ 26.37%
G 77 of 292 ~ 26.37%
B 138 of 292 ~ 47.26%

%26.37
%26.37
%47.26

CMYK color model

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

  • cyan value is 44.20%
  • magenta value is 44.20%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(44,44,0,46)
C44M44Y0K46 
(44%,44%,0%,46%)
(0.44/0.44/0.00/0.46)	

CMYK percentages

%44.2
%44.2
%0
%45.88

Codes

Color #4D4D8A in popluar color models

4D4D8A
RGB7777138
HSL240°28.37%42.16%
HSB/HSV240°44.20%54.12%
CMYK44.20%44.20%0.00%
45.88%

Color #4D4D8A in popluar number systems.

HEX4D4D8A
Decimal7777138
Binary1001101100110110001010
Octal115115212

Shades and tints

Shades of #4D4D8A

#4D4D8A
(77,77,138)
#46467E
(70,70,126)
#3F3F72
(63,63,114)
#383866
(56,56,102)
#31315A
(49,49,90)
#2A2A4E
(42,42,78)
#232342
(35,35,66)
#1C1C36
(28,28,54)
#15152A
(21,21,42)
#0E0E1E
(14,14,30)
#070712
(7,7,18)
#000000
(0,0,0)

Tints of #4D4D8A

#4D4D8A
(77,77,138)
#5D5D94
(93,93,148)
#6D6D9E
(109,109,158)
#7D7DA8
(125,125,168)
#8D8DB2
(141,141,178)
#9D9DBC
(157,157,188)
#ADADC6
(173,173,198)
#BDBDD0
(189,189,208)
#CDCDDA
(205,205,218)
#DDDDE4
(221,221,228)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4D8A; }

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

This text font color is #4D4D8A.


Background Color

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

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

This div background color is #4D4D8A.


Border color

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

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

This div border color is #4D4D8A.


Opacity

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

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

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

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

This text has shadow with #4D4D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4D8A on black background.


Color preview on white background

This text has color #4D4D8A on white background.



Black color preview on #4D4D8A background

This text has black color on #4D4D8A background.


White color preview on #4D4D8A background

This text has white color on #4D4D8A background.