COLOR #4A728D

HEX: #4A728D
RGB: (74,114,141)

Color info

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

RGB color model

#4A728D color RGB value is (74,114,141).

  • red value is 74;
  • green value is 114;
  • blue value is 141.
RGB:
(74,114,141)
(29%,45%,55%)

RGB channels and saturation

R 74 of 255 = 29%
G 114 of 255 = 45%
B 141 of 255 = 55%

74
114
141

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

Portions of RGB colors in percentages

R + G + B =
74 + 114 + 141 = 329 (100%)
R 74 of 329 ~ 22.49%
G 114 of 329 ~ 34.65%
B 141 of 329 ~ 42.86%

%22.49
%34.65
%42.86

CMYK color model

#4A728D color CMYK value is (48,19,0,45).

  • cyan value is 47.52%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(48,19,0,45)
C48M19Y0K45 
(48%,19%,0%,45%)
(0.48/0.19/0.00/0.45)	

CMYK percentages

%47.52
%19.15
%0
%44.71

Codes

Color #4A728D in popluar color models

4A728D
RGB74114141
HSL204°31.16%42.16%
HSB/HSV204°47.52%55.29%
CMYK47.52%19.15%0.00%
44.71%

Color #4A728D in popluar number systems.

HEX4A728D
Decimal74114141
Binary1001010111001010001101
Octal112162215

Shades and tints

Shades of #4A728D

#4A728D
(74,114,141)
#446881
(68,104,129)
#3E5E75
(62,94,117)
#385469
(56,84,105)
#324A5D
(50,74,93)
#2C4051
(44,64,81)
#263645
(38,54,69)
#202C39
(32,44,57)
#1A222D
(26,34,45)
#141821
(20,24,33)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #4A728D

#4A728D
(74,114,141)
#5A7E97
(90,126,151)
#6A8AA1
(106,138,161)
#7A96AB
(122,150,171)
#8AA2B5
(138,162,181)
#9AAEBF
(154,174,191)
#AABAC9
(170,186,201)
#BAC6D3
(186,198,211)
#CAD2DD
(202,210,221)
#DADEE7
(218,222,231)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A728D color. Also use rgb(74,114,141) instead hex code.

Text Font Color

.myTextColor { color: #4A728D; }

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

This text font color is #4A728D.


Background Color

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

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

This div background color is #4A728D.


Border color

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

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

This div border color is #4A728D.


Opacity

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

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

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

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

This text has shadow with #4A728D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A728D on black background.


Color preview on white background

This text has color #4A728D on white background.



Black color preview on #4A728D background

This text has black color on #4A728D background.


White color preview on #4A728D background

This text has white color on #4A728D background.