COLOR #4B27BA

HEX: #4B27BA
RGB: (75,39,186)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
39
186

R + G + B ~ 39%. #4B27BA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 39 + 186 = 300 (100%)
R 75 of 300 ~ 25%
G 39 of 300 ~ 13%
B 186 of 300 ~ 62%

%25
%13
%62

CMYK color model

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

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

CMYK percentages

%59.68
%79.03
%0
%27.06

Codes

Color #4B27BA in popluar color models

4B27BA
RGB7539186
HSL255°65.33%44.12%
HSB/HSV255°79.03%72.94%
CMYK59.68%79.03%0.00%
27.06%

Color #4B27BA in popluar number systems.

HEX4B27BA
Decimal7539186
Binary100101110011110111010
Octal11347272

Shades and tints

Shades of #4B27BA

#4B27BA
(75,39,186)
#4524AA
(69,36,170)
#3F219A
(63,33,154)
#391E8A
(57,30,138)
#331B7A
(51,27,122)
#2D186A
(45,24,106)
#27155A
(39,21,90)
#21124A
(33,18,74)
#1B0F3A
(27,15,58)
#150C2A
(21,12,42)
#0F091A
(15,9,26)
#000000
(0,0,0)

Tints of #4B27BA

#4B27BA
(75,39,186)
#5B3AC0
(91,58,192)
#6B4DC6
(107,77,198)
#7B60CC
(123,96,204)
#8B73D2
(139,115,210)
#9B86D8
(155,134,216)
#AB99DE
(171,153,222)
#BBACE4
(187,172,228)
#CBBFEA
(203,191,234)
#DBD2F0
(219,210,240)
#EBE5F6
(235,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B27BA; }

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

This text font color is #4B27BA.


Background Color

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

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

This div background color is #4B27BA.


Border color

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

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

This div border color is #4B27BA.


Opacity

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

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

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

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

This text has shadow with #4B27BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B27BA on black background.


Color preview on white background

This text has color #4B27BA on white background.



Black color preview on #4B27BA background

This text has black color on #4B27BA background.


White color preview on #4B27BA background

This text has white color on #4B27BA background.