COLOR #4D378D

HEX: #4D378D RGB: (77,55,141)

Color info

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

RGB color model

#4D378D color RGB value is (77,55,141).

RGB: (77,55,141) (30%, 22%, 55%)

RGB channels and saturation

R 77 of 255 = 30%
G 55 of 255 = 22%
B 141 of 255 = 55%

77
55
141

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

Portions of RGB colors in percentages

R + G + B = 77 + 55 + 141 = 273 (100%)
R 77 of 273 ~ 28.21%
G 55 of 273 ~ 20.15%
B 141 of 273 ~ 51.65'%

%28.21
%20.15
%51.65

CMYK color model

#4D378D color CMYK value is (45,61,0,45).

  • cyan value is 45.39%
  • magenta value is 60.99%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (45,61,0,45)
C45M61Y0K45 (45%, 61%, 0%, 45%)
(0.45 / 0.61 / 0.00 / 0.45)

CMYK percentages

%45.39
%60.99
%0
%44.71

Codes

Color #4D378D in popluar color models

4D 37 8D
RGB 77 55 141
HSL 255° 43.88% 38.43%
HSB/HSV 255° 60.99% 55.29%
CMYK 45.39% 60.99% 0.00%
44.71%

Color #4D378D in popluar number systems.

HEX 4D 37 8D
Decimal 77 55 141
Binary 1001101 110111 10001101
Octal 115 67 215

Shades and tints

Shades of #4D378D

#4D378D
(77,55,141)
#463281
(70,50,129)
#3F2D75
(63,45,117)
#382869
(56,40,105)
#31235D
(49,35,93)
#2A1E51
(42,30,81)
#231945
(35,25,69)
#1C1439
(28,20,57)
#150F2D
(21,15,45)
#0E0A21
(14,10,33)
#070515
(7,5,21)
#000000
(0,0,0)

Tints of #4D378D

#4D378D
(77,55,141)
#5D4997
(93,73,151)
#6D5BA1
(109,91,161)
#7D6DAB
(125,109,171)
#8D7FB5
(141,127,181)
#9D91BF
(157,145,191)
#ADA3C9
(173,163,201)
#BDB5D3
(189,181,211)
#CDC7DD
(205,199,221)
#DDD9E7
(221,217,231)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D378D; }

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

This text font color is #4D378D.

Background Color

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

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

This div background color is #4D378D.

Border color

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

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

This div border color is #4D378D.

Opacity

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

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

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

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

This text has shadow with #4D378D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D378D.

Preview

Color preview on black background

This text has color #4D378D on black background.


Color preview on white background

This text has color #4D378D on white background.


Black color preview on #4D378D background

This text has black color on #4D378D background.


White color preview on #4D378D background

This text has white color on #4D378D background.


Related colors

Complementary color

Complementary color for #hex is #B2C872.


I love getcolorcode.com

Triadic colors

1 #8D4D37 and #378D4D with #4D378D are triadic colors.

2 #8D374D and #374D8D with #4D378D are triadic colors.