COLOR #4A7394

HEX: #4A7394
RGB: (74,115,148)

Color info

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

RGB color model

#4A7394 color RGB value is (74,115,148).

  • red value is 74;
  • green value is 115;
  • blue value is 148.
RGB:
(74,115,148)
(29%,45%,58%)

RGB channels and saturation

R 74 of 255 = 29%
G 115 of 255 = 45%
B 148 of 255 = 58%

74
115
148

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

Portions of RGB colors in percentages

R + G + B =
74 + 115 + 148 = 337 (100%)
R 74 of 337 ~ 21.96%
G 115 of 337 ~ 34.12%
B 148 of 337 ~ 43.92%

%21.96
%34.12
%43.92

CMYK color model

#4A7394 color CMYK value is (50,22,0,42).

  • cyan value is 50.00%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(50,22,0,42)
C50M22Y0K42 
(50%,22%,0%,42%)
(0.50/0.22/0.00/0.42)	

CMYK percentages

%50
%22.3
%0
%41.96

Codes

Color #4A7394 in popluar color models

4A7394
RGB74115148
HSL207°33.33%43.53%
HSB/HSV207°50.00%58.04%
CMYK50.00%22.30%0.00%
41.96%

Color #4A7394 in popluar number systems.

HEX4A7394
Decimal74115148
Binary1001010111001110010100
Octal112163224

Shades and tints

Shades of #4A7394

#4A7394
(74,115,148)
#446987
(68,105,135)
#3E5F7A
(62,95,122)
#38556D
(56,85,109)
#324B60
(50,75,96)
#2C4153
(44,65,83)
#263746
(38,55,70)
#202D39
(32,45,57)
#1A232C
(26,35,44)
#14191F
(20,25,31)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #4A7394

#4A7394
(74,115,148)
#5A7F9D
(90,127,157)
#6A8BA6
(106,139,166)
#7A97AF
(122,151,175)
#8AA3B8
(138,163,184)
#9AAFC1
(154,175,193)
#AABBCA
(170,187,202)
#BAC7D3
(186,199,211)
#CAD3DC
(202,211,220)
#DADFE5
(218,223,229)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7394; }

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

This text font color is #4A7394.


Background Color

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

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

This div background color is #4A7394.


Border color

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

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

This div border color is #4A7394.


Opacity

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

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

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

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

This text has shadow with #4A7394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7394 on black background.


Color preview on white background

This text has color #4A7394 on white background.



Black color preview on #4A7394 background

This text has black color on #4A7394 background.


White color preview on #4A7394 background

This text has white color on #4A7394 background.