COLOR #4C2195

HEX: #4C2195
RGB: (76,33,149)

Color info

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

RGB color model

#4C2195 color RGB value is (76,33,149).

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

RGB channels and saturation

R 76 of 255 = 30%
G 33 of 255 = 13%
B 149 of 255 = 58%

76
33
149

R + G + B ~ 34%. #4C2195 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 33 + 149 = 258 (100%)
R 76 of 258 ~ 29.46%
G 33 of 258 ~ 12.79%
B 149 of 258 ~ 57.75%

%29.46
%12.79
%57.75

CMYK color model

#4C2195 color CMYK value is (49,78,0,42).

  • cyan value is 48.99%
  • magenta value is 77.85%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(49,78,0,42)
C49M78Y0K42 
(49%,78%,0%,42%)
(0.49/0.78/0.00/0.42)	

CMYK percentages

%48.99
%77.85
%0
%41.57

Codes

Color #4C2195 in popluar color models

4C2195
RGB7633149
HSL262°63.74%35.69%
HSB/HSV262°77.85%58.43%
CMYK48.99%77.85%0.00%
41.57%

Color #4C2195 in popluar number systems.

HEX4C2195
Decimal7633149
Binary100110010000110010101
Octal11441225

Shades and tints

Shades of #4C2195

#4C2195
(76,33,149)
#461E88
(70,30,136)
#401B7B
(64,27,123)
#3A186E
(58,24,110)
#341561
(52,21,97)
#2E1254
(46,18,84)
#280F47
(40,15,71)
#220C3A
(34,12,58)
#1C092D
(28,9,45)
#160620
(22,6,32)
#100313
(16,3,19)
#000000
(0,0,0)

Tints of #4C2195

#4C2195
(76,33,149)
#5C359E
(92,53,158)
#6C49A7
(108,73,167)
#7C5DB0
(124,93,176)
#8C71B9
(140,113,185)
#9C85C2
(156,133,194)
#AC99CB
(172,153,203)
#BCADD4
(188,173,212)
#CCC1DD
(204,193,221)
#DCD5E6
(220,213,230)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2195; }

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

This text font color is #4C2195.


Background Color

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

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

This div background color is #4C2195.


Border color

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

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

This div border color is #4C2195.


Opacity

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

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

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

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

This text has shadow with #4C2195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2195 on black background.


Color preview on white background

This text has color #4C2195 on white background.



Black color preview on #4C2195 background

This text has black color on #4C2195 background.


White color preview on #4C2195 background

This text has white color on #4C2195 background.