COLOR #4B2473

HEX: #4B2473
RGB: (75,36,115)

Color info

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

RGB color model

#4B2473 color RGB value is (75,36,115).

  • red value is 75;
  • green value is 36;
  • blue value is 115.
RGB:
(75,36,115)
(29%,14%,45%)

RGB channels and saturation

R 75 of 255 = 29%
G 36 of 255 = 14%
B 115 of 255 = 45%

75
36
115

R + G + B ~ 29%. #4B2473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 36 + 115 = 226 (100%)
R 75 of 226 ~ 33.19%
G 36 of 226 ~ 15.93%
B 115 of 226 ~ 50.88%

%33.19
%15.93
%50.88

CMYK color model

#4B2473 color CMYK value is (35,69,0,55).

  • cyan value is 34.78%
  • magenta value is 68.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(35,69,0,55)
C35M69Y0K55 
(35%,69%,0%,55%)
(0.35/0.69/0.00/0.55)	

CMYK percentages

%34.78
%68.7
%0
%54.9

Codes

Color #4B2473 in popluar color models

4B2473
RGB7536115
HSL270°52.32%29.61%
HSB/HSV270°68.70%45.10%
CMYK34.78%68.70%0.00%
54.90%

Color #4B2473 in popluar number systems.

HEX4B2473
Decimal7536115
Binary10010111001001110011
Octal11344163

Shades and tints

Shades of #4B2473

#4B2473
(75,36,115)
#452169
(69,33,105)
#3F1E5F
(63,30,95)
#391B55
(57,27,85)
#33184B
(51,24,75)
#2D1541
(45,21,65)
#271237
(39,18,55)
#210F2D
(33,15,45)
#1B0C23
(27,12,35)
#150919
(21,9,25)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #4B2473

#4B2473
(75,36,115)
#5B377F
(91,55,127)
#6B4A8B
(107,74,139)
#7B5D97
(123,93,151)
#8B70A3
(139,112,163)
#9B83AF
(155,131,175)
#AB96BB
(171,150,187)
#BBA9C7
(187,169,199)
#CBBCD3
(203,188,211)
#DBCFDF
(219,207,223)
#EBE2EB
(235,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2473 color. Also use rgb(75,36,115) instead hex code.

Text Font Color

.myTextColor { color: #4B2473; }

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

This text font color is #4B2473.


Background Color

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

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

This div background color is #4B2473.


Border color

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

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

This div border color is #4B2473.


Opacity

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

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

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

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

This text has shadow with #4B2473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2473 on black background.


Color preview on white background

This text has color #4B2473 on white background.



Black color preview on #4B2473 background

This text has black color on #4B2473 background.


White color preview on #4B2473 background

This text has white color on #4B2473 background.