COLOR #4B3396

HEX: #4B3396
RGB: (75,51,150)

Color info

#4B3396 contains mainly blue color. Web safe color of #4B3396 is #333399 (or #339).

RGB color model

#4B3396 color RGB value is (75,51,150).

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

RGB channels and saturation

R 75 of 255 = 29%
G 51 of 255 = 20%
B 150 of 255 = 59%

75
51
150

R + G + B ~ 36%. #4B3396 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 51 + 150 = 276 (100%)
R 75 of 276 ~ 27.17%
G 51 of 276 ~ 18.48%
B 150 of 276 ~ 54.35%

%27.17
%18.48
%54.35

CMYK color model

#4B3396 color CMYK value is (50,66,0,41).

  • cyan value is 50.00%
  • magenta value is 66.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(50,66,0,41)
C50M66Y0K41 
(50%,66%,0%,41%)
(0.50/0.66/0.00/0.41)	

CMYK percentages

%50
%66
%0
%41.18

Codes

Color #4B3396 in popluar color models

4B3396
RGB7551150
HSL255°49.25%39.41%
HSB/HSV255°66.00%58.82%
CMYK50.00%66.00%0.00%
41.18%

Color #4B3396 in popluar number systems.

HEX4B3396
Decimal7551150
Binary100101111001110010110
Octal11363226

Shades and tints

Shades of #4B3396

#4B3396
(75,51,150)
#452F89
(69,47,137)
#3F2B7C
(63,43,124)
#39276F
(57,39,111)
#332362
(51,35,98)
#2D1F55
(45,31,85)
#271B48
(39,27,72)
#21173B
(33,23,59)
#1B132E
(27,19,46)
#150F21
(21,15,33)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #4B3396

#4B3396
(75,51,150)
#5B459F
(91,69,159)
#6B57A8
(107,87,168)
#7B69B1
(123,105,177)
#8B7BBA
(139,123,186)
#9B8DC3
(155,141,195)
#AB9FCC
(171,159,204)
#BBB1D5
(187,177,213)
#CBC3DE
(203,195,222)
#DBD5E7
(219,213,231)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3396; }

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

This text font color is #4B3396.


Background Color

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

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

This div background color is #4B3396.


Border color

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

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

This div border color is #4B3396.


Opacity

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

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

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

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

This text has shadow with #4B3396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3396 on black background.


Color preview on white background

This text has color #4B3396 on white background.



Black color preview on #4B3396 background

This text has black color on #4B3396 background.


White color preview on #4B3396 background

This text has white color on #4B3396 background.