COLOR #4B3271

HEX: #4B3271
RGB: (75,50,113)

Color info

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

RGB color model

#4B3271 color RGB value is (75,50,113).

  • red value is 75;
  • green value is 50;
  • blue value is 113.
RGB:
(75,50,113)
(29%,20%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 113 of 255 = 44%

75
50
113

R + G + B ~ 31%. #4B3271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 50 + 113 = 238 (100%)
R 75 of 238 ~ 31.51%
G 50 of 238 ~ 21.01%
B 113 of 238 ~ 47.48%

%31.51
%21.01
%47.48

CMYK color model

#4B3271 color CMYK value is (34,56,0,56).

  • cyan value is 33.63%
  • magenta value is 55.75%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(34,56,0,56)
C34M56Y0K56 
(34%,56%,0%,56%)
(0.34/0.56/0.00/0.56)	

CMYK percentages

%33.63
%55.75
%0
%55.69

Codes

Color #4B3271 in popluar color models

4B3271
RGB7550113
HSL264°38.65%31.96%
HSB/HSV264°55.75%44.31%
CMYK33.63%55.75%0.00%
55.69%

Color #4B3271 in popluar number systems.

HEX4B3271
Decimal7550113
Binary10010111100101110001
Octal11362161

Shades and tints

Shades of #4B3271

#4B3271
(75,50,113)
#452E67
(69,46,103)
#3F2A5D
(63,42,93)
#392653
(57,38,83)
#332249
(51,34,73)
#2D1E3F
(45,30,63)
#271A35
(39,26,53)
#21162B
(33,22,43)
#1B1221
(27,18,33)
#150E17
(21,14,23)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #4B3271

#4B3271
(75,50,113)
#5B447D
(91,68,125)
#6B5689
(107,86,137)
#7B6895
(123,104,149)
#8B7AA1
(139,122,161)
#9B8CAD
(155,140,173)
#AB9EB9
(171,158,185)
#BBB0C5
(187,176,197)
#CBC2D1
(203,194,209)
#DBD4DD
(219,212,221)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3271 color. Also use rgb(75,50,113) instead hex code.

Text Font Color

.myTextColor { color: #4B3271; }

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

This text font color is #4B3271.


Background Color

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

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

This div background color is #4B3271.


Border color

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

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

This div border color is #4B3271.


Opacity

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

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

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

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

This text has shadow with #4B3271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3271 on black background.


Color preview on white background

This text has color #4B3271 on white background.



Black color preview on #4B3271 background

This text has black color on #4B3271 background.


White color preview on #4B3271 background

This text has white color on #4B3271 background.