COLOR #4B1496

HEX: #4B1496
RGB: (75,20,150)

Color info

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

RGB color model

#4B1496 color RGB value is (75,20,150).

  • red value is 75;
  • green value is 20;
  • blue value is 150.
RGB:
(75,20,150)
(29%,8%,59%)

RGB channels and saturation

R 75 of 255 = 29%
G 20 of 255 = 8%
B 150 of 255 = 59%

75
20
150

R + G + B ~ 32%. #4B1496 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 20 + 150 = 245 (100%)
R 75 of 245 ~ 30.61%
G 20 of 245 ~ 8.16%
B 150 of 245 ~ 61.22%

%30.61
%61.22

CMYK color model

#4B1496 color CMYK value is (50,87,0,41).

  • cyan value is 50.00%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(50,87,0,41)
C50M87Y0K41 
(50%,87%,0%,41%)
(0.50/0.87/0.00/0.41)	

CMYK percentages

%50
%86.67
%0
%41.18

Codes

Color #4B1496 in popluar color models

4B1496
RGB7520150
HSL265°76.47%33.33%
HSB/HSV265°86.67%58.82%
CMYK50.00%86.67%0.00%
41.18%

Color #4B1496 in popluar number systems.

HEX4B1496
Decimal7520150
Binary10010111010010010110
Octal11324226

Shades and tints

Shades of #4B1496

#4B1496
(75,20,150)
#451389
(69,19,137)
#3F127C
(63,18,124)
#39116F
(57,17,111)
#331062
(51,16,98)
#2D0F55
(45,15,85)
#270E48
(39,14,72)
#210D3B
(33,13,59)
#1B0C2E
(27,12,46)
#150B21
(21,11,33)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #4B1496

#4B1496
(75,20,150)
#5B299F
(91,41,159)
#6B3EA8
(107,62,168)
#7B53B1
(123,83,177)
#8B68BA
(139,104,186)
#9B7DC3
(155,125,195)
#AB92CC
(171,146,204)
#BBA7D5
(187,167,213)
#CBBCDE
(203,188,222)
#DBD1E7
(219,209,231)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1496; }

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

This text font color is #4B1496.


Background Color

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

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

This div background color is #4B1496.


Border color

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

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

This div border color is #4B1496.


Opacity

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

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

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

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

This text has shadow with #4B1496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1496 on black background.


Color preview on white background

This text has color #4B1496 on white background.



Black color preview on #4B1496 background

This text has black color on #4B1496 background.


White color preview on #4B1496 background

This text has white color on #4B1496 background.