COLOR #4B4791

HEX: #4B4791
RGB: (75,71,145)

Color info

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

RGB color model

#4B4791 color RGB value is (75,71,145).

  • red value is 75;
  • green value is 71;
  • blue value is 145.
RGB:
(75,71,145)
(29%,28%,57%)

RGB channels and saturation

R 75 of 255 = 29%
G 71 of 255 = 28%
B 145 of 255 = 57%

75
71
145

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

Portions of RGB colors in percentages

R + G + B =
75 + 71 + 145 = 291 (100%)
R 75 of 291 ~ 25.77%
G 71 of 291 ~ 24.4%
B 145 of 291 ~ 49.83%

%25.77
%24.4
%49.83

CMYK color model

#4B4791 color CMYK value is (48,51,0,43).

  • cyan value is 48.28%
  • magenta value is 51.03%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(48,51,0,43)
C48M51Y0K43 
(48%,51%,0%,43%)
(0.48/0.51/0.00/0.43)	

CMYK percentages

%48.28
%51.03
%0
%43.14

Codes

Color #4B4791 in popluar color models

4B4791
RGB7571145
HSL243°34.26%42.35%
HSB/HSV243°51.03%56.86%
CMYK48.28%51.03%0.00%
43.14%

Color #4B4791 in popluar number systems.

HEX4B4791
Decimal7571145
Binary1001011100011110010001
Octal113107221

Shades and tints

Shades of #4B4791

#4B4791
(75,71,145)
#454184
(69,65,132)
#3F3B77
(63,59,119)
#39356A
(57,53,106)
#332F5D
(51,47,93)
#2D2950
(45,41,80)
#272343
(39,35,67)
#211D36
(33,29,54)
#1B1729
(27,23,41)
#15111C
(21,17,28)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #4B4791

#4B4791
(75,71,145)
#5B579B
(91,87,155)
#6B67A5
(107,103,165)
#7B77AF
(123,119,175)
#8B87B9
(139,135,185)
#9B97C3
(155,151,195)
#ABA7CD
(171,167,205)
#BBB7D7
(187,183,215)
#CBC7E1
(203,199,225)
#DBD7EB
(219,215,235)
#EBE7F5
(235,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4791; }

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

This text font color is #4B4791.


Background Color

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

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

This div background color is #4B4791.


Border color

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

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

This div border color is #4B4791.


Opacity

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

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

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

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

This text has shadow with #4B4791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4791 on black background.


Color preview on white background

This text has color #4B4791 on white background.



Black color preview on #4B4791 background

This text has black color on #4B4791 background.


White color preview on #4B4791 background

This text has white color on #4B4791 background.