COLOR #4B3684

HEX: #4B3684
RGB: (75,54,132)

Color info

#4B3684 contains mainly red and blue colors. Web safe color of #4B3684 is #333399 (or #339).

RGB color model

#4B3684 color RGB value is (75,54,132).

  • red value is 75;
  • green value is 54;
  • blue value is 132.
RGB:
(75,54,132)
(29%,21%,52%)

RGB channels and saturation

R 75 of 255 = 29%
G 54 of 255 = 21%
B 132 of 255 = 52%

75
54
132

R + G + B ~ 34%. #4B3684 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 54 + 132 = 261 (100%)
R 75 of 261 ~ 28.74%
G 54 of 261 ~ 20.69%
B 132 of 261 ~ 50.57%

%28.74
%20.69
%50.57

CMYK color model

#4B3684 color CMYK value is (43,59,0,48).

  • cyan value is 43.18%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(43,59,0,48)
C43M59Y0K48 
(43%,59%,0%,48%)
(0.43/0.59/0.00/0.48)	

CMYK percentages

%43.18
%59.09
%0
%48.24

Codes

Color #4B3684 in popluar color models

4B3684
RGB7554132
HSL256°41.94%36.47%
HSB/HSV256°59.09%51.76%
CMYK43.18%59.09%0.00%
48.24%

Color #4B3684 in popluar number systems.

HEX4B3684
Decimal7554132
Binary100101111011010000100
Octal11366204

Shades and tints

Shades of #4B3684

#4B3684
(75,54,132)
#453278
(69,50,120)
#3F2E6C
(63,46,108)
#392A60
(57,42,96)
#332654
(51,38,84)
#2D2248
(45,34,72)
#271E3C
(39,30,60)
#211A30
(33,26,48)
#1B1624
(27,22,36)
#151218
(21,18,24)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #4B3684

#4B3684
(75,54,132)
#5B488F
(91,72,143)
#6B5A9A
(107,90,154)
#7B6CA5
(123,108,165)
#8B7EB0
(139,126,176)
#9B90BB
(155,144,187)
#ABA2C6
(171,162,198)
#BBB4D1
(187,180,209)
#CBC6DC
(203,198,220)
#DBD8E7
(219,216,231)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3684 color. Also use rgb(75,54,132) instead hex code.

Text Font Color

.myTextColor { color: #4B3684; }

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

This text font color is #4B3684.


Background Color

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

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

This div background color is #4B3684.


Border color

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

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

This div border color is #4B3684.


Opacity

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

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

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

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

This text has shadow with #4B3684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3684 on black background.


Color preview on white background

This text has color #4B3684 on white background.



Black color preview on #4B3684 background

This text has black color on #4B3684 background.


White color preview on #4B3684 background

This text has white color on #4B3684 background.