COLOR #4B4291

HEX: #4B4291
RGB: (75,66,145)

Color info

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

RGB color model

#4B4291 color RGB value is (75,66,145).

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

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 145 of 255 = 57%

75
66
145

R + G + B ~ 37%. #4B4291 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 66 + 145 = 286 (100%)
R 75 of 286 ~ 26.22%
G 66 of 286 ~ 23.08%
B 145 of 286 ~ 50.7%

%26.22
%23.08
%50.7

CMYK color model

#4B4291 color CMYK value is (48,54,0,43).

  • cyan value is 48.28%
  • magenta value is 54.48%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(48,54,0,43)
C48M54Y0K43 
(48%,54%,0%,43%)
(0.48/0.54/0.00/0.43)	

CMYK percentages

%48.28
%54.48
%0
%43.14

Codes

Color #4B4291 in popluar color models

4B4291
RGB7566145
HSL247°37.44%41.37%
HSB/HSV247°54.48%56.86%
CMYK48.28%54.48%0.00%
43.14%

Color #4B4291 in popluar number systems.

HEX4B4291
Decimal7566145
Binary1001011100001010010001
Octal113102221

Shades and tints

Shades of #4B4291

#4B4291
(75,66,145)
#453C84
(69,60,132)
#3F3677
(63,54,119)
#39306A
(57,48,106)
#332A5D
(51,42,93)
#2D2450
(45,36,80)
#271E43
(39,30,67)
#211836
(33,24,54)
#1B1229
(27,18,41)
#150C1C
(21,12,28)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #4B4291

#4B4291
(75,66,145)
#5B539B
(91,83,155)
#6B64A5
(107,100,165)
#7B75AF
(123,117,175)
#8B86B9
(139,134,185)
#9B97C3
(155,151,195)
#ABA8CD
(171,168,205)
#BBB9D7
(187,185,215)
#CBCAE1
(203,202,225)
#DBDBEB
(219,219,235)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4291; }

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

This text font color is #4B4291.


Background Color

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

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

This div background color is #4B4291.


Border color

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

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

This div border color is #4B4291.


Opacity

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

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

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

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

This text has shadow with #4B4291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4291 on black background.


Color preview on white background

This text has color #4B4291 on white background.



Black color preview on #4B4291 background

This text has black color on #4B4291 background.


White color preview on #4B4291 background

This text has white color on #4B4291 background.