COLOR #4B0086

HEX: #4B0086
RGB: (75,0,134)

Color info

#4B0086 contains only red and blue colors. Web safe color of #4B0086 is #330099 (or #309).

RGB color model

#4B0086 color RGB value is (75,0,134).

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

RGB channels and saturation

R 75 of 255 = 29%
G 0 of 255 = 0%
B 134 of 255 = 53%

75
0
134

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

Portions of RGB colors in percentages

R + G + B =
75 + 0 + 134 = 209 (100%)
R 75 of 209 ~ 35.89%
G 0 of 209 ~ 0%
B 134 of 209 ~ 64.11%

%35.89
%64.11

CMYK color model

#4B0086 color CMYK value is (44,100,0,47).

  • cyan value is 44.03%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(44,100,0,47)
C44M100Y0K47 
(44%,100%,0%,47%)
(0.44/1.00/0.00/0.47)	

CMYK percentages

%44.03
%100
%0
%47.45

Codes

Color #4B0086 in popluar color models

4B0086
RGB750134
HSL274°100.00%26.27%
HSB/HSV274°100.00%52.55%
CMYK44.03%100.00%0.00%
47.45%

Color #4B0086 in popluar number systems.

HEX4B0086
Decimal750134
Binary1001011010000110
Octal1130206

Shades and tints

Shades of #4B0086

#4B0086
(75,0,134)
#45007A
(69,0,122)
#3F006E
(63,0,110)
#390062
(57,0,98)
#330056
(51,0,86)
#2D004A
(45,0,74)
#27003E
(39,0,62)
#210032
(33,0,50)
#1B0026
(27,0,38)
#15001A
(21,0,26)
#0F000E
(15,0,14)
#000000
(0,0,0)

Tints of #4B0086

#4B0086
(75,0,134)
#5B1791
(91,23,145)
#6B2E9C
(107,46,156)
#7B45A7
(123,69,167)
#8B5CB2
(139,92,178)
#9B73BD
(155,115,189)
#AB8AC8
(171,138,200)
#BBA1D3
(187,161,211)
#CBB8DE
(203,184,222)
#DBCFE9
(219,207,233)
#EBE6F4
(235,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0086; }

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

This text font color is #4B0086.


Background Color

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

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

This div background color is #4B0086.


Border color

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

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

This div border color is #4B0086.


Opacity

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

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

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

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

This text has shadow with #4B0086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0086 on black background.


Color preview on white background

This text has color #4B0086 on white background.



Black color preview on #4B0086 background

This text has black color on #4B0086 background.


White color preview on #4B0086 background

This text has white color on #4B0086 background.