COLOR #4B116B

HEX: #4B116B
RGB: (75,17,107)

Color info

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

RGB color model

#4B116B color RGB value is (75,17,107).

  • red value is 75;
  • green value is 17;
  • blue value is 107.
RGB:
(75,17,107)
(29%,7%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 17 of 255 = 7%
B 107 of 255 = 42%

75
17
107

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

Portions of RGB colors in percentages

R + G + B =
75 + 17 + 107 = 199 (100%)
R 75 of 199 ~ 37.69%
G 17 of 199 ~ 8.54%
B 107 of 199 ~ 53.77%

%37.69
%53.77

CMYK color model

#4B116B color CMYK value is (30,84,0,58).

  • cyan value is 29.91%
  • magenta value is 84.11%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(30,84,0,58)
C30M84Y0K58 
(30%,84%,0%,58%)
(0.30/0.84/0.00/0.58)	

CMYK percentages

%29.91
%84.11
%0
%58.04

Codes

Color #4B116B in popluar color models

4B116B
RGB7517107
HSL279°72.58%24.31%
HSB/HSV279°84.11%41.96%
CMYK29.91%84.11%0.00%
58.04%

Color #4B116B in popluar number systems.

HEX4B116B
Decimal7517107
Binary1001011100011101011
Octal11321153

Shades and tints

Shades of #4B116B

#4B116B
(75,17,107)
#451062
(69,16,98)
#3F0F59
(63,15,89)
#390E50
(57,14,80)
#330D47
(51,13,71)
#2D0C3E
(45,12,62)
#270B35
(39,11,53)
#210A2C
(33,10,44)
#1B0923
(27,9,35)
#15081A
(21,8,26)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #4B116B

#4B116B
(75,17,107)
#5B2678
(91,38,120)
#6B3B85
(107,59,133)
#7B5092
(123,80,146)
#8B659F
(139,101,159)
#9B7AAC
(155,122,172)
#AB8FB9
(171,143,185)
#BBA4C6
(187,164,198)
#CBB9D3
(203,185,211)
#DBCEE0
(219,206,224)
#EBE3ED
(235,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B116B color. Also use rgb(75,17,107) instead hex code.

Text Font Color

.myTextColor { color: #4B116B; }

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

This text font color is #4B116B.


Background Color

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

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

This div background color is #4B116B.


Border color

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

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

This div border color is #4B116B.


Opacity

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

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

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

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

This text has shadow with #4B116B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B116B on black background.


Color preview on white background

This text has color #4B116B on white background.



Black color preview on #4B116B background

This text has black color on #4B116B background.


White color preview on #4B116B background

This text has white color on #4B116B background.