COLOR #4A55A2

HEX: #4A55A2 RGB: (74,85,162)

Color info

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

RGB color model

#4A55A2 color RGB value is (74,85,162).

RGB: (74,85,162) (29%, 33%, 64%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 162 of 255 = 64%

74
85
162

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

Portions of RGB colors in percentages

R + G + B = 74 + 85 + 162 = 321 (100%)
R 74 of 321 ~ 23.05%
G 85 of 321 ~ 26.48%
B 162 of 321 ~ 50.47'%

%23.05
%26.48
%50.47

CMYK color model

#4A55A2 color CMYK value is (54,48,0,36).

  • cyan value is 54.32%
  • magenta value is 47.53%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (54,48,0,36)
C54M48Y0K36 (54%, 48%, 0%, 36%)
(0.54 / 0.48 / 0.00 / 0.36)

CMYK percentages

%54.32
%47.53
%0
%36.47

Codes

Color #4A55A2 in popluar color models

4A 55 A2
RGB 74 85 162
HSL 233° 37.29% 46.27%
HSB/HSV 233° 54.32% 63.53%
CMYK 54.32% 47.53% 0.00%
36.47%

Color #4A55A2 in popluar number systems.

HEX 4A 55 A2
Decimal 74 85 162
Binary 1001010 1010101 10100010
Octal 112 125 242

Shades and tints

Shades of #4A55A2

#4A55A2
(74,85,162)
#444E94
(68,78,148)
#3E4786
(62,71,134)
#384078
(56,64,120)
#32396A
(50,57,106)
#2C325C
(44,50,92)
#262B4E
(38,43,78)
#202440
(32,36,64)
#1A1D32
(26,29,50)
#141624
(20,22,36)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #4A55A2

#4A55A2
(74,85,162)
#5A64AA
(90,100,170)
#6A73B2
(106,115,178)
#7A82BA
(122,130,186)
#8A91C2
(138,145,194)
#9AA0CA
(154,160,202)
#AAAFD2
(170,175,210)
#BABEDA
(186,190,218)
#CACDE2
(202,205,226)
#DADCEA
(218,220,234)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A55A2; }

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

This text font color is #4A55A2.

Background Color

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

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

This div background color is #4A55A2.

Border color

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

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

This div border color is #4A55A2.

Opacity

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

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

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

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

This text has shadow with #4A55A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A55A2.

Preview

Color preview on black background

This text has color #4A55A2 on black background.


Color preview on white background

This text has color #4A55A2 on white background.


Black color preview on #4A55A2 background

This text has black color on #4A55A2 background.


White color preview on #4A55A2 background

This text has white color on #4A55A2 background.


Related colors

Complementary color

Complementary color for #hex is #B5AA5D.


I love getcolorcode.com

Triadic colors

1 #A24A55 and #55A24A with #4A55A2 are triadic colors.

2 #A2554A and #554AA2 with #4A55A2 are triadic colors.