COLOR #4A7489

HEX: #4A7489
RGB: (74,116,137)

Color info

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

RGB color model

#4A7489 color RGB value is (74,116,137).

  • red value is 74;
  • green value is 116;
  • blue value is 137.
RGB:
(74,116,137)
(29%,45%,54%)

RGB channels and saturation

R 74 of 255 = 29%
G 116 of 255 = 45%
B 137 of 255 = 54%

74
116
137

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

Portions of RGB colors in percentages

R + G + B =
74 + 116 + 137 = 327 (100%)
R 74 of 327 ~ 22.63%
G 116 of 327 ~ 35.47%
B 137 of 327 ~ 41.9%

%22.63
%35.47
%41.9

CMYK color model

#4A7489 color CMYK value is (46,15,0,46).

  • cyan value is 45.99%
  • magenta value is 15.33%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(46,15,0,46)
C46M15Y0K46 
(46%,15%,0%,46%)
(0.46/0.15/0.00/0.46)	

CMYK percentages

%45.99
%15.33
%0
%46.27

Codes

Color #4A7489 in popluar color models

4A7489
RGB74116137
HSL200°29.86%41.37%
HSB/HSV200°45.99%53.73%
CMYK45.99%15.33%0.00%
46.27%

Color #4A7489 in popluar number systems.

HEX4A7489
Decimal74116137
Binary1001010111010010001001
Octal112164211

Shades and tints

Shades of #4A7489

#4A7489
(74,116,137)
#446A7D
(68,106,125)
#3E6071
(62,96,113)
#385665
(56,86,101)
#324C59
(50,76,89)
#2C424D
(44,66,77)
#263841
(38,56,65)
#202E35
(32,46,53)
#1A2429
(26,36,41)
#141A1D
(20,26,29)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #4A7489

#4A7489
(74,116,137)
#5A8093
(90,128,147)
#6A8C9D
(106,140,157)
#7A98A7
(122,152,167)
#8AA4B1
(138,164,177)
#9AB0BB
(154,176,187)
#AABCC5
(170,188,197)
#BAC8CF
(186,200,207)
#CAD4D9
(202,212,217)
#DAE0E3
(218,224,227)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7489; }

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

This text font color is #4A7489.


Background Color

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

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

This div background color is #4A7489.


Border color

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

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

This div border color is #4A7489.


Opacity

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

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

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

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

This text has shadow with #4A7489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7489 on black background.


Color preview on white background

This text has color #4A7489 on white background.



Black color preview on #4A7489 background

This text has black color on #4A7489 background.


White color preview on #4A7489 background

This text has white color on #4A7489 background.