COLOR #4C3995

HEX: #4C3995
RGB: (76,57,149)

Color info

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

RGB color model

#4C3995 color RGB value is (76,57,149).

  • red value is 76;
  • green value is 57;
  • blue value is 149.
RGB:
(76,57,149)
(30%,22%,58%)

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 149 of 255 = 58%

76
57
149

R + G + B ~ 37%. #4C3995 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 57 + 149 = 282 (100%)
R 76 of 282 ~ 26.95%
G 57 of 282 ~ 20.21%
B 149 of 282 ~ 52.84%

%26.95
%20.21
%52.84

CMYK color model

#4C3995 color CMYK value is (49,62,0,42).

  • cyan value is 48.99%
  • magenta value is 61.74%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(49,62,0,42)
C49M62Y0K42 
(49%,62%,0%,42%)
(0.49/0.62/0.00/0.42)	

CMYK percentages

%48.99
%61.74
%0
%41.57

Codes

Color #4C3995 in popluar color models

4C3995
RGB7657149
HSL252°44.66%40.39%
HSB/HSV252°61.74%58.43%
CMYK48.99%61.74%0.00%
41.57%

Color #4C3995 in popluar number systems.

HEX4C3995
Decimal7657149
Binary100110011100110010101
Octal11471225

Shades and tints

Shades of #4C3995

#4C3995
(76,57,149)
#463488
(70,52,136)
#402F7B
(64,47,123)
#3A2A6E
(58,42,110)
#342561
(52,37,97)
#2E2054
(46,32,84)
#281B47
(40,27,71)
#22163A
(34,22,58)
#1C112D
(28,17,45)
#160C20
(22,12,32)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #4C3995

#4C3995
(76,57,149)
#5C4B9E
(92,75,158)
#6C5DA7
(108,93,167)
#7C6FB0
(124,111,176)
#8C81B9
(140,129,185)
#9C93C2
(156,147,194)
#ACA5CB
(172,165,203)
#BCB7D4
(188,183,212)
#CCC9DD
(204,201,221)
#DCDBE6
(220,219,230)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3995 color. Also use rgb(76,57,149) instead hex code.

Text Font Color

.myTextColor { color: #4C3995; }

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

This text font color is #4C3995.


Background Color

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

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

This div background color is #4C3995.


Border color

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

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

This div border color is #4C3995.


Opacity

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

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

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

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

This text has shadow with #4C3995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3995 on black background.


Color preview on white background

This text has color #4C3995 on white background.



Black color preview on #4C3995 background

This text has black color on #4C3995 background.


White color preview on #4C3995 background

This text has white color on #4C3995 background.