COLOR #4A57A0

HEX: #4A57A0 RGB: (74,87,160)

Color info

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

RGB color model

#4A57A0 color RGB value is (74,87,160).

RGB: (74,87,160) (29%, 34%, 63%)

RGB channels and saturation

R 74 of 255 = 29%
G 87 of 255 = 34%
B 160 of 255 = 63%

74
87
160

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

Portions of RGB colors in percentages

R + G + B = 74 + 87 + 160 = 321 (100%)
R 74 of 321 ~ 23.05%
G 87 of 321 ~ 27.1%
B 160 of 321 ~ 49.84'%

%23.05
%27.1
%49.84

CMYK color model

#4A57A0 color CMYK value is (54,46,0,37).

  • cyan value is 53.75%
  • magenta value is 45.63%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (54,46,0,37)
C54M46Y0K37 (54%, 46%, 0%, 37%)
(0.54 / 0.46 / 0.00 / 0.37)

CMYK percentages

%53.75
%45.63
%0
%37.25

Codes

Color #4A57A0 in popluar color models

4A 57 A0
RGB 74 87 160
HSL 231° 36.75% 45.88%
HSB/HSV 231° 53.75% 62.75%
CMYK 53.75% 45.63% 0.00%
37.25%

Color #4A57A0 in popluar number systems.

HEX 4A 57 A0
Decimal 74 87 160
Binary 1001010 1010111 10100000
Octal 112 127 240

Shades and tints

Shades of #4A57A0

#4A57A0
(74,87,160)
#445092
(68,80,146)
#3E4984
(62,73,132)
#384276
(56,66,118)
#323B68
(50,59,104)
#2C345A
(44,52,90)
#262D4C
(38,45,76)
#20263E
(32,38,62)
#1A1F30
(26,31,48)
#141822
(20,24,34)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #4A57A0

#4A57A0
(74,87,160)
#5A66A8
(90,102,168)
#6A75B0
(106,117,176)
#7A84B8
(122,132,184)
#8A93C0
(138,147,192)
#9AA2C8
(154,162,200)
#AAB1D0
(170,177,208)
#BAC0D8
(186,192,216)
#CACFE0
(202,207,224)
#DADEE8
(218,222,232)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A57A0 color. Also use rgb(74,87,160) instead hex code.

Text Font Color

.myTextColor { color: #4A57A0; }

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

This text font color is #4A57A0.

Background Color

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

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

This div background color is #4A57A0.

Border color

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

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

This div border color is #4A57A0.

Opacity

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

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

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

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

This text has shadow with #4A57A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A57A0.

Preview

Color preview on black background

This text has color #4A57A0 on black background.


Color preview on white background

This text has color #4A57A0 on white background.


Black color preview on #4A57A0 background

This text has black color on #4A57A0 background.


White color preview on #4A57A0 background

This text has white color on #4A57A0 background.


Related colors

Complementary color

Complementary color for #hex is #B5A85F.


I love getcolorcode.com

Triadic colors

1 #A04A57 and #57A04A with #4A57A0 are triadic colors.

2 #A0574A and #574AA0 with #4A57A0 are triadic colors.