COLOR #4C196A

HEX: #4C196A
RGB: (76,25,106)

Color info

#4C196A contains mainly red and blue colors. Web safe color of #4C196A is #330066 (or #306).

RGB color model

#4C196A color RGB value is (76,25,106).

  • red value is 76;
  • green value is 25;
  • blue value is 106.
RGB:
(76,25,106)
(30%,10%,42%)

RGB channels and saturation

R 76 of 255 = 30%
G 25 of 255 = 10%
B 106 of 255 = 42%

76
25
106

R + G + B ~ 27%. #4C196A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 25 + 106 = 207 (100%)
R 76 of 207 ~ 36.71%
G 25 of 207 ~ 12.08%
B 106 of 207 ~ 51.21%

%36.71
%12.08
%51.21

CMYK color model

#4C196A color CMYK value is (28,76,0,58).

  • cyan value is 28.30%
  • magenta value is 76.42%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(28,76,0,58)
C28M76Y0K58 
(28%,76%,0%,58%)
(0.28/0.76/0.00/0.58)	

CMYK percentages

%28.3
%76.42
%0
%58.43

Codes

Color #4C196A in popluar color models

4C196A
RGB7625106
HSL278°61.83%25.69%
HSB/HSV278°76.42%41.57%
CMYK28.30%76.42%0.00%
58.43%

Color #4C196A in popluar number systems.

HEX4C196A
Decimal7625106
Binary1001100110011101010
Octal11431152

Shades and tints

Shades of #4C196A

#4C196A
(76,25,106)
#461761
(70,23,97)
#401558
(64,21,88)
#3A134F
(58,19,79)
#341146
(52,17,70)
#2E0F3D
(46,15,61)
#280D34
(40,13,52)
#220B2B
(34,11,43)
#1C0922
(28,9,34)
#160719
(22,7,25)
#100510
(16,5,16)
#000000
(0,0,0)

Tints of #4C196A

#4C196A
(76,25,106)
#5C2D77
(92,45,119)
#6C4184
(108,65,132)
#7C5591
(124,85,145)
#8C699E
(140,105,158)
#9C7DAB
(156,125,171)
#AC91B8
(172,145,184)
#BCA5C5
(188,165,197)
#CCB9D2
(204,185,210)
#DCCDDF
(220,205,223)
#ECE1EC
(236,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C196A color. Also use rgb(76,25,106) instead hex code.

Text Font Color

.myTextColor { color: #4C196A; }

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

This text font color is #4C196A.


Background Color

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

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

This div background color is #4C196A.


Border color

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

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

This div border color is #4C196A.


Opacity

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

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

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

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

This text has shadow with #4C196A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C196A on black background.


Color preview on white background

This text has color #4C196A on white background.



Black color preview on #4C196A background

This text has black color on #4C196A background.


White color preview on #4C196A background

This text has white color on #4C196A background.