COLOR #4D46C3

HEX: #4D46C3 RGB: (77,70,195)

Color info

#4D46C3 contains mainly blue color. Web safe color of #4D46C3 is #3333CC (or #33C).

RGB color model

#4D46C3 color RGB value is (77,70,195).

RGB: (77,70,195) (30%, 27%, 76%)

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 195 of 255 = 76%

77
70
195

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

Portions of RGB colors in percentages

R + G + B = 77 + 70 + 195 = 342 (100%)
R 77 of 342 ~ 22.51%
G 70 of 342 ~ 20.47%
B 195 of 342 ~ 57.02'%

%22.51
%20.47
%57.02

CMYK color model

#4D46C3 color CMYK value is (61,64,0,24).

  • cyan value is 60.51%
  • magenta value is 64.10%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (61,64,0,24)
C61M64Y0K24 (61%, 64%, 0%, 24%)
(0.61 / 0.64 / 0.00 / 0.24)

CMYK percentages

%60.51
%64.1
%0
%23.53

Codes

Color #4D46C3 in popluar color models

4D 46 C3
RGB 77 70 195
HSL 243° 51.02% 51.96%
HSB/HSV 243° 64.10% 76.47%
CMYK 60.51% 64.10% 0.00%
23.53%

Color #4D46C3 in popluar number systems.

HEX 4D 46 C3
Decimal 77 70 195
Binary 1001101 1000110 11000011
Octal 115 106 303

Shades and tints

Shades of #4D46C3

#4D46C3
(77,70,195)
#4640B2
(70,64,178)
#3F3AA1
(63,58,161)
#383490
(56,52,144)
#312E7F
(49,46,127)
#2A286E
(42,40,110)
#23225D
(35,34,93)
#1C1C4C
(28,28,76)
#15163B
(21,22,59)
#0E102A
(14,16,42)
#070A19
(7,10,25)
#000000
(0,0,0)

Tints of #4D46C3

#4D46C3
(77,70,195)
#5D56C8
(93,86,200)
#6D66CD
(109,102,205)
#7D76D2
(125,118,210)
#8D86D7
(141,134,215)
#9D96DC
(157,150,220)
#ADA6E1
(173,166,225)
#BDB6E6
(189,182,230)
#CDC6EB
(205,198,235)
#DDD6F0
(221,214,240)
#EDE6F5
(237,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D46C3; }

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

This text font color is #4D46C3.

Background Color

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

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

This div background color is #4D46C3.

Border color

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

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

This div border color is #4D46C3.

Opacity

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

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

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

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

This text has shadow with #4D46C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D46C3.

Preview

Color preview on black background

This text has color #4D46C3 on black background.


Color preview on white background

This text has color #4D46C3 on white background.


Black color preview on #4D46C3 background

This text has black color on #4D46C3 background.


White color preview on #4D46C3 background

This text has white color on #4D46C3 background.


Related colors

Complementary color

Complementary color for #hex is #B2B93C.


I love getcolorcode.com

Triadic colors

1 #C34D46 and #46C34D with #4D46C3 are triadic colors.

2 #C3464D and #464DC3 with #4D46C3 are triadic colors.