COLOR #4B0F78

HEX: #4B0F78
RGB: (75,15,120)

Color info

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

RGB color model

#4B0F78 color RGB value is (75,15,120).

  • red value is 75;
  • green value is 15;
  • blue value is 120.
RGB:
(75,15,120)
(29%,6%,47%)

RGB channels and saturation

R 75 of 255 = 29%
G 15 of 255 = 6%
B 120 of 255 = 47%

75
15
120

R + G + B ~ 27%. #4B0F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 15 + 120 = 210 (100%)
R 75 of 210 ~ 35.71%
G 15 of 210 ~ 7.14%
B 120 of 210 ~ 57.14%

%35.71
%57.14

CMYK color model

#4B0F78 color CMYK value is (38,88,0,53).

  • cyan value is 37.50%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(38,88,0,53)
C38M88Y0K53 
(38%,88%,0%,53%)
(0.38/0.88/0.00/0.53)	

CMYK percentages

%37.5
%87.5
%0
%52.94

Codes

Color #4B0F78 in popluar color models

4B0F78
RGB7515120
HSL274°77.78%26.47%
HSB/HSV274°87.50%47.06%
CMYK37.50%87.50%0.00%
52.94%

Color #4B0F78 in popluar number systems.

HEX4B0F78
Decimal7515120
Binary100101111111111000
Octal11317170

Shades and tints

Shades of #4B0F78

#4B0F78
(75,15,120)
#450E6E
(69,14,110)
#3F0D64
(63,13,100)
#390C5A
(57,12,90)
#330B50
(51,11,80)
#2D0A46
(45,10,70)
#27093C
(39,9,60)
#210832
(33,8,50)
#1B0728
(27,7,40)
#15061E
(21,6,30)
#0F0514
(15,5,20)
#000000
(0,0,0)

Tints of #4B0F78

#4B0F78
(75,15,120)
#5B2484
(91,36,132)
#6B3990
(107,57,144)
#7B4E9C
(123,78,156)
#8B63A8
(139,99,168)
#9B78B4
(155,120,180)
#AB8DC0
(171,141,192)
#BBA2CC
(187,162,204)
#CBB7D8
(203,183,216)
#DBCCE4
(219,204,228)
#EBE1F0
(235,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0F78 color. Also use rgb(75,15,120) instead hex code.

Text Font Color

.myTextColor { color: #4B0F78; }

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

This text font color is #4B0F78.


Background Color

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

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

This div background color is #4B0F78.


Border color

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

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

This div border color is #4B0F78.


Opacity

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

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

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

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

This text has shadow with #4B0F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0F78 on black background.


Color preview on white background

This text has color #4B0F78 on white background.



Black color preview on #4B0F78 background

This text has black color on #4B0F78 background.


White color preview on #4B0F78 background

This text has white color on #4B0F78 background.