COLOR #4A54AD

HEX: #4A54AD
RGB: (74,84,173)

Color info

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

RGB color model

#4A54AD color RGB value is (74,84,173).

  • red value is 74;
  • green value is 84;
  • blue value is 173.
RGB:
(74,84,173)
(29%,33%,68%)

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 173 of 255 = 68%

74
84
173

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

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 173 = 331 (100%)
R 74 of 331 ~ 22.36%
G 84 of 331 ~ 25.38%
B 173 of 331 ~ 52.27%

%22.36
%25.38
%52.27

CMYK color model

#4A54AD color CMYK value is (57,51,0,32).

  • cyan value is 57.23%
  • magenta value is 51.45%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(57,51,0,32)
C57M51Y0K32 
(57%,51%,0%,32%)
(0.57/0.51/0.00/0.32)	

CMYK percentages

%57.23
%51.45
%0
%32.16

Codes

Color #4A54AD in popluar color models

4A54AD
RGB7484173
HSL234°40.08%48.43%
HSB/HSV234°57.23%67.84%
CMYK57.23%51.45%0.00%
32.16%

Color #4A54AD in popluar number systems.

HEX4A54AD
Decimal7484173
Binary1001010101010010101101
Octal112124255

Shades and tints

Shades of #4A54AD

#4A54AD
(74,84,173)
#444D9E
(68,77,158)
#3E468F
(62,70,143)
#383F80
(56,63,128)
#323871
(50,56,113)
#2C3162
(44,49,98)
#262A53
(38,42,83)
#202344
(32,35,68)
#1A1C35
(26,28,53)
#141526
(20,21,38)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #4A54AD

#4A54AD
(74,84,173)
#5A63B4
(90,99,180)
#6A72BB
(106,114,187)
#7A81C2
(122,129,194)
#8A90C9
(138,144,201)
#9A9FD0
(154,159,208)
#AAAED7
(170,174,215)
#BABDDE
(186,189,222)
#CACCE5
(202,204,229)
#DADBEC
(218,219,236)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A54AD; }

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

This text font color is #4A54AD.


Background Color

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

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

This div background color is #4A54AD.


Border color

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

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

This div border color is #4A54AD.


Opacity

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

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

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

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

This text has shadow with #4A54AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A54AD on black background.


Color preview on white background

This text has color #4A54AD on white background.



Black color preview on #4A54AD background

This text has black color on #4A54AD background.


White color preview on #4A54AD background

This text has white color on #4A54AD background.