COLOR #4D45A0

HEX: #4D45A0 RGB: (77,69,160)

Color info

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

RGB color model

#4D45A0 color RGB value is (77,69,160).

RGB: (77,69,160) (30%, 27%, 63%)

RGB channels and saturation

R 77 of 255 = 30%
G 69 of 255 = 27%
B 160 of 255 = 63%

77
69
160

R + G + B ~ 40%. #4D45A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 77 + 69 + 160 = 306 (100%)
R 77 of 306 ~ 25.16%
G 69 of 306 ~ 22.55%
B 160 of 306 ~ 52.29'%

%25.16
%22.55
%52.29

CMYK color model

#4D45A0 color CMYK value is (52,57,0,37).

  • cyan value is 51.88%
  • magenta value is 56.88%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (52,57,0,37)
C52M57Y0K37 (52%, 57%, 0%, 37%)
(0.52 / 0.57 / 0.00 / 0.37)

CMYK percentages

%51.88
%56.88
%0
%37.25

Codes

Color #4D45A0 in popluar color models

4D 45 A0
RGB 77 69 160
HSL 245° 39.74% 44.90%
HSB/HSV 245° 56.88% 62.75%
CMYK 51.88% 56.88% 0.00%
37.25%

Color #4D45A0 in popluar number systems.

HEX 4D 45 A0
Decimal 77 69 160
Binary 1001101 1000101 10100000
Octal 115 105 240

Shades and tints

Shades of #4D45A0

#4D45A0
(77,69,160)
#463F92
(70,63,146)
#3F3984
(63,57,132)
#383376
(56,51,118)
#312D68
(49,45,104)
#2A275A
(42,39,90)
#23214C
(35,33,76)
#1C1B3E
(28,27,62)
#151530
(21,21,48)
#0E0F22
(14,15,34)
#070914
(7,9,20)
#000000
(0,0,0)

Tints of #4D45A0

#4D45A0
(77,69,160)
#5D55A8
(93,85,168)
#6D65B0
(109,101,176)
#7D75B8
(125,117,184)
#8D85C0
(141,133,192)
#9D95C8
(157,149,200)
#ADA5D0
(173,165,208)
#BDB5D8
(189,181,216)
#CDC5E0
(205,197,224)
#DDD5E8
(221,213,232)
#EDE5F0
(237,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D45A0; }

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

This text font color is #4D45A0.

Background Color

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

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

This div background color is #4D45A0.

Border color

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

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

This div border color is #4D45A0.

Opacity

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

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

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

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

This text has shadow with #4D45A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D45A0.

Preview

Color preview on black background

This text has color #4D45A0 on black background.


Color preview on white background

This text has color #4D45A0 on white background.


Black color preview on #4D45A0 background

This text has black color on #4D45A0 background.


White color preview on #4D45A0 background

This text has white color on #4D45A0 background.


Related colors

Complementary color

Complementary color for #hex is #B2BA5F.


I love getcolorcode.com

Triadic colors

1 #A04D45 and #45A04D with #4D45A0 are triadic colors.

2 #A0454D and #454DA0 with #4D45A0 are triadic colors.