COLOR #4B45A6

HEX: #4B45A6
RGB: (75,69,166)

Color info

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

RGB color model

#4B45A6 color RGB value is (75,69,166).

  • red value is 75;
  • green value is 69;
  • blue value is 166.
RGB:
(75,69,166)
(29%,27%,65%)

RGB channels and saturation

R 75 of 255 = 29%
G 69 of 255 = 27%
B 166 of 255 = 65%

75
69
166

R + G + B ~ 40%. #4B45A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 69 + 166 = 310 (100%)
R 75 of 310 ~ 24.19%
G 69 of 310 ~ 22.26%
B 166 of 310 ~ 53.55%

%24.19
%22.26
%53.55

CMYK color model

#4B45A6 color CMYK value is (55,58,0,35).

  • cyan value is 54.82%
  • magenta value is 58.43%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(55,58,0,35)
C55M58Y0K35 
(55%,58%,0%,35%)
(0.55/0.58/0.00/0.35)	

CMYK percentages

%54.82
%58.43
%0
%34.9

Codes

Color #4B45A6 in popluar color models

4B45A6
RGB7569166
HSL244°41.28%46.08%
HSB/HSV244°58.43%65.10%
CMYK54.82%58.43%0.00%
34.90%

Color #4B45A6 in popluar number systems.

HEX4B45A6
Decimal7569166
Binary1001011100010110100110
Octal113105246

Shades and tints

Shades of #4B45A6

#4B45A6
(75,69,166)
#453F97
(69,63,151)
#3F3988
(63,57,136)
#393379
(57,51,121)
#332D6A
(51,45,106)
#2D275B
(45,39,91)
#27214C
(39,33,76)
#211B3D
(33,27,61)
#1B152E
(27,21,46)
#150F1F
(21,15,31)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #4B45A6

#4B45A6
(75,69,166)
#5B55AE
(91,85,174)
#6B65B6
(107,101,182)
#7B75BE
(123,117,190)
#8B85C6
(139,133,198)
#9B95CE
(155,149,206)
#ABA5D6
(171,165,214)
#BBB5DE
(187,181,222)
#CBC5E6
(203,197,230)
#DBD5EE
(219,213,238)
#EBE5F6
(235,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B45A6; }

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

This text font color is #4B45A6.


Background Color

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

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

This div background color is #4B45A6.


Border color

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

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

This div border color is #4B45A6.


Opacity

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

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

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

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

This text has shadow with #4B45A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B45A6 on black background.


Color preview on white background

This text has color #4B45A6 on white background.



Black color preview on #4B45A6 background

This text has black color on #4B45A6 background.


White color preview on #4B45A6 background

This text has white color on #4B45A6 background.