COLOR #4B10E1

HEX: #4B10E1
RGB: (75,16,225)

Color info

#4B10E1 contains mainly blue color. Web safe color of #4B10E1 is #3300CC (or #30C).

RGB color model

#4B10E1 color RGB value is (75,16,225).

  • red value is 75;
  • green value is 16;
  • blue value is 225.
RGB:
(75,16,225)
(29%,6%,88%)

RGB channels and saturation

R 75 of 255 = 29%
G 16 of 255 = 6%
B 225 of 255 = 88%

75
16
225

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

Portions of RGB colors in percentages

R + G + B =
75 + 16 + 225 = 316 (100%)
R 75 of 316 ~ 23.73%
G 16 of 316 ~ 5.06%
B 225 of 316 ~ 71.2%

%23.73
%71.2

CMYK color model

#4B10E1 color CMYK value is (67,93,0,12).

  • cyan value is 66.67%
  • magenta value is 92.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(67,93,0,12)
C67M93Y0K12 
(67%,93%,0%,12%)
(0.67/0.93/0.00/0.12)	

CMYK percentages

%66.67
%92.89
%0
%11.76

Codes

Color #4B10E1 in popluar color models

4B10E1
RGB7516225
HSL257°86.72%47.25%
HSB/HSV257°92.89%88.24%
CMYK66.67%92.89%0.00%
11.76%

Color #4B10E1 in popluar number systems.

HEX4B10E1
Decimal7516225
Binary10010111000011100001
Octal11320341

Shades and tints

Shades of #4B10E1

#4B10E1
(75,16,225)
#450FCD
(69,15,205)
#3F0EB9
(63,14,185)
#390DA5
(57,13,165)
#330C91
(51,12,145)
#2D0B7D
(45,11,125)
#270A69
(39,10,105)
#210955
(33,9,85)
#1B0841
(27,8,65)
#15072D
(21,7,45)
#0F0619
(15,6,25)
#000000
(0,0,0)

Tints of #4B10E1

#4B10E1
(75,16,225)
#5B25E3
(91,37,227)
#6B3AE5
(107,58,229)
#7B4FE7
(123,79,231)
#8B64E9
(139,100,233)
#9B79EB
(155,121,235)
#AB8EED
(171,142,237)
#BBA3EF
(187,163,239)
#CBB8F1
(203,184,241)
#DBCDF3
(219,205,243)
#EBE2F5
(235,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B10E1 color. Also use rgb(75,16,225) instead hex code.

Text Font Color

.myTextColor { color: #4B10E1; }

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

This text font color is #4B10E1.


Background Color

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

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

This div background color is #4B10E1.


Border color

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

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

This div border color is #4B10E1.


Opacity

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

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

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

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

This text has shadow with #4B10E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B10E1 on black background.


Color preview on white background

This text has color #4B10E1 on white background.



Black color preview on #4B10E1 background

This text has black color on #4B10E1 background.


White color preview on #4B10E1 background

This text has white color on #4B10E1 background.