COLOR #4B4BA9

HEX: #4B4BA9
RGB: (75,75,169)

Color info

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

RGB color model

#4B4BA9 color RGB value is (75,75,169).

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

RGB channels and saturation

R 75 of 255 = 29%
G 75 of 255 = 29%
B 169 of 255 = 66%

75
75
169

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

Portions of RGB colors in percentages

R + G + B =
75 + 75 + 169 = 319 (100%)
R 75 of 319 ~ 23.51%
G 75 of 319 ~ 23.51%
B 169 of 319 ~ 52.98%

%23.51
%23.51
%52.98

CMYK color model

#4B4BA9 color CMYK value is (56,56,0,34).

  • cyan value is 55.62%
  • magenta value is 55.62%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(56,56,0,34)
C56M56Y0K34 
(56%,56%,0%,34%)
(0.56/0.56/0.00/0.34)	

CMYK percentages

%55.62
%55.62
%0
%33.73

Codes

Color #4B4BA9 in popluar color models

4B4BA9
RGB7575169
HSL240°38.52%47.84%
HSB/HSV240°55.62%66.27%
CMYK55.62%55.62%0.00%
33.73%

Color #4B4BA9 in popluar number systems.

HEX4B4BA9
Decimal7575169
Binary1001011100101110101001
Octal113113251

Shades and tints

Shades of #4B4BA9

#4B4BA9
(75,75,169)
#45459A
(69,69,154)
#3F3F8B
(63,63,139)
#39397C
(57,57,124)
#33336D
(51,51,109)
#2D2D5E
(45,45,94)
#27274F
(39,39,79)
#212140
(33,33,64)
#1B1B31
(27,27,49)
#151522
(21,21,34)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #4B4BA9

#4B4BA9
(75,75,169)
#5B5BB0
(91,91,176)
#6B6BB7
(107,107,183)
#7B7BBE
(123,123,190)
#8B8BC5
(139,139,197)
#9B9BCC
(155,155,204)
#ABABD3
(171,171,211)
#BBBBDA
(187,187,218)
#CBCBE1
(203,203,225)
#DBDBE8
(219,219,232)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4BA9; }

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

This text font color is #4B4BA9.


Background Color

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

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

This div background color is #4B4BA9.


Border color

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

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

This div border color is #4B4BA9.


Opacity

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

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

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

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

This text has shadow with #4B4BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4BA9 on black background.


Color preview on white background

This text has color #4B4BA9 on white background.



Black color preview on #4B4BA9 background

This text has black color on #4B4BA9 background.


White color preview on #4B4BA9 background

This text has white color on #4B4BA9 background.