COLOR #4B3A71

HEX: #4B3A71
RGB: (75,58,113)

Color info

#4B3A71 contains red, green and blue colors in about the same proportion. Web safe color of #4B3A71 is #333366 (or #336).

RGB color model

#4B3A71 color RGB value is (75,58,113).

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

RGB channels and saturation

R 75 of 255 = 29%
G 58 of 255 = 23%
B 113 of 255 = 44%

75
58
113

R + G + B ~ 32%. #4B3A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 58 + 113 = 246 (100%)
R 75 of 246 ~ 30.49%
G 58 of 246 ~ 23.58%
B 113 of 246 ~ 45.93%

%30.49
%23.58
%45.93

CMYK color model

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

  • cyan value is 33.63%
  • magenta value is 48.67%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(34,49,0,56)
C34M49Y0K56 
(34%,49%,0%,56%)
(0.34/0.49/0.00/0.56)	

CMYK percentages

%33.63
%48.67
%0
%55.69

Codes

Color #4B3A71 in popluar color models

4B3A71
RGB7558113
HSL259°32.16%33.53%
HSB/HSV259°48.67%44.31%
CMYK33.63%48.67%0.00%
55.69%

Color #4B3A71 in popluar number systems.

HEX4B3A71
Decimal7558113
Binary10010111110101110001
Octal11372161

Shades and tints

Shades of #4B3A71

#4B3A71
(75,58,113)
#453567
(69,53,103)
#3F305D
(63,48,93)
#392B53
(57,43,83)
#332649
(51,38,73)
#2D213F
(45,33,63)
#271C35
(39,28,53)
#21172B
(33,23,43)
#1B1221
(27,18,33)
#150D17
(21,13,23)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #4B3A71

#4B3A71
(75,58,113)
#5B4B7D
(91,75,125)
#6B5C89
(107,92,137)
#7B6D95
(123,109,149)
#8B7EA1
(139,126,161)
#9B8FAD
(155,143,173)
#ABA0B9
(171,160,185)
#BBB1C5
(187,177,197)
#CBC2D1
(203,194,209)
#DBD3DD
(219,211,221)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3A71; }

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

This text font color is #4B3A71.


Background Color

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

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

This div background color is #4B3A71.


Border color

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

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

This div border color is #4B3A71.


Opacity

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

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

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

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

This text has shadow with #4B3A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3A71 on black background.


Color preview on white background

This text has color #4B3A71 on white background.



Black color preview on #4B3A71 background

This text has black color on #4B3A71 background.


White color preview on #4B3A71 background

This text has white color on #4B3A71 background.