COLOR #4B4990

HEX: #4B4990
RGB: (75,73,144)

Color info

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

RGB color model

#4B4990 color RGB value is (75,73,144).

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

RGB channels and saturation

R 75 of 255 = 29%
G 73 of 255 = 29%
B 144 of 255 = 56%

75
73
144

R + G + B ~ 38%. #4B4990 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 73 + 144 = 292 (100%)
R 75 of 292 ~ 25.68%
G 73 of 292 ~ 25%
B 144 of 292 ~ 49.32%

%25.68
%25
%49.32

CMYK color model

#4B4990 color CMYK value is (48,49,0,44).

  • cyan value is 47.92%
  • magenta value is 49.31%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(48,49,0,44)
C48M49Y0K44 
(48%,49%,0%,44%)
(0.48/0.49/0.00/0.44)	

CMYK percentages

%47.92
%49.31
%0
%43.53

Codes

Color #4B4990 in popluar color models

4B4990
RGB7573144
HSL242°32.72%42.55%
HSB/HSV242°49.31%56.47%
CMYK47.92%49.31%0.00%
43.53%

Color #4B4990 in popluar number systems.

HEX4B4990
Decimal7573144
Binary1001011100100110010000
Octal113111220

Shades and tints

Shades of #4B4990

#4B4990
(75,73,144)
#454383
(69,67,131)
#3F3D76
(63,61,118)
#393769
(57,55,105)
#33315C
(51,49,92)
#2D2B4F
(45,43,79)
#272542
(39,37,66)
#211F35
(33,31,53)
#1B1928
(27,25,40)
#15131B
(21,19,27)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #4B4990

#4B4990
(75,73,144)
#5B599A
(91,89,154)
#6B69A4
(107,105,164)
#7B79AE
(123,121,174)
#8B89B8
(139,137,184)
#9B99C2
(155,153,194)
#ABA9CC
(171,169,204)
#BBB9D6
(187,185,214)
#CBC9E0
(203,201,224)
#DBD9EA
(219,217,234)
#EBE9F4
(235,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4990; }

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

This text font color is #4B4990.


Background Color

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

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

This div background color is #4B4990.


Border color

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

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

This div border color is #4B4990.


Opacity

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

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

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

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

This text has shadow with #4B4990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4990 on black background.


Color preview on white background

This text has color #4B4990 on white background.



Black color preview on #4B4990 background

This text has black color on #4B4990 background.


White color preview on #4B4990 background

This text has white color on #4B4990 background.