COLOR #4C3789

HEX: #4C3789
RGB: (76,55,137)

Color info

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

RGB color model

#4C3789 color RGB value is (76,55,137).

  • red value is 76;
  • green value is 55;
  • blue value is 137.
RGB:
(76,55,137)
(30%,22%,54%)

RGB channels and saturation

R 76 of 255 = 30%
G 55 of 255 = 22%
B 137 of 255 = 54%

76
55
137

R + G + B ~ 35%. #4C3789 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 55 + 137 = 268 (100%)
R 76 of 268 ~ 28.36%
G 55 of 268 ~ 20.52%
B 137 of 268 ~ 51.12%

%28.36
%20.52
%51.12

CMYK color model

#4C3789 color CMYK value is (45,60,0,46).

  • cyan value is 44.53%
  • magenta value is 59.85%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(45,60,0,46)
C45M60Y0K46 
(45%,60%,0%,46%)
(0.45/0.60/0.00/0.46)	

CMYK percentages

%44.53
%59.85
%0
%46.27

Codes

Color #4C3789 in popluar color models

4C3789
RGB7655137
HSL255°42.71%37.65%
HSB/HSV255°59.85%53.73%
CMYK44.53%59.85%0.00%
46.27%

Color #4C3789 in popluar number systems.

HEX4C3789
Decimal7655137
Binary100110011011110001001
Octal11467211

Shades and tints

Shades of #4C3789

#4C3789
(76,55,137)
#46327D
(70,50,125)
#402D71
(64,45,113)
#3A2865
(58,40,101)
#342359
(52,35,89)
#2E1E4D
(46,30,77)
#281941
(40,25,65)
#221435
(34,20,53)
#1C0F29
(28,15,41)
#160A1D
(22,10,29)
#100511
(16,5,17)
#000000
(0,0,0)

Tints of #4C3789

#4C3789
(76,55,137)
#5C4993
(92,73,147)
#6C5B9D
(108,91,157)
#7C6DA7
(124,109,167)
#8C7FB1
(140,127,177)
#9C91BB
(156,145,187)
#ACA3C5
(172,163,197)
#BCB5CF
(188,181,207)
#CCC7D9
(204,199,217)
#DCD9E3
(220,217,227)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3789 color. Also use rgb(76,55,137) instead hex code.

Text Font Color

.myTextColor { color: #4C3789; }

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

This text font color is #4C3789.


Background Color

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

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

This div background color is #4C3789.


Border color

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

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

This div border color is #4C3789.


Opacity

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

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

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

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

This text has shadow with #4C3789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3789 on black background.


Color preview on white background

This text has color #4C3789 on white background.



Black color preview on #4C3789 background

This text has black color on #4C3789 background.


White color preview on #4C3789 background

This text has white color on #4C3789 background.