COLOR #4B2696

HEX: #4B2696
RGB: (75,38,150)

Color info

#4B2696 contains mainly blue color. Web safe color of #4B2696 is #333399 (or #339).

RGB color model

#4B2696 color RGB value is (75,38,150).

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

RGB channels and saturation

R 75 of 255 = 29%
G 38 of 255 = 15%
B 150 of 255 = 59%

75
38
150

R + G + B ~ 34%. #4B2696 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 38 + 150 = 263 (100%)
R 75 of 263 ~ 28.52%
G 38 of 263 ~ 14.45%
B 150 of 263 ~ 57.03%

%28.52
%14.45
%57.03

CMYK color model

#4B2696 color CMYK value is (50,75,0,41).

  • cyan value is 50.00%
  • magenta value is 74.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(50,75,0,41)
C50M75Y0K41 
(50%,75%,0%,41%)
(0.50/0.75/0.00/0.41)	

CMYK percentages

%50
%74.67
%0
%41.18

Codes

Color #4B2696 in popluar color models

4B2696
RGB7538150
HSL260°59.57%36.86%
HSB/HSV260°74.67%58.82%
CMYK50.00%74.67%0.00%
41.18%

Color #4B2696 in popluar number systems.

HEX4B2696
Decimal7538150
Binary100101110011010010110
Octal11346226

Shades and tints

Shades of #4B2696

#4B2696
(75,38,150)
#452389
(69,35,137)
#3F207C
(63,32,124)
#391D6F
(57,29,111)
#331A62
(51,26,98)
#2D1755
(45,23,85)
#271448
(39,20,72)
#21113B
(33,17,59)
#1B0E2E
(27,14,46)
#150B21
(21,11,33)
#0F0814
(15,8,20)
#000000
(0,0,0)

Tints of #4B2696

#4B2696
(75,38,150)
#5B399F
(91,57,159)
#6B4CA8
(107,76,168)
#7B5FB1
(123,95,177)
#8B72BA
(139,114,186)
#9B85C3
(155,133,195)
#AB98CC
(171,152,204)
#BBABD5
(187,171,213)
#CBBEDE
(203,190,222)
#DBD1E7
(219,209,231)
#EBE4F0
(235,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2696; }

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

This text font color is #4B2696.


Background Color

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

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

This div background color is #4B2696.


Border color

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

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

This div border color is #4B2696.


Opacity

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

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

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

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

This text has shadow with #4B2696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2696 on black background.


Color preview on white background

This text has color #4B2696 on white background.



Black color preview on #4B2696 background

This text has black color on #4B2696 background.


White color preview on #4B2696 background

This text has white color on #4B2696 background.