COLOR #4A55A5

HEX: #4A55A5 RGB: (74,85,165)

Color info

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

RGB color model

#4A55A5 color RGB value is (74,85,165).

RGB: (74,85,165) (29%, 33%, 65%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 165 of 255 = 65%

74
85
165

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

Portions of RGB colors in percentages

R + G + B = 74 + 85 + 165 = 324 (100%)
R 74 of 324 ~ 22.84%
G 85 of 324 ~ 26.23%
B 165 of 324 ~ 50.93'%

%22.84
%26.23
%50.93

CMYK color model

#4A55A5 color CMYK value is (55,48,0,35).

  • cyan value is 55.15%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (55,48,0,35)
C55M48Y0K35 (55%, 48%, 0%, 35%)
(0.55 / 0.48 / 0.00 / 0.35)

CMYK percentages

%55.15
%48.48
%0
%35.29

Codes

Color #4A55A5 in popluar color models

4A 55 A5
RGB 74 85 165
HSL 233° 38.08% 46.86%
HSB/HSV 233° 55.15% 64.71%
CMYK 55.15% 48.48% 0.00%
35.29%

Color #4A55A5 in popluar number systems.

HEX 4A 55 A5
Decimal 74 85 165
Binary 1001010 1010101 10100101
Octal 112 125 245

Shades and tints

Shades of #4A55A5

#4A55A5
(74,85,165)
#444E96
(68,78,150)
#3E4787
(62,71,135)
#384078
(56,64,120)
#323969
(50,57,105)
#2C325A
(44,50,90)
#262B4B
(38,43,75)
#20243C
(32,36,60)
#1A1D2D
(26,29,45)
#14161E
(20,22,30)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #4A55A5

#4A55A5
(74,85,165)
#5A64AD
(90,100,173)
#6A73B5
(106,115,181)
#7A82BD
(122,130,189)
#8A91C5
(138,145,197)
#9AA0CD
(154,160,205)
#AAAFD5
(170,175,213)
#BABEDD
(186,190,221)
#CACDE5
(202,205,229)
#DADCED
(218,220,237)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A55A5 color. Also use rgb(74,85,165) instead hex code.

Text Font Color

.myTextColor { color: #4A55A5; }

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

This text font color is #4A55A5.

Background Color

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

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

This div background color is #4A55A5.

Border color

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

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

This div border color is #4A55A5.

Opacity

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

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

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

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

This text has shadow with #4A55A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A55A5.

Preview

Color preview on black background

This text has color #4A55A5 on black background.


Color preview on white background

This text has color #4A55A5 on white background.


Black color preview on #4A55A5 background

This text has black color on #4A55A5 background.


White color preview on #4A55A5 background

This text has white color on #4A55A5 background.


Related colors

Complementary color

Complementary color for #hex is #B5AA5A.


I love getcolorcode.com

Triadic colors

1 #A54A55 and #55A54A with #4A55A5 are triadic colors.

2 #A5554A and #554AA5 with #4A55A5 are triadic colors.