COLOR #4B2DA3

HEX: #4B2DA3
RGB: (75,45,163)

Color info

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

RGB color model

#4B2DA3 color RGB value is (75,45,163).

  • red value is 75;
  • green value is 45;
  • blue value is 163.
RGB:
(75,45,163)
(29%,18%,64%)

RGB channels and saturation

R 75 of 255 = 29%
G 45 of 255 = 18%
B 163 of 255 = 64%

75
45
163

R + G + B ~ 37%. #4B2DA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 45 + 163 = 283 (100%)
R 75 of 283 ~ 26.5%
G 45 of 283 ~ 15.9%
B 163 of 283 ~ 57.6%

%26.5
%15.9
%57.6

CMYK color model

#4B2DA3 color CMYK value is (54,72,0,36).

  • cyan value is 53.99%
  • magenta value is 72.39%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(54,72,0,36)
C54M72Y0K36 
(54%,72%,0%,36%)
(0.54/0.72/0.00/0.36)	

CMYK percentages

%53.99
%72.39
%0
%36.08

Codes

Color #4B2DA3 in popluar color models

4B2DA3
RGB7545163
HSL255°56.73%40.78%
HSB/HSV255°72.39%63.92%
CMYK53.99%72.39%0.00%
36.08%

Color #4B2DA3 in popluar number systems.

HEX4B2DA3
Decimal7545163
Binary100101110110110100011
Octal11355243

Shades and tints

Shades of #4B2DA3

#4B2DA3
(75,45,163)
#452995
(69,41,149)
#3F2587
(63,37,135)
#392179
(57,33,121)
#331D6B
(51,29,107)
#2D195D
(45,25,93)
#27154F
(39,21,79)
#211141
(33,17,65)
#1B0D33
(27,13,51)
#150925
(21,9,37)
#0F0517
(15,5,23)
#000000
(0,0,0)

Tints of #4B2DA3

#4B2DA3
(75,45,163)
#5B40AB
(91,64,171)
#6B53B3
(107,83,179)
#7B66BB
(123,102,187)
#8B79C3
(139,121,195)
#9B8CCB
(155,140,203)
#AB9FD3
(171,159,211)
#BBB2DB
(187,178,219)
#CBC5E3
(203,197,227)
#DBD8EB
(219,216,235)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2DA3 color. Also use rgb(75,45,163) instead hex code.

Text Font Color

.myTextColor { color: #4B2DA3; }

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

This text font color is #4B2DA3.


Background Color

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

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

This div background color is #4B2DA3.


Border color

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

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

This div border color is #4B2DA3.


Opacity

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

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

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

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

This text has shadow with #4B2DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2DA3 on black background.


Color preview on white background

This text has color #4B2DA3 on white background.



Black color preview on #4B2DA3 background

This text has black color on #4B2DA3 background.


White color preview on #4B2DA3 background

This text has white color on #4B2DA3 background.