COLOR #4C50A6

HEX: #4C50A6 RGB: (76,80,166)

Color info

#4C50A6 contains mainly blue color. Web safe color of #4C50A6 is #336699 (or #369).

RGB color model

#4C50A6 color RGB value is (76,80,166).

RGB: (76,80,166) (30%, 31%, 65%)

RGB channels and saturation

R 76 of 255 = 30%
G 80 of 255 = 31%
B 166 of 255 = 65%

76
80
166

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

Portions of RGB colors in percentages

R + G + B = 76 + 80 + 166 = 322 (100%)
R 76 of 322 ~ 23.6%
G 80 of 322 ~ 24.84%
B 166 of 322 ~ 51.55'%

%23.6
%24.84
%51.55

CMYK color model

#4C50A6 color CMYK value is (54,52,0,35).

  • cyan value is 54.22%
  • magenta value is 51.81%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (54,52,0,35)
C54M52Y0K35 (54%, 52%, 0%, 35%)
(0.54 / 0.52 / 0.00 / 0.35)

CMYK percentages

%54.22
%51.81
%0
%34.9

Codes

Color #4C50A6 in popluar color models

4C 50 A6
RGB 76 80 166
HSL 237° 37.19% 47.45%
HSB/HSV 237° 54.22% 65.10%
CMYK 54.22% 51.81% 0.00%
34.90%

Color #4C50A6 in popluar number systems.

HEX 4C 50 A6
Decimal 76 80 166
Binary 1001100 1010000 10100110
Octal 114 120 246

Shades and tints

Shades of #4C50A6

#4C50A6
(76,80,166)
#464997
(70,73,151)
#404288
(64,66,136)
#3A3B79
(58,59,121)
#34346A
(52,52,106)
#2E2D5B
(46,45,91)
#28264C
(40,38,76)
#221F3D
(34,31,61)
#1C182E
(28,24,46)
#16111F
(22,17,31)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #4C50A6

#4C50A6
(76,80,166)
#5C5FAE
(92,95,174)
#6C6EB6
(108,110,182)
#7C7DBE
(124,125,190)
#8C8CC6
(140,140,198)
#9C9BCE
(156,155,206)
#ACAAD6
(172,170,214)
#BCB9DE
(188,185,222)
#CCC8E6
(204,200,230)
#DCD7EE
(220,215,238)
#ECE6F6
(236,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C50A6; }

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

This text font color is #4C50A6.

Background Color

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

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

This div background color is #4C50A6.

Border color

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

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

This div border color is #4C50A6.

Opacity

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

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

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

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

This text has shadow with #4C50A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C50A6.

Preview

Color preview on black background

This text has color #4C50A6 on black background.


Color preview on white background

This text has color #4C50A6 on white background.


Black color preview on #4C50A6 background

This text has black color on #4C50A6 background.


White color preview on #4C50A6 background

This text has white color on #4C50A6 background.


Related colors

Complementary color

Complementary color for #hex is #B3AF59.


I love getcolorcode.com

Triadic colors

1 #A64C50 and #50A64C with #4C50A6 are triadic colors.

2 #A6504C and #504CA6 with #4C50A6 are triadic colors.