COLOR #4B2AC1

HEX: #4B2AC1
RGB: (75,42,193)

Color info

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

RGB color model

#4B2AC1 color RGB value is (75,42,193).

  • red value is 75;
  • green value is 42;
  • blue value is 193.
RGB:
(75,42,193)
(29%,16%,76%)

RGB channels and saturation

R 75 of 255 = 29%
G 42 of 255 = 16%
B 193 of 255 = 76%

75
42
193

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

Portions of RGB colors in percentages

R + G + B =
75 + 42 + 193 = 310 (100%)
R 75 of 310 ~ 24.19%
G 42 of 310 ~ 13.55%
B 193 of 310 ~ 62.26%

%24.19
%13.55
%62.26

CMYK color model

#4B2AC1 color CMYK value is (61,78,0,24).

  • cyan value is 61.14%
  • magenta value is 78.24%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(61,78,0,24)
C61M78Y0K24 
(61%,78%,0%,24%)
(0.61/0.78/0.00/0.24)	

CMYK percentages

%61.14
%78.24
%0
%24.31

Codes

Color #4B2AC1 in popluar color models

4B2AC1
RGB7542193
HSL253°64.26%46.08%
HSB/HSV253°78.24%75.69%
CMYK61.14%78.24%0.00%
24.31%

Color #4B2AC1 in popluar number systems.

HEX4B2AC1
Decimal7542193
Binary100101110101011000001
Octal11352301

Shades and tints

Shades of #4B2AC1

#4B2AC1
(75,42,193)
#4527B0
(69,39,176)
#3F249F
(63,36,159)
#39218E
(57,33,142)
#331E7D
(51,30,125)
#2D1B6C
(45,27,108)
#27185B
(39,24,91)
#21154A
(33,21,74)
#1B1239
(27,18,57)
#150F28
(21,15,40)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #4B2AC1

#4B2AC1
(75,42,193)
#5B3DC6
(91,61,198)
#6B50CB
(107,80,203)
#7B63D0
(123,99,208)
#8B76D5
(139,118,213)
#9B89DA
(155,137,218)
#AB9CDF
(171,156,223)
#BBAFE4
(187,175,228)
#CBC2E9
(203,194,233)
#DBD5EE
(219,213,238)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2AC1 color. Also use rgb(75,42,193) instead hex code.

Text Font Color

.myTextColor { color: #4B2AC1; }

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

This text font color is #4B2AC1.


Background Color

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

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

This div background color is #4B2AC1.


Border color

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

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

This div border color is #4B2AC1.


Opacity

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

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

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

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

This text has shadow with #4B2AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2AC1 on black background.


Color preview on white background

This text has color #4B2AC1 on white background.



Black color preview on #4B2AC1 background

This text has black color on #4B2AC1 background.


White color preview on #4B2AC1 background

This text has white color on #4B2AC1 background.