COLOR #4B21B0

HEX: #4B21B0
RGB: (75,33,176)

Color info

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

RGB color model

#4B21B0 color RGB value is (75,33,176).

  • red value is 75;
  • green value is 33;
  • blue value is 176.
RGB:
(75,33,176)
(29%,13%,69%)

RGB channels and saturation

R 75 of 255 = 29%
G 33 of 255 = 13%
B 176 of 255 = 69%

75
33
176

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

Portions of RGB colors in percentages

R + G + B =
75 + 33 + 176 = 284 (100%)
R 75 of 284 ~ 26.41%
G 33 of 284 ~ 11.62%
B 176 of 284 ~ 61.97%

%26.41
%11.62
%61.97

CMYK color model

#4B21B0 color CMYK value is (57,81,0,31).

  • cyan value is 57.39%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(57,81,0,31)
C57M81Y0K31 
(57%,81%,0%,31%)
(0.57/0.81/0.00/0.31)	

CMYK percentages

%57.39
%81.25
%0
%30.98

Codes

Color #4B21B0 in popluar color models

4B21B0
RGB7533176
HSL258°68.42%40.98%
HSB/HSV258°81.25%69.02%
CMYK57.39%81.25%0.00%
30.98%

Color #4B21B0 in popluar number systems.

HEX4B21B0
Decimal7533176
Binary100101110000110110000
Octal11341260

Shades and tints

Shades of #4B21B0

#4B21B0
(75,33,176)
#451EA0
(69,30,160)
#3F1B90
(63,27,144)
#391880
(57,24,128)
#331570
(51,21,112)
#2D1260
(45,18,96)
#270F50
(39,15,80)
#210C40
(33,12,64)
#1B0930
(27,9,48)
#150620
(21,6,32)
#0F0310
(15,3,16)
#000000
(0,0,0)

Tints of #4B21B0

#4B21B0
(75,33,176)
#5B35B7
(91,53,183)
#6B49BE
(107,73,190)
#7B5DC5
(123,93,197)
#8B71CC
(139,113,204)
#9B85D3
(155,133,211)
#AB99DA
(171,153,218)
#BBADE1
(187,173,225)
#CBC1E8
(203,193,232)
#DBD5EF
(219,213,239)
#EBE9F6
(235,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B21B0 color. Also use rgb(75,33,176) instead hex code.

Text Font Color

.myTextColor { color: #4B21B0; }

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

This text font color is #4B21B0.


Background Color

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

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

This div background color is #4B21B0.


Border color

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

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

This div border color is #4B21B0.


Opacity

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

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

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

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

This text has shadow with #4B21B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B21B0 on black background.


Color preview on white background

This text has color #4B21B0 on white background.



Black color preview on #4B21B0 background

This text has black color on #4B21B0 background.


White color preview on #4B21B0 background

This text has white color on #4B21B0 background.