COLOR #4C50E5

HEX: #4C50E5 RGB: (76,80,229)

Color info

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

RGB color model

#4C50E5 color RGB value is (76,80,229).

RGB: (76,80,229) (30%, 31%, 90%)

RGB channels and saturation

R 76 of 255 = 30%
G 80 of 255 = 31%
B 229 of 255 = 90%

76
80
229

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

Portions of RGB colors in percentages

R + G + B = 76 + 80 + 229 = 385 (100%)
R 76 of 385 ~ 19.74%
G 80 of 385 ~ 20.78%
B 229 of 385 ~ 59.48'%

%19.74
%20.78
%59.48

CMYK color model

#4C50E5 color CMYK value is (67,65,0,10).

  • cyan value is 66.81%
  • magenta value is 65.07%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (67,65,0,10)
C67M65Y0K10 (67%, 65%, 0%, 10%)
(0.67 / 0.65 / 0.00 / 0.10)

CMYK percentages

%66.81
%65.07
%0
%10.2

Codes

Color #4C50E5 in popluar color models

4C 50 E5
RGB 76 80 229
HSL 238° 74.63% 59.80%
HSB/HSV 238° 66.81% 89.80%
CMYK 66.81% 65.07% 0.00%
10.20%

Color #4C50E5 in popluar number systems.

HEX 4C 50 E5
Decimal 76 80 229
Binary 1001100 1010000 11100101
Octal 114 120 345

Shades and tints

Shades of #4C50E5

#4C50E5
(76,80,229)
#4649D1
(70,73,209)
#4042BD
(64,66,189)
#3A3BA9
(58,59,169)
#343495
(52,52,149)
#2E2D81
(46,45,129)
#28266D
(40,38,109)
#221F59
(34,31,89)
#1C1845
(28,24,69)
#161131
(22,17,49)
#100A1D
(16,10,29)
#000000
(0,0,0)

Tints of #4C50E5

#4C50E5
(76,80,229)
#5C5FE7
(92,95,231)
#6C6EE9
(108,110,233)
#7C7DEB
(124,125,235)
#8C8CED
(140,140,237)
#9C9BEF
(156,155,239)
#ACAAF1
(172,170,241)
#BCB9F3
(188,185,243)
#CCC8F5
(204,200,245)
#DCD7F7
(220,215,247)
#ECE6F9
(236,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C50E5 color. Also use rgb(76,80,229) instead hex code.

Text Font Color

.myTextColor { color: #4C50E5; }

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

This text font color is #4C50E5.

Background Color

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

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

This div background color is #4C50E5.

Border color

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

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

This div border color is #4C50E5.

Opacity

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

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

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

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

This text has shadow with #4C50E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C50E5.

Preview

Color preview on black background

This text has color #4C50E5 on black background.


Color preview on white background

This text has color #4C50E5 on white background.


Black color preview on #4C50E5 background

This text has black color on #4C50E5 background.


White color preview on #4C50E5 background

This text has white color on #4C50E5 background.


Related colors

Complementary color

Complementary color for #hex is #B3AF1A.


I love getcolorcode.com

Triadic colors

1 #E54C50 and #50E54C with #4C50E5 are triadic colors.

2 #E5504C and #504CE5 with #4C50E5 are triadic colors.