COLOR #4A528A

HEX: #4A528A RGB: (74,82,138)

Color info

#4A528A contains mainly green and blue colors. Web safe color of #4A528A is #336699 (or #369).

RGB color model

#4A528A color RGB value is (74,82,138).

RGB: (74,82,138) (29%, 32%, 54%)

RGB channels and saturation

R 74 of 255 = 29%
G 82 of 255 = 32%
B 138 of 255 = 54%

74
82
138

R + G + B ~ 38%. #4A528A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 82 + 138 = 294 (100%)
R 74 of 294 ~ 25.17%
G 82 of 294 ~ 27.89%
B 138 of 294 ~ 46.94'%

%25.17
%27.89
%46.94

CMYK color model

#4A528A color CMYK value is (46,41,0,46).

  • cyan value is 46.38%
  • magenta value is 40.58%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (46,41,0,46) C46M41Y0K46 (46%,41%,0%,46%) (0.46/0.41/0.00/0.46) 

CMYK percentages

%46.38
%40.58
%0
%45.88

Codes

Color #4A528A in popluar color models

4A 52 8A
RGB 74 82 138
HSL 233° 30.19% 41.57%
HSB/HSV 233° 46.38% 54.12%
CMYK 46.38% 40.58% 0.00%
45.88%

Color #4A528A in popluar number systems.

HEX 4A 52 8A
Decimal 74 82 138
Binary 1001010 1010010 10001010
Octal 112 122 212

Shades and tints

Shades of #4A528A

#4A528A
(74,82,138)
#444B7E
(68,75,126)
#3E4472
(62,68,114)
#383D66
(56,61,102)
#32365A
(50,54,90)
#2C2F4E
(44,47,78)
#262842
(38,40,66)
#202136
(32,33,54)
#1A1A2A
(26,26,42)
#14131E
(20,19,30)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #4A528A

#4A528A
(74,82,138)
#5A6194
(90,97,148)
#6A709E
(106,112,158)
#7A7FA8
(122,127,168)
#8A8EB2
(138,142,178)
#9A9DBC
(154,157,188)
#AAACC6
(170,172,198)
#BABBD0
(186,187,208)
#CACADA
(202,202,218)
#DAD9E4
(218,217,228)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A528A color. Also use rgb(74,82,138) instead hex code.

Text Font Color

.myTextColor { color: #4A528A; }

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

This text font color is #4A528A.

Background Color

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

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

This div background color is #4A528A.

Border color

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

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

This div border color is #4A528A.

Opacity

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

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

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

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

This text has shadow with #4A528A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A528A.

Preview

Color preview on black background

This text has color #4A528A on black background.


Color preview on white background

This text has color #4A528A on white background.


Black color preview on #4A528A background

This text has black color on #4A528A background.


White color preview on #4A528A background

This text has white color on #4A528A background.


Related colors

Complementary color

Complementary color for #hex is #B5AD75.


I love getcolorcode.com

Triadic colors

1 #8A4A52 and #528A4A with #4A528A are triadic colors.

2 #8A524A and #524A8A with #4A528A are triadic colors.