COLOR #4B2772

HEX: #4B2772
RGB: (75,39,114)

Color info

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

RGB color model

#4B2772 color RGB value is (75,39,114).

  • red value is 75;
  • green value is 39;
  • blue value is 114.
RGB:
(75,39,114)
(29%,15%,45%)

RGB channels and saturation

R 75 of 255 = 29%
G 39 of 255 = 15%
B 114 of 255 = 45%

75
39
114

R + G + B ~ 30%. #4B2772 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 39 + 114 = 228 (100%)
R 75 of 228 ~ 32.89%
G 39 of 228 ~ 17.11%
B 114 of 228 ~ 50%

%32.89
%17.11
%50

CMYK color model

#4B2772 color CMYK value is (34,66,0,55).

  • cyan value is 34.21%
  • magenta value is 65.79%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(34,66,0,55)
C34M66Y0K55 
(34%,66%,0%,55%)
(0.34/0.66/0.00/0.55)	

CMYK percentages

%34.21
%65.79
%0
%55.29

Codes

Color #4B2772 in popluar color models

4B2772
RGB7539114
HSL269°49.02%30.00%
HSB/HSV269°65.79%44.71%
CMYK34.21%65.79%0.00%
55.29%

Color #4B2772 in popluar number systems.

HEX4B2772
Decimal7539114
Binary10010111001111110010
Octal11347162

Shades and tints

Shades of #4B2772

#4B2772
(75,39,114)
#452468
(69,36,104)
#3F215E
(63,33,94)
#391E54
(57,30,84)
#331B4A
(51,27,74)
#2D1840
(45,24,64)
#271536
(39,21,54)
#21122C
(33,18,44)
#1B0F22
(27,15,34)
#150C18
(21,12,24)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #4B2772

#4B2772
(75,39,114)
#5B3A7E
(91,58,126)
#6B4D8A
(107,77,138)
#7B6096
(123,96,150)
#8B73A2
(139,115,162)
#9B86AE
(155,134,174)
#AB99BA
(171,153,186)
#BBACC6
(187,172,198)
#CBBFD2
(203,191,210)
#DBD2DE
(219,210,222)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2772 color. Also use rgb(75,39,114) instead hex code.

Text Font Color

.myTextColor { color: #4B2772; }

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

This text font color is #4B2772.


Background Color

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

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

This div background color is #4B2772.


Border color

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

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

This div border color is #4B2772.


Opacity

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

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

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

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

This text has shadow with #4B2772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2772 on black background.


Color preview on white background

This text has color #4B2772 on white background.



Black color preview on #4B2772 background

This text has black color on #4B2772 background.


White color preview on #4B2772 background

This text has white color on #4B2772 background.