COLOR #4B4996

HEX: #4B4996
RGB: (75,73,150)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
73
150

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

Portions of RGB colors in percentages

R + G + B =
75 + 73 + 150 = 298 (100%)
R 75 of 298 ~ 25.17%
G 73 of 298 ~ 24.5%
B 150 of 298 ~ 50.34%

%25.17
%24.5
%50.34

CMYK color model

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

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

CMYK percentages

%50
%51.33
%0
%41.18

Codes

Color #4B4996 in popluar color models

4B4996
RGB7573150
HSL242°34.53%43.73%
HSB/HSV242°51.33%58.82%
CMYK50.00%51.33%0.00%
41.18%

Color #4B4996 in popluar number systems.

HEX4B4996
Decimal7573150
Binary1001011100100110010110
Octal113111226

Shades and tints

Shades of #4B4996

#4B4996
(75,73,150)
#454389
(69,67,137)
#3F3D7C
(63,61,124)
#39376F
(57,55,111)
#333162
(51,49,98)
#2D2B55
(45,43,85)
#272548
(39,37,72)
#211F3B
(33,31,59)
#1B192E
(27,25,46)
#151321
(21,19,33)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #4B4996

#4B4996
(75,73,150)
#5B599F
(91,89,159)
#6B69A8
(107,105,168)
#7B79B1
(123,121,177)
#8B89BA
(139,137,186)
#9B99C3
(155,153,195)
#ABA9CC
(171,169,204)
#BBB9D5
(187,185,213)
#CBC9DE
(203,201,222)
#DBD9E7
(219,217,231)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4996; }

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

This text font color is #4B4996.


Background Color

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

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

This div background color is #4B4996.


Border color

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

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

This div border color is #4B4996.


Opacity

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

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

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

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

This text has shadow with #4B4996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4996 on black background.


Color preview on white background

This text has color #4B4996 on white background.



Black color preview on #4B4996 background

This text has black color on #4B4996 background.


White color preview on #4B4996 background

This text has white color on #4B4996 background.