COLOR #4B0096

HEX: #4B0096
RGB: (75,0,150)

Color info

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

RGB color model

#4B0096 color RGB value is (75,0,150).

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

RGB channels and saturation

R 75 of 255 = 29%
G 0 of 255 = 0%
B 150 of 255 = 59%

75
0
150

R + G + B ~ 29%. #4B0096 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 0 + 150 = 225 (100%)
R 75 of 225 ~ 33.33%
G 0 of 225 ~ 0%
B 150 of 225 ~ 66.67%

%33.33
%66.67

CMYK color model

#4B0096 color CMYK value is (50,100,0,41).

  • cyan value is 50.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(50,100,0,41)
C50M100Y0K41 
(50%,100%,0%,41%)
(0.50/1.00/0.00/0.41)	

CMYK percentages

%50
%100
%0
%41.18

Codes

Color #4B0096 in popluar color models

4B0096
RGB750150
HSL270°100.00%29.41%
HSB/HSV270°100.00%58.82%
CMYK50.00%100.00%0.00%
41.18%

Color #4B0096 in popluar number systems.

HEX4B0096
Decimal750150
Binary1001011010010110
Octal1130226

Shades and tints

Shades of #4B0096

#4B0096
(75,0,150)
#450089
(69,0,137)
#3F007C
(63,0,124)
#39006F
(57,0,111)
#330062
(51,0,98)
#2D0055
(45,0,85)
#270048
(39,0,72)
#21003B
(33,0,59)
#1B002E
(27,0,46)
#150021
(21,0,33)
#0F0014
(15,0,20)
#000000
(0,0,0)

Tints of #4B0096

#4B0096
(75,0,150)
#5B179F
(91,23,159)
#6B2EA8
(107,46,168)
#7B45B1
(123,69,177)
#8B5CBA
(139,92,186)
#9B73C3
(155,115,195)
#AB8ACC
(171,138,204)
#BBA1D5
(187,161,213)
#CBB8DE
(203,184,222)
#DBCFE7
(219,207,231)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0096; }

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

This text font color is #4B0096.


Background Color

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

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

This div background color is #4B0096.


Border color

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

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

This div border color is #4B0096.


Opacity

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

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

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

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

This text has shadow with #4B0096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0096 on black background.


Color preview on white background

This text has color #4B0096 on white background.



Black color preview on #4B0096 background

This text has black color on #4B0096 background.


White color preview on #4B0096 background

This text has white color on #4B0096 background.