COLOR #4B046F

HEX: #4B046F
RGB: (75,4,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 75 of 255 = 29%
G 4 of 255 = 2%
B 111 of 255 = 44%

75
4
111

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

Portions of RGB colors in percentages

R + G + B =
75 + 4 + 111 = 190 (100%)
R 75 of 190 ~ 39.47%
G 4 of 190 ~ 2.11%
B 111 of 190 ~ 58.42%

%39.47
%58.42

CMYK color model

#4B046F color CMYK value is (32,96,0,56).

  • cyan value is 32.43%
  • magenta value is 96.40%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,96,0,56)
C32M96Y0K56 
(32%,96%,0%,56%)
(0.32/0.96/0.00/0.56)	

CMYK percentages

%32.43
%96.4
%0
%56.47

Codes

Color #4B046F in popluar color models

4B046F
RGB754111
HSL280°93.04%22.55%
HSB/HSV280°96.40%43.53%
CMYK32.43%96.40%0.00%
56.47%

Color #4B046F in popluar number systems.

HEX4B046F
Decimal754111
Binary10010111001101111
Octal1134157

Shades and tints

Shades of #4B046F

#4B046F
(75,4,111)
#450465
(69,4,101)
#3F045B
(63,4,91)
#390451
(57,4,81)
#330447
(51,4,71)
#2D043D
(45,4,61)
#270433
(39,4,51)
#210429
(33,4,41)
#1B041F
(27,4,31)
#150415
(21,4,21)
#0F040B
(15,4,11)
#000000
(0,0,0)

Tints of #4B046F

#4B046F
(75,4,111)
#5B1A7C
(91,26,124)
#6B3089
(107,48,137)
#7B4696
(123,70,150)
#8B5CA3
(139,92,163)
#9B72B0
(155,114,176)
#AB88BD
(171,136,189)
#BB9ECA
(187,158,202)
#CBB4D7
(203,180,215)
#DBCAE4
(219,202,228)
#EBE0F1
(235,224,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B046F; }

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

This text font color is #4B046F.


Background Color

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

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

This div background color is #4B046F.


Border color

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

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

This div border color is #4B046F.


Opacity

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

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

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

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

This text has shadow with #4B046F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B046F on black background.


Color preview on white background

This text has color #4B046F on white background.



Black color preview on #4B046F background

This text has black color on #4B046F background.


White color preview on #4B046F background

This text has white color on #4B046F background.