COLOR #4B0072

HEX: #4B0072
RGB: (75,0,114)

Color info

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

RGB color model

#4B0072 color RGB value is (75,0,114).

  • red value is 75;
  • green value is 0;
  • blue value is 114.
RGB:
(75,0,114)
(29%,0%,45%)

RGB channels and saturation

R 75 of 255 = 29%
G 0 of 255 = 0%
B 114 of 255 = 45%

75
0
114

R + G + B ~ 25%. #4B0072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 0 + 114 = 189 (100%)
R 75 of 189 ~ 39.68%
G 0 of 189 ~ 0%
B 114 of 189 ~ 60.32%

%39.68
%60.32

CMYK color model

#4B0072 color CMYK value is (34,100,0,55).

  • cyan value is 34.21%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(34,100,0,55)
C34M100Y0K55 
(34%,100%,0%,55%)
(0.34/1.00/0.00/0.55)	

CMYK percentages

%34.21
%100
%0
%55.29

Codes

Color #4B0072 in popluar color models

4B0072
RGB750114
HSL279°100.00%22.35%
HSB/HSV279°100.00%44.71%
CMYK34.21%100.00%0.00%
55.29%

Color #4B0072 in popluar number systems.

HEX4B0072
Decimal750114
Binary100101101110010
Octal1130162

Shades and tints

Shades of #4B0072

#4B0072
(75,0,114)
#450068
(69,0,104)
#3F005E
(63,0,94)
#390054
(57,0,84)
#33004A
(51,0,74)
#2D0040
(45,0,64)
#270036
(39,0,54)
#21002C
(33,0,44)
#1B0022
(27,0,34)
#150018
(21,0,24)
#0F000E
(15,0,14)
#000000
(0,0,0)

Tints of #4B0072

#4B0072
(75,0,114)
#5B177E
(91,23,126)
#6B2E8A
(107,46,138)
#7B4596
(123,69,150)
#8B5CA2
(139,92,162)
#9B73AE
(155,115,174)
#AB8ABA
(171,138,186)
#BBA1C6
(187,161,198)
#CBB8D2
(203,184,210)
#DBCFDE
(219,207,222)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0072 color. Also use rgb(75,0,114) instead hex code.

Text Font Color

.myTextColor { color: #4B0072; }

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

This text font color is #4B0072.


Background Color

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

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

This div background color is #4B0072.


Border color

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

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

This div border color is #4B0072.


Opacity

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

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

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

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

This text has shadow with #4B0072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0072 on black background.


Color preview on white background

This text has color #4B0072 on white background.



Black color preview on #4B0072 background

This text has black color on #4B0072 background.


White color preview on #4B0072 background

This text has white color on #4B0072 background.