COLOR #4B1393

HEX: #4B1393
RGB: (75,19,147)

Color info

#4B1393 contains mainly blue color. Web safe color of #4B1393 is #330099 (or #309).

RGB color model

#4B1393 color RGB value is (75,19,147).

  • red value is 75;
  • green value is 19;
  • blue value is 147.
RGB:
(75,19,147)
(29%,7%,58%)

RGB channels and saturation

R 75 of 255 = 29%
G 19 of 255 = 7%
B 147 of 255 = 58%

75
19
147

R + G + B ~ 31%. #4B1393 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 19 + 147 = 241 (100%)
R 75 of 241 ~ 31.12%
G 19 of 241 ~ 7.88%
B 147 of 241 ~ 61%

%31.12
%61

CMYK color model

#4B1393 color CMYK value is (49,87,0,42).

  • cyan value is 48.98%
  • magenta value is 87.07%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(49,87,0,42)
C49M87Y0K42 
(49%,87%,0%,42%)
(0.49/0.87/0.00/0.42)	

CMYK percentages

%48.98
%87.07
%0
%42.35

Codes

Color #4B1393 in popluar color models

4B1393
RGB7519147
HSL266°77.11%32.55%
HSB/HSV266°87.07%57.65%
CMYK48.98%87.07%0.00%
42.35%

Color #4B1393 in popluar number systems.

HEX4B1393
Decimal7519147
Binary10010111001110010011
Octal11323223

Shades and tints

Shades of #4B1393

#4B1393
(75,19,147)
#451286
(69,18,134)
#3F1179
(63,17,121)
#39106C
(57,16,108)
#330F5F
(51,15,95)
#2D0E52
(45,14,82)
#270D45
(39,13,69)
#210C38
(33,12,56)
#1B0B2B
(27,11,43)
#150A1E
(21,10,30)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #4B1393

#4B1393
(75,19,147)
#5B289C
(91,40,156)
#6B3DA5
(107,61,165)
#7B52AE
(123,82,174)
#8B67B7
(139,103,183)
#9B7CC0
(155,124,192)
#AB91C9
(171,145,201)
#BBA6D2
(187,166,210)
#CBBBDB
(203,187,219)
#DBD0E4
(219,208,228)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1393; }

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

This text font color is #4B1393.


Background Color

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

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

This div background color is #4B1393.


Border color

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

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

This div border color is #4B1393.


Opacity

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

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

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

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

This text has shadow with #4B1393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1393 on black background.


Color preview on white background

This text has color #4B1393 on white background.



Black color preview on #4B1393 background

This text has black color on #4B1393 background.


White color preview on #4B1393 background

This text has white color on #4B1393 background.