COLOR #4B5EBA

HEX: #4B5EBA
RGB: (75,94,186)

Color info

#4B5EBA contains mainly blue color. Web safe color of #4B5EBA is #3366CC (or #36C).

RGB color model

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

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

RGB channels and saturation

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

75
94
186

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

Portions of RGB colors in percentages

R + G + B =
75 + 94 + 186 = 355 (100%)
R 75 of 355 ~ 21.13%
G 94 of 355 ~ 26.48%
B 186 of 355 ~ 52.39%

%21.13
%26.48
%52.39

CMYK color model

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

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

CMYK percentages

%59.68
%49.46
%0
%27.06

Codes

Color #4B5EBA in popluar color models

4B5EBA
RGB7594186
HSL230°44.58%51.18%
HSB/HSV230°59.68%72.94%
CMYK59.68%49.46%0.00%
27.06%

Color #4B5EBA in popluar number systems.

HEX4B5EBA
Decimal7594186
Binary1001011101111010111010
Octal113136272

Shades and tints

Shades of #4B5EBA

#4B5EBA
(75,94,186)
#4556AA
(69,86,170)
#3F4E9A
(63,78,154)
#39468A
(57,70,138)
#333E7A
(51,62,122)
#2D366A
(45,54,106)
#272E5A
(39,46,90)
#21264A
(33,38,74)
#1B1E3A
(27,30,58)
#15162A
(21,22,42)
#0F0E1A
(15,14,26)
#000000
(0,0,0)

Tints of #4B5EBA

#4B5EBA
(75,94,186)
#5B6CC0
(91,108,192)
#6B7AC6
(107,122,198)
#7B88CC
(123,136,204)
#8B96D2
(139,150,210)
#9BA4D8
(155,164,216)
#ABB2DE
(171,178,222)
#BBC0E4
(187,192,228)
#CBCEEA
(203,206,234)
#DBDCF0
(219,220,240)
#EBEAF6
(235,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5EBA; }

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

This text font color is #4B5EBA.


Background Color

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

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

This div background color is #4B5EBA.


Border color

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

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

This div border color is #4B5EBA.


Opacity

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

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

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

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

This text has shadow with #4B5EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5EBA on black background.


Color preview on white background

This text has color #4B5EBA on white background.



Black color preview on #4B5EBA background

This text has black color on #4B5EBA background.


White color preview on #4B5EBA background

This text has white color on #4B5EBA background.