COLOR #4B216A

HEX: #4B216A
RGB: (75,33,106)

Color info

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

RGB color model

#4B216A color RGB value is (75,33,106).

  • red value is 75;
  • green value is 33;
  • blue value is 106.
RGB:
(75,33,106)
(29%,13%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 33 of 255 = 13%
B 106 of 255 = 42%

75
33
106

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

Portions of RGB colors in percentages

R + G + B =
75 + 33 + 106 = 214 (100%)
R 75 of 214 ~ 35.05%
G 33 of 214 ~ 15.42%
B 106 of 214 ~ 49.53%

%35.05
%15.42
%49.53

CMYK color model

#4B216A color CMYK value is (29,69,0,58).

  • cyan value is 29.25%
  • magenta value is 68.87%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(29,69,0,58)
C29M69Y0K58 
(29%,69%,0%,58%)
(0.29/0.69/0.00/0.58)	

CMYK percentages

%29.25
%68.87
%0
%58.43

Codes

Color #4B216A in popluar color models

4B216A
RGB7533106
HSL275°52.52%27.25%
HSB/HSV275°68.87%41.57%
CMYK29.25%68.87%0.00%
58.43%

Color #4B216A in popluar number systems.

HEX4B216A
Decimal7533106
Binary10010111000011101010
Octal11341152

Shades and tints

Shades of #4B216A

#4B216A
(75,33,106)
#451E61
(69,30,97)
#3F1B58
(63,27,88)
#39184F
(57,24,79)
#331546
(51,21,70)
#2D123D
(45,18,61)
#270F34
(39,15,52)
#210C2B
(33,12,43)
#1B0922
(27,9,34)
#150619
(21,6,25)
#0F0310
(15,3,16)
#000000
(0,0,0)

Tints of #4B216A

#4B216A
(75,33,106)
#5B3577
(91,53,119)
#6B4984
(107,73,132)
#7B5D91
(123,93,145)
#8B719E
(139,113,158)
#9B85AB
(155,133,171)
#AB99B8
(171,153,184)
#BBADC5
(187,173,197)
#CBC1D2
(203,193,210)
#DBD5DF
(219,213,223)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B216A color. Also use rgb(75,33,106) instead hex code.

Text Font Color

.myTextColor { color: #4B216A; }

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

This text font color is #4B216A.


Background Color

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

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

This div background color is #4B216A.


Border color

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

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

This div border color is #4B216A.


Opacity

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

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

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

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

This text has shadow with #4B216A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B216A on black background.


Color preview on white background

This text has color #4B216A on white background.



Black color preview on #4B216A background

This text has black color on #4B216A background.


White color preview on #4B216A background

This text has white color on #4B216A background.