COLOR #4B0E6F

HEX: #4B0E6F
RGB: (75,14,111)

Color info

#4B0E6F contains mainly red and blue colors. Web safe color of #4B0E6F is #330066 (or #306).

RGB color model

#4B0E6F color RGB value is (75,14,111).

  • red value is 75;
  • green value is 14;
  • blue value is 111.
RGB:
(75,14,111)
(29%,5%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 14 of 255 = 5%
B 111 of 255 = 44%

75
14
111

R + G + B ~ 26%. #4B0E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 14 + 111 = 200 (100%)
R 75 of 200 ~ 37.5%
G 14 of 200 ~ 7%
B 111 of 200 ~ 55.5%

%37.5
%55.5

CMYK color model

#4B0E6F color CMYK value is (32,87,0,56).

  • cyan value is 32.43%
  • magenta value is 87.39%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,87,0,56)
C32M87Y0K56 
(32%,87%,0%,56%)
(0.32/0.87/0.00/0.56)	

CMYK percentages

%32.43
%87.39
%0
%56.47

Codes

Color #4B0E6F in popluar color models

4B0E6F
RGB7514111
HSL278°77.60%24.51%
HSB/HSV278°87.39%43.53%
CMYK32.43%87.39%0.00%
56.47%

Color #4B0E6F in popluar number systems.

HEX4B0E6F
Decimal7514111
Binary100101111101101111
Octal11316157

Shades and tints

Shades of #4B0E6F

#4B0E6F
(75,14,111)
#450D65
(69,13,101)
#3F0C5B
(63,12,91)
#390B51
(57,11,81)
#330A47
(51,10,71)
#2D093D
(45,9,61)
#270833
(39,8,51)
#210729
(33,7,41)
#1B061F
(27,6,31)
#150515
(21,5,21)
#0F040B
(15,4,11)
#000000
(0,0,0)

Tints of #4B0E6F

#4B0E6F
(75,14,111)
#5B237C
(91,35,124)
#6B3889
(107,56,137)
#7B4D96
(123,77,150)
#8B62A3
(139,98,163)
#9B77B0
(155,119,176)
#AB8CBD
(171,140,189)
#BBA1CA
(187,161,202)
#CBB6D7
(203,182,215)
#DBCBE4
(219,203,228)
#EBE0F1
(235,224,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0E6F color. Also use rgb(75,14,111) instead hex code.

Text Font Color

.myTextColor { color: #4B0E6F; }

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

This text font color is #4B0E6F.


Background Color

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

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

This div background color is #4B0E6F.


Border color

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

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

This div border color is #4B0E6F.


Opacity

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

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

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

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

This text has shadow with #4B0E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0E6F on black background.


Color preview on white background

This text has color #4B0E6F on white background.



Black color preview on #4B0E6F background

This text has black color on #4B0E6F background.


White color preview on #4B0E6F background

This text has white color on #4B0E6F background.