COLOR #4B4BBA

HEX: #4B4BBA
RGB: (75,75,186)

Color info

#4B4BBA contains mainly blue color. Web safe color of #4B4BBA is #3333CC (or #33C).

RGB color model

#4B4BBA color RGB value is (75,75,186).

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

RGB channels and saturation

R 75 of 255 = 29%
G 75 of 255 = 29%
B 186 of 255 = 73%

75
75
186

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

Portions of RGB colors in percentages

R + G + B =
75 + 75 + 186 = 336 (100%)
R 75 of 336 ~ 22.32%
G 75 of 336 ~ 22.32%
B 186 of 336 ~ 55.36%

%22.32
%22.32
%55.36

CMYK color model

#4B4BBA color CMYK value is (60,60,0,27).

  • cyan value is 59.68%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(60,60,0,27)
C60M60Y0K27 
(60%,60%,0%,27%)
(0.60/0.60/0.00/0.27)	

CMYK percentages

%59.68
%59.68
%0
%27.06

Codes

Color #4B4BBA in popluar color models

4B4BBA
RGB7575186
HSL240°44.58%51.18%
HSB/HSV240°59.68%72.94%
CMYK59.68%59.68%0.00%
27.06%

Color #4B4BBA in popluar number systems.

HEX4B4BBA
Decimal7575186
Binary1001011100101110111010
Octal113113272

Shades and tints

Shades of #4B4BBA

#4B4BBA
(75,75,186)
#4545AA
(69,69,170)
#3F3F9A
(63,63,154)
#39398A
(57,57,138)
#33337A
(51,51,122)
#2D2D6A
(45,45,106)
#27275A
(39,39,90)
#21214A
(33,33,74)
#1B1B3A
(27,27,58)
#15152A
(21,21,42)
#0F0F1A
(15,15,26)
#000000
(0,0,0)

Tints of #4B4BBA

#4B4BBA
(75,75,186)
#5B5BC0
(91,91,192)
#6B6BC6
(107,107,198)
#7B7BCC
(123,123,204)
#8B8BD2
(139,139,210)
#9B9BD8
(155,155,216)
#ABABDE
(171,171,222)
#BBBBE4
(187,187,228)
#CBCBEA
(203,203,234)
#DBDBF0
(219,219,240)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4BBA; }

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

This text font color is #4B4BBA.


Background Color

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

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

This div background color is #4B4BBA.


Border color

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

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

This div border color is #4B4BBA.


Opacity

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

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

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

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

This text has shadow with #4B4BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4BBA on black background.


Color preview on white background

This text has color #4B4BBA on white background.



Black color preview on #4B4BBA background

This text has black color on #4B4BBA background.


White color preview on #4B4BBA background

This text has white color on #4B4BBA background.