COLOR #4D378E

HEX: #4D378E
RGB: (77,55,142)

Color info

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

RGB color model

#4D378E color RGB value is (77,55,142).

  • red value is 77;
  • green value is 55;
  • blue value is 142.
RGB:
(77,55,142)
(30%,22%,56%)

RGB channels and saturation

R 77 of 255 = 30%
G 55 of 255 = 22%
B 142 of 255 = 56%

77
55
142

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

Portions of RGB colors in percentages

R + G + B =
77 + 55 + 142 = 274 (100%)
R 77 of 274 ~ 28.1%
G 55 of 274 ~ 20.07%
B 142 of 274 ~ 51.82%

%28.1
%20.07
%51.82

CMYK color model

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

  • cyan value is 45.77%
  • magenta value is 61.27%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(46,61,0,44)
C46M61Y0K44 
(46%,61%,0%,44%)
(0.46/0.61/0.00/0.44)	

CMYK percentages

%45.77
%61.27
%0
%44.31

Codes

Color #4D378E in popluar color models

4D378E
RGB7755142
HSL255°44.16%38.63%
HSB/HSV255°61.27%55.69%
CMYK45.77%61.27%0.00%
44.31%

Color #4D378E in popluar number systems.

HEX4D378E
Decimal7755142
Binary100110111011110001110
Octal11567216

Shades and tints

Shades of #4D378E

#4D378E
(77,55,142)
#463282
(70,50,130)
#3F2D76
(63,45,118)
#38286A
(56,40,106)
#31235E
(49,35,94)
#2A1E52
(42,30,82)
#231946
(35,25,70)
#1C143A
(28,20,58)
#150F2E
(21,15,46)
#0E0A22
(14,10,34)
#070516
(7,5,22)
#000000
(0,0,0)

Tints of #4D378E

#4D378E
(77,55,142)
#5D4998
(93,73,152)
#6D5BA2
(109,91,162)
#7D6DAC
(125,109,172)
#8D7FB6
(141,127,182)
#9D91C0
(157,145,192)
#ADA3CA
(173,163,202)
#BDB5D4
(189,181,212)
#CDC7DE
(205,199,222)
#DDD9E8
(221,217,232)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D378E; }

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

This text font color is #4D378E.


Background Color

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

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

This div background color is #4D378E.


Border color

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

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

This div border color is #4D378E.


Opacity

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

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

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

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

This text has shadow with #4D378E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D378E on black background.


Color preview on white background

This text has color #4D378E on white background.



Black color preview on #4D378E background

This text has black color on #4D378E background.


White color preview on #4D378E background

This text has white color on #4D378E background.