COLOR #4A6AA2

HEX: #4A6AA2
RGB: (74,106,162)

Color info

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

RGB color model

#4A6AA2 color RGB value is (74,106,162).

  • red value is 74;
  • green value is 106;
  • blue value is 162.
RGB:
(74,106,162)
(29%,42%,64%)

RGB channels and saturation

R 74 of 255 = 29%
G 106 of 255 = 42%
B 162 of 255 = 64%

74
106
162

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

Portions of RGB colors in percentages

R + G + B =
74 + 106 + 162 = 342 (100%)
R 74 of 342 ~ 21.64%
G 106 of 342 ~ 30.99%
B 162 of 342 ~ 47.37%

%21.64
%30.99
%47.37

CMYK color model

#4A6AA2 color CMYK value is (54,35,0,36).

  • cyan value is 54.32%
  • magenta value is 34.57%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(54,35,0,36)
C54M35Y0K36 
(54%,35%,0%,36%)
(0.54/0.35/0.00/0.36)	

CMYK percentages

%54.32
%34.57
%0
%36.47

Codes

Color #4A6AA2 in popluar color models

4A6AA2
RGB74106162
HSL218°37.29%46.27%
HSB/HSV218°54.32%63.53%
CMYK54.32%34.57%0.00%
36.47%

Color #4A6AA2 in popluar number systems.

HEX4A6AA2
Decimal74106162
Binary1001010110101010100010
Octal112152242

Shades and tints

Shades of #4A6AA2

#4A6AA2
(74,106,162)
#446194
(68,97,148)
#3E5886
(62,88,134)
#384F78
(56,79,120)
#32466A
(50,70,106)
#2C3D5C
(44,61,92)
#26344E
(38,52,78)
#202B40
(32,43,64)
#1A2232
(26,34,50)
#141924
(20,25,36)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #4A6AA2

#4A6AA2
(74,106,162)
#5A77AA
(90,119,170)
#6A84B2
(106,132,178)
#7A91BA
(122,145,186)
#8A9EC2
(138,158,194)
#9AABCA
(154,171,202)
#AAB8D2
(170,184,210)
#BAC5DA
(186,197,218)
#CAD2E2
(202,210,226)
#DADFEA
(218,223,234)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6AA2; }

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

This text font color is #4A6AA2.


Background Color

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

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

This div background color is #4A6AA2.


Border color

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

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

This div border color is #4A6AA2.


Opacity

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

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

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

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

This text has shadow with #4A6AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6AA2 on black background.


Color preview on white background

This text has color #4A6AA2 on white background.



Black color preview on #4A6AA2 background

This text has black color on #4A6AA2 background.


White color preview on #4A6AA2 background

This text has white color on #4A6AA2 background.