COLOR #4A74A2

HEX: #4A74A2 RGB: (74,116,162)

Color info

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

RGB color model

#4A74A2 color RGB value is (74,116,162).

RGB: (74,116,162) (29%, 45%, 64%)

RGB channels and saturation

R 74 of 255 = 29%
G 116 of 255 = 45%
B 162 of 255 = 64%

74
116
162

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

Portions of RGB colors in percentages

R + G + B = 74 + 116 + 162 = 352 (100%)
R 74 of 352 ~ 21.02%
G 116 of 352 ~ 32.95%
B 162 of 352 ~ 46.02'%

%21.02
%32.95
%46.02

CMYK color model

#4A74A2 color CMYK value is (54,28,0,36).

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

CMYK: (54,28,0,36)
C54M28Y0K36 (54%, 28%, 0%, 36%)
(0.54 / 0.28 / 0.00 / 0.36)

CMYK percentages

%54.32
%28.4
%0
%36.47

Codes

Color #4A74A2 in popluar color models

4A 74 A2
RGB 74 116 162
HSL 211° 37.29% 46.27%
HSB/HSV 211° 54.32% 63.53%
CMYK 54.32% 28.40% 0.00%
36.47%

Color #4A74A2 in popluar number systems.

HEX 4A 74 A2
Decimal 74 116 162
Binary 1001010 1110100 10100010
Octal 112 164 242

Shades and tints

Shades of #4A74A2

#4A74A2
(74,116,162)
#446A94
(68,106,148)
#3E6086
(62,96,134)
#385678
(56,86,120)
#324C6A
(50,76,106)
#2C425C
(44,66,92)
#26384E
(38,56,78)
#202E40
(32,46,64)
#1A2432
(26,36,50)
#141A24
(20,26,36)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #4A74A2

#4A74A2
(74,116,162)
#5A80AA
(90,128,170)
#6A8CB2
(106,140,178)
#7A98BA
(122,152,186)
#8AA4C2
(138,164,194)
#9AB0CA
(154,176,202)
#AABCD2
(170,188,210)
#BAC8DA
(186,200,218)
#CAD4E2
(202,212,226)
#DAE0EA
(218,224,234)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A74A2; }

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

This text font color is #4A74A2.

Background Color

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

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

This div background color is #4A74A2.

Border color

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

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

This div border color is #4A74A2.

Opacity

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

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

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

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

This text has shadow with #4A74A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A74A2.

Preview

Color preview on black background

This text has color #4A74A2 on black background.


Color preview on white background

This text has color #4A74A2 on white background.


Black color preview on #4A74A2 background

This text has black color on #4A74A2 background.


White color preview on #4A74A2 background

This text has white color on #4A74A2 background.


Related colors

Complementary color

Complementary color for #hex is #B58B5D.


I love getcolorcode.com

Triadic colors

1 #A24A74 and #74A24A with #4A74A2 are triadic colors.

2 #A2744A and #744AA2 with #4A74A2 are triadic colors.