COLOR #4B3377

HEX: #4B3377
RGB: (75,51,119)

Color info

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

RGB color model

#4B3377 color RGB value is (75,51,119).

  • red value is 75;
  • green value is 51;
  • blue value is 119.
RGB:
(75,51,119)
(29%,20%,47%)

RGB channels and saturation

R 75 of 255 = 29%
G 51 of 255 = 20%
B 119 of 255 = 47%

75
51
119

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

Portions of RGB colors in percentages

R + G + B =
75 + 51 + 119 = 245 (100%)
R 75 of 245 ~ 30.61%
G 51 of 245 ~ 20.82%
B 119 of 245 ~ 48.57%

%30.61
%20.82
%48.57

CMYK color model

#4B3377 color CMYK value is (37,57,0,53).

  • cyan value is 36.97%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(37,57,0,53)
C37M57Y0K53 
(37%,57%,0%,53%)
(0.37/0.57/0.00/0.53)	

CMYK percentages

%36.97
%57.14
%0
%53.33

Codes

Color #4B3377 in popluar color models

4B3377
RGB7551119
HSL261°40.00%33.33%
HSB/HSV261°57.14%46.67%
CMYK36.97%57.14%0.00%
53.33%

Color #4B3377 in popluar number systems.

HEX4B3377
Decimal7551119
Binary10010111100111110111
Octal11363167

Shades and tints

Shades of #4B3377

#4B3377
(75,51,119)
#452F6D
(69,47,109)
#3F2B63
(63,43,99)
#392759
(57,39,89)
#33234F
(51,35,79)
#2D1F45
(45,31,69)
#271B3B
(39,27,59)
#211731
(33,23,49)
#1B1327
(27,19,39)
#150F1D
(21,15,29)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #4B3377

#4B3377
(75,51,119)
#5B4583
(91,69,131)
#6B578F
(107,87,143)
#7B699B
(123,105,155)
#8B7BA7
(139,123,167)
#9B8DB3
(155,141,179)
#AB9FBF
(171,159,191)
#BBB1CB
(187,177,203)
#CBC3D7
(203,195,215)
#DBD5E3
(219,213,227)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3377 color. Also use rgb(75,51,119) instead hex code.

Text Font Color

.myTextColor { color: #4B3377; }

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

This text font color is #4B3377.


Background Color

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

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

This div background color is #4B3377.


Border color

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

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

This div border color is #4B3377.


Opacity

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

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

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

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

This text has shadow with #4B3377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3377 on black background.


Color preview on white background

This text has color #4B3377 on white background.



Black color preview on #4B3377 background

This text has black color on #4B3377 background.


White color preview on #4B3377 background

This text has white color on #4B3377 background.