COLOR #4A59A0

HEX: #4A59A0 RGB: (74,89,160)

Color info

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

RGB color model

#4A59A0 color RGB value is (74,89,160).

RGB: (74,89,160) (29%, 35%, 63%)

RGB channels and saturation

R 74 of 255 = 29%
G 89 of 255 = 35%
B 160 of 255 = 63%

74
89
160

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

Portions of RGB colors in percentages

R + G + B = 74 + 89 + 160 = 323 (100%)
R 74 of 323 ~ 22.91%
G 89 of 323 ~ 27.55%
B 160 of 323 ~ 49.54'%

%22.91
%27.55
%49.54

CMYK color model

#4A59A0 color CMYK value is (54,44,0,37).

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

CMYK: (54,44,0,37)
C54M44Y0K37 (54%, 44%, 0%, 37%)
(0.54 / 0.44 / 0.00 / 0.37)

CMYK percentages

%53.75
%44.38
%0
%37.25

Codes

Color #4A59A0 in popluar color models

4A 59 A0
RGB 74 89 160
HSL 230° 36.75% 45.88%
HSB/HSV 230° 53.75% 62.75%
CMYK 53.75% 44.38% 0.00%
37.25%

Color #4A59A0 in popluar number systems.

HEX 4A 59 A0
Decimal 74 89 160
Binary 1001010 1011001 10100000
Octal 112 131 240

Shades and tints

Shades of #4A59A0

#4A59A0
(74,89,160)
#445192
(68,81,146)
#3E4984
(62,73,132)
#384176
(56,65,118)
#323968
(50,57,104)
#2C315A
(44,49,90)
#26294C
(38,41,76)
#20213E
(32,33,62)
#1A1930
(26,25,48)
#141122
(20,17,34)
#0E0914
(14,9,20)
#000000
(0,0,0)

Tints of #4A59A0

#4A59A0
(74,89,160)
#5A68A8
(90,104,168)
#6A77B0
(106,119,176)
#7A86B8
(122,134,184)
#8A95C0
(138,149,192)
#9AA4C8
(154,164,200)
#AAB3D0
(170,179,208)
#BAC2D8
(186,194,216)
#CAD1E0
(202,209,224)
#DAE0E8
(218,224,232)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A59A0; }

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

This text font color is #4A59A0.

Background Color

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

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

This div background color is #4A59A0.

Border color

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

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

This div border color is #4A59A0.

Opacity

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

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

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

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

This text has shadow with #4A59A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A59A0.

Preview

Color preview on black background

This text has color #4A59A0 on black background.


Color preview on white background

This text has color #4A59A0 on white background.


Black color preview on #4A59A0 background

This text has black color on #4A59A0 background.


White color preview on #4A59A0 background

This text has white color on #4A59A0 background.


Related colors

Complementary color

Complementary color for #hex is #B5A65F.


I love getcolorcode.com

Triadic colors

1 #A04A59 and #59A04A with #4A59A0 are triadic colors.

2 #A0594A and #594AA0 with #4A59A0 are triadic colors.