COLOR #4A7399

HEX: #4A7399 RGB: (74,115,153)

Color info

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

RGB color model

#4A7399 color RGB value is (74,115,153).

RGB: (74,115,153) (29%, 45%, 60%)

RGB channels and saturation

R 74 of 255 = 29%
G 115 of 255 = 45%
B 153 of 255 = 60%

74
115
153

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

Portions of RGB colors in percentages

R + G + B = 74 + 115 + 153 = 342 (100%)
R 74 of 342 ~ 21.64%
G 115 of 342 ~ 33.63%
B 153 of 342 ~ 44.74'%

%21.64
%33.63
%44.74

CMYK color model

#4A7399 color CMYK value is (52,25,0,40).

  • cyan value is 51.63%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (52,25,0,40) C52M25Y0K40 (52%,25%,0%,40%) (0.52/0.25/0.00/0.40) 

CMYK percentages

%51.63
%24.84
%0
%40

Codes

Color #4A7399 in popluar color models

4A 73 99
RGB 74 115 153
HSL 209° 34.80% 44.51%
HSB/HSV 209° 51.63% 60.00%
CMYK 51.63% 24.84% 0.00%
40.00%

Color #4A7399 in popluar number systems.

HEX 4A 73 99
Decimal 74 115 153
Binary 1001010 1110011 10011001
Octal 112 163 231

Shades and tints

Shades of #4A7399

#4A7399
(74,115,153)
#44698C
(68,105,140)
#3E5F7F
(62,95,127)
#385572
(56,85,114)
#324B65
(50,75,101)
#2C4158
(44,65,88)
#26374B
(38,55,75)
#202D3E
(32,45,62)
#1A2331
(26,35,49)
#141924
(20,25,36)
#0E0F17
(14,15,23)
#000000
(0,0,0)

Tints of #4A7399

#4A7399
(74,115,153)
#5A7FA2
(90,127,162)
#6A8BAB
(106,139,171)
#7A97B4
(122,151,180)
#8AA3BD
(138,163,189)
#9AAFC6
(154,175,198)
#AABBCF
(170,187,207)
#BAC7D8
(186,199,216)
#CAD3E1
(202,211,225)
#DADFEA
(218,223,234)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7399 color. Also use rgb(74,115,153) instead hex code.

Text Font Color

.myTextColor { color: #4A7399; }

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

This text font color is #4A7399.

Background Color

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

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

This div background color is #4A7399.

Border color

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

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

This div border color is #4A7399.

Opacity

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

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

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

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

This text has shadow with #4A7399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7399.

Preview

Color preview on black background

This text has color #4A7399 on black background.


Color preview on white background

This text has color #4A7399 on white background.


Black color preview on #4A7399 background

This text has black color on #4A7399 background.


White color preview on #4A7399 background

This text has white color on #4A7399 background.


Related colors

Complementary color

Complementary color for #hex is #B58C66.


I love getcolorcode.com

Triadic colors

1 #994A73 and #73994A with #4A7399 are triadic colors.

2 #99734A and #734A99 with #4A7399 are triadic colors.