COLOR #4B2EC9

HEX: #4B2EC9
RGB: (75,46,201)

Color info

#4B2EC9 contains mainly blue color. Web safe color of #4B2EC9 is #3333CC (or #33C).

RGB color model

#4B2EC9 color RGB value is (75,46,201).

  • red value is 75;
  • green value is 46;
  • blue value is 201.
RGB:
(75,46,201)
(29%,18%,79%)

RGB channels and saturation

R 75 of 255 = 29%
G 46 of 255 = 18%
B 201 of 255 = 79%

75
46
201

R + G + B ~ 42%. #4B2EC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 46 + 201 = 322 (100%)
R 75 of 322 ~ 23.29%
G 46 of 322 ~ 14.29%
B 201 of 322 ~ 62.42%

%23.29
%14.29
%62.42

CMYK color model

#4B2EC9 color CMYK value is (63,77,0,21).

  • cyan value is 62.69%
  • magenta value is 77.11%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(63,77,0,21)
C63M77Y0K21 
(63%,77%,0%,21%)
(0.63/0.77/0.00/0.21)	

CMYK percentages

%62.69
%77.11
%0
%21.18

Codes

Color #4B2EC9 in popluar color models

4B2EC9
RGB7546201
HSL251°62.75%48.43%
HSB/HSV251°77.11%78.82%
CMYK62.69%77.11%0.00%
21.18%

Color #4B2EC9 in popluar number systems.

HEX4B2EC9
Decimal7546201
Binary100101110111011001001
Octal11356311

Shades and tints

Shades of #4B2EC9

#4B2EC9
(75,46,201)
#452AB7
(69,42,183)
#3F26A5
(63,38,165)
#392293
(57,34,147)
#331E81
(51,30,129)
#2D1A6F
(45,26,111)
#27165D
(39,22,93)
#21124B
(33,18,75)
#1B0E39
(27,14,57)
#150A27
(21,10,39)
#0F0615
(15,6,21)
#000000
(0,0,0)

Tints of #4B2EC9

#4B2EC9
(75,46,201)
#5B41CD
(91,65,205)
#6B54D1
(107,84,209)
#7B67D5
(123,103,213)
#8B7AD9
(139,122,217)
#9B8DDD
(155,141,221)
#ABA0E1
(171,160,225)
#BBB3E5
(187,179,229)
#CBC6E9
(203,198,233)
#DBD9ED
(219,217,237)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2EC9 color. Also use rgb(75,46,201) instead hex code.

Text Font Color

.myTextColor { color: #4B2EC9; }

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

This text font color is #4B2EC9.


Background Color

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

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

This div background color is #4B2EC9.


Border color

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

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

This div border color is #4B2EC9.


Opacity

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

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

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

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

This text has shadow with #4B2EC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2EC9 on black background.


Color preview on white background

This text has color #4B2EC9 on white background.



Black color preview on #4B2EC9 background

This text has black color on #4B2EC9 background.


White color preview on #4B2EC9 background

This text has white color on #4B2EC9 background.