COLOR #4A50AD

HEX: #4A50AD RGB: (74,80,173)

Color info

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

RGB color model

#4A50AD color RGB value is (74,80,173).

RGB: (74,80,173) (29%, 31%, 68%)

RGB channels and saturation

R 74 of 255 = 29%
G 80 of 255 = 31%
B 173 of 255 = 68%

74
80
173

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

Portions of RGB colors in percentages

R + G + B = 74 + 80 + 173 = 327 (100%)
R 74 of 327 ~ 22.63%
G 80 of 327 ~ 24.46%
B 173 of 327 ~ 52.91'%

%22.63
%24.46
%52.91

CMYK color model

#4A50AD color CMYK value is (57,54,0,32).

  • cyan value is 57.23%
  • magenta value is 53.76%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (57,54,0,32) C57M54Y0K32 (57%,54%,0%,32%) (0.57/0.54/0.00/0.32) 

CMYK percentages

%57.23
%53.76
%0
%32.16

Codes

Color #4A50AD in popluar color models

4A 50 AD
RGB 74 80 173
HSL 236° 40.08% 48.43%
HSB/HSV 236° 57.23% 67.84%
CMYK 57.23% 53.76% 0.00%
32.16%

Color #4A50AD in popluar number systems.

HEX 4A 50 AD
Decimal 74 80 173
Binary 1001010 1010000 10101101
Octal 112 120 255

Shades and tints

Shades of #4A50AD

#4A50AD
(74,80,173)
#44499E
(68,73,158)
#3E428F
(62,66,143)
#383B80
(56,59,128)
#323471
(50,52,113)
#2C2D62
(44,45,98)
#262653
(38,38,83)
#201F44
(32,31,68)
#1A1835
(26,24,53)
#141126
(20,17,38)
#0E0A17
(14,10,23)
#000000
(0,0,0)

Tints of #4A50AD

#4A50AD
(74,80,173)
#5A5FB4
(90,95,180)
#6A6EBB
(106,110,187)
#7A7DC2
(122,125,194)
#8A8CC9
(138,140,201)
#9A9BD0
(154,155,208)
#AAAAD7
(170,170,215)
#BAB9DE
(186,185,222)
#CAC8E5
(202,200,229)
#DAD7EC
(218,215,236)
#EAE6F3
(234,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A50AD color. Also use rgb(74,80,173) instead hex code.

Text Font Color

.myTextColor { color: #4A50AD; }

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

This text font color is #4A50AD.

Background Color

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

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

This div background color is #4A50AD.

Border color

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

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

This div border color is #4A50AD.

Opacity

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

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

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

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

This text has shadow with #4A50AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A50AD.

Preview

Color preview on black background

This text has color #4A50AD on black background.


Color preview on white background

This text has color #4A50AD on white background.


Black color preview on #4A50AD background

This text has black color on #4A50AD background.


White color preview on #4A50AD background

This text has white color on #4A50AD background.


Related colors

Complementary color

Complementary color for #hex is #B5AF52.


I love getcolorcode.com

Triadic colors

1 #AD4A50 and #50AD4A with #4A50AD are triadic colors.

2 #AD504A and #504AAD with #4A50AD are triadic colors.