COLOR #4A216B

HEX: #4A216B RGB: (74,33,107)

Color info

#4A216B contains mainly red and blue colors. Web safe color of #4A216B is #333366 (or #336).

RGB color model

#4A216B color RGB value is (74,33,107).

RGB: (74,33,107) (29%, 13%, 42%)

RGB channels and saturation

R 74 of 255 = 29%
G 33 of 255 = 13%
B 107 of 255 = 42%

74
33
107

R + G + B ~ 28%. #4A216B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 33 + 107 = 214 (100%)
R 74 of 214 ~ 34.58%
G 33 of 214 ~ 15.42%
B 107 of 214 ~ 50'%

%34.58
%15.42
%50

CMYK color model

#4A216B color CMYK value is (31,69,0,58).

  • cyan value is 30.84%
  • magenta value is 69.16%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (31,69,0,58)
C31M69Y0K58 (31%, 69%, 0%, 58%)
(0.31 / 0.69 / 0.00 / 0.58)

CMYK percentages

%30.84
%69.16
%0
%58.04

Codes

Color #4A216B in popluar color models

4A 21 6B
RGB 74 33 107
HSL 273° 52.86% 27.45%
HSB/HSV 273° 69.16% 41.96%
CMYK 30.84% 69.16% 0.00%
58.04%

Color #4A216B in popluar number systems.

HEX 4A 21 6B
Decimal 74 33 107
Binary 1001010 100001 1101011
Octal 112 41 153

Shades and tints

Shades of #4A216B

#4A216B
(74,33,107)
#441E62
(68,30,98)
#3E1B59
(62,27,89)
#381850
(56,24,80)
#321547
(50,21,71)
#2C123E
(44,18,62)
#260F35
(38,15,53)
#200C2C
(32,12,44)
#1A0923
(26,9,35)
#14061A
(20,6,26)
#0E0311
(14,3,17)
#000000
(0,0,0)

Tints of #4A216B

#4A216B
(74,33,107)
#5A3578
(90,53,120)
#6A4985
(106,73,133)
#7A5D92
(122,93,146)
#8A719F
(138,113,159)
#9A85AC
(154,133,172)
#AA99B9
(170,153,185)
#BAADC6
(186,173,198)
#CAC1D3
(202,193,211)
#DAD5E0
(218,213,224)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A216B color. Also use rgb(74,33,107) instead hex code.

Text Font Color

.myTextColor { color: #4A216B; }

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

This text font color is #4A216B.

Background Color

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

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

This div background color is #4A216B.

Border color

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

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

This div border color is #4A216B.

Opacity

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

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

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

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

This text has shadow with #4A216B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A216B.

Preview

Color preview on black background

This text has color #4A216B on black background.


Color preview on white background

This text has color #4A216B on white background.


Black color preview on #4A216B background

This text has black color on #4A216B background.


White color preview on #4A216B background

This text has white color on #4A216B background.


Related colors

Complementary color

Complementary color for #hex is #B5DE94.


I love getcolorcode.com

Triadic colors

1 #6B4A21 and #216B4A with #4A216B are triadic colors.

2 #6B214A and #214A6B with #4A216B are triadic colors.