COLOR #4B57C0

HEX: #4B57C0
RGB: (75,87,192)

Color info

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

RGB color model

#4B57C0 color RGB value is (75,87,192).

  • red value is 75;
  • green value is 87;
  • blue value is 192.
RGB:
(75,87,192)
(29%,34%,75%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 192 of 255 = 75%

75
87
192

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

Portions of RGB colors in percentages

R + G + B =
75 + 87 + 192 = 354 (100%)
R 75 of 354 ~ 21.19%
G 87 of 354 ~ 24.58%
B 192 of 354 ~ 54.24%

%21.19
%24.58
%54.24

CMYK color model

#4B57C0 color CMYK value is (61,55,0,25).

  • cyan value is 60.94%
  • magenta value is 54.69%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(61,55,0,25)
C61M55Y0K25 
(61%,55%,0%,25%)
(0.61/0.55/0.00/0.25)	

CMYK percentages

%60.94
%54.69
%0
%24.71

Codes

Color #4B57C0 in popluar color models

4B57C0
RGB7587192
HSL234°48.15%52.35%
HSB/HSV234°60.94%75.29%
CMYK60.94%54.69%0.00%
24.71%

Color #4B57C0 in popluar number systems.

HEX4B57C0
Decimal7587192
Binary1001011101011111000000
Octal113127300

Shades and tints

Shades of #4B57C0

#4B57C0
(75,87,192)
#4550AF
(69,80,175)
#3F499E
(63,73,158)
#39428D
(57,66,141)
#333B7C
(51,59,124)
#2D346B
(45,52,107)
#272D5A
(39,45,90)
#212649
(33,38,73)
#1B1F38
(27,31,56)
#151827
(21,24,39)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #4B57C0

#4B57C0
(75,87,192)
#5B66C5
(91,102,197)
#6B75CA
(107,117,202)
#7B84CF
(123,132,207)
#8B93D4
(139,147,212)
#9BA2D9
(155,162,217)
#ABB1DE
(171,177,222)
#BBC0E3
(187,192,227)
#CBCFE8
(203,207,232)
#DBDEED
(219,222,237)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B57C0; }

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

This text font color is #4B57C0.


Background Color

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

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

This div background color is #4B57C0.


Border color

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

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

This div border color is #4B57C0.


Opacity

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

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

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

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

This text has shadow with #4B57C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B57C0 on black background.


Color preview on white background

This text has color #4B57C0 on white background.



Black color preview on #4B57C0 background

This text has black color on #4B57C0 background.


White color preview on #4B57C0 background

This text has white color on #4B57C0 background.