COLOR #4B4B96

HEX: #4B4B96
RGB: (75,75,150)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
75
150

R + G + B ~ 39%. #4B4B96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 75 + 150 = 300 (100%)
R 75 of 300 ~ 25%
G 75 of 300 ~ 25%
B 150 of 300 ~ 50%

%25
%25
%50

CMYK color model

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

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

CMYK percentages

%50
%50
%0
%41.18

Codes

Color #4B4B96 in popluar color models

4B4B96
RGB7575150
HSL240°33.33%44.12%
HSB/HSV240°50.00%58.82%
CMYK50.00%50.00%0.00%
41.18%

Color #4B4B96 in popluar number systems.

HEX4B4B96
Decimal7575150
Binary1001011100101110010110
Octal113113226

Shades and tints

Shades of #4B4B96

#4B4B96
(75,75,150)
#454589
(69,69,137)
#3F3F7C
(63,63,124)
#39396F
(57,57,111)
#333362
(51,51,98)
#2D2D55
(45,45,85)
#272748
(39,39,72)
#21213B
(33,33,59)
#1B1B2E
(27,27,46)
#151521
(21,21,33)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #4B4B96

#4B4B96
(75,75,150)
#5B5B9F
(91,91,159)
#6B6BA8
(107,107,168)
#7B7BB1
(123,123,177)
#8B8BBA
(139,139,186)
#9B9BC3
(155,155,195)
#ABABCC
(171,171,204)
#BBBBD5
(187,187,213)
#CBCBDE
(203,203,222)
#DBDBE7
(219,219,231)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4B96; }

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

This text font color is #4B4B96.


Background Color

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

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

This div background color is #4B4B96.


Border color

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

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

This div border color is #4B4B96.


Opacity

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

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

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

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

This text has shadow with #4B4B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4B96 on black background.


Color preview on white background

This text has color #4B4B96 on white background.



Black color preview on #4B4B96 background

This text has black color on #4B4B96 background.


White color preview on #4B4B96 background

This text has white color on #4B4B96 background.