COLOR #4A196A

HEX: #4A196A
RGB: (74,25,106)

Color info

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

RGB color model

#4A196A color RGB value is (74,25,106).

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

RGB channels and saturation

R 74 of 255 = 29%
G 25 of 255 = 10%
B 106 of 255 = 42%

74
25
106

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

Portions of RGB colors in percentages

R + G + B =
74 + 25 + 106 = 205 (100%)
R 74 of 205 ~ 36.1%
G 25 of 205 ~ 12.2%
B 106 of 205 ~ 51.71%

%36.1
%12.2
%51.71

CMYK color model

#4A196A color CMYK value is (30,76,0,58).

  • cyan value is 30.19%
  • magenta value is 76.42%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(30,76,0,58)
C30M76Y0K58 
(30%,76%,0%,58%)
(0.30/0.76/0.00/0.58)	

CMYK percentages

%30.19
%76.42
%0
%58.43

Codes

Color #4A196A in popluar color models

4A196A
RGB7425106
HSL276°61.83%25.69%
HSB/HSV276°76.42%41.57%
CMYK30.19%76.42%0.00%
58.43%

Color #4A196A in popluar number systems.

HEX4A196A
Decimal7425106
Binary1001010110011101010
Octal11231152

Shades and tints

Shades of #4A196A

#4A196A
(74,25,106)
#441761
(68,23,97)
#3E1558
(62,21,88)
#38134F
(56,19,79)
#321146
(50,17,70)
#2C0F3D
(44,15,61)
#260D34
(38,13,52)
#200B2B
(32,11,43)
#1A0922
(26,9,34)
#140719
(20,7,25)
#0E0510
(14,5,16)
#000000
(0,0,0)

Tints of #4A196A

#4A196A
(74,25,106)
#5A2D77
(90,45,119)
#6A4184
(106,65,132)
#7A5591
(122,85,145)
#8A699E
(138,105,158)
#9A7DAB
(154,125,171)
#AA91B8
(170,145,184)
#BAA5C5
(186,165,197)
#CAB9D2
(202,185,210)
#DACDDF
(218,205,223)
#EAE1EC
(234,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A196A; }

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

This text font color is #4A196A.


Background Color

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

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

This div background color is #4A196A.


Border color

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

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

This div border color is #4A196A.


Opacity

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

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

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

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

This text has shadow with #4A196A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A196A on black background.


Color preview on white background

This text has color #4A196A on white background.



Black color preview on #4A196A background

This text has black color on #4A196A background.


White color preview on #4A196A background

This text has white color on #4A196A background.