COLOR #4A708B

HEX: #4A708B
RGB: (74,112,139)

Color info

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

RGB color model

#4A708B color RGB value is (74,112,139).

  • red value is 74;
  • green value is 112;
  • blue value is 139.
RGB:
(74,112,139)
(29%,44%,55%)

RGB channels and saturation

R 74 of 255 = 29%
G 112 of 255 = 44%
B 139 of 255 = 55%

74
112
139

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

Portions of RGB colors in percentages

R + G + B =
74 + 112 + 139 = 325 (100%)
R 74 of 325 ~ 22.77%
G 112 of 325 ~ 34.46%
B 139 of 325 ~ 42.77%

%22.77
%34.46
%42.77

CMYK color model

#4A708B color CMYK value is (47,19,0,45).

  • cyan value is 46.76%
  • magenta value is 19.42%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(47,19,0,45)
C47M19Y0K45 
(47%,19%,0%,45%)
(0.47/0.19/0.00/0.45)	

CMYK percentages

%46.76
%19.42
%0
%45.49

Codes

Color #4A708B in popluar color models

4A708B
RGB74112139
HSL205°30.52%41.76%
HSB/HSV205°46.76%54.51%
CMYK46.76%19.42%0.00%
45.49%

Color #4A708B in popluar number systems.

HEX4A708B
Decimal74112139
Binary1001010111000010001011
Octal112160213

Shades and tints

Shades of #4A708B

#4A708B
(74,112,139)
#44667F
(68,102,127)
#3E5C73
(62,92,115)
#385267
(56,82,103)
#32485B
(50,72,91)
#2C3E4F
(44,62,79)
#263443
(38,52,67)
#202A37
(32,42,55)
#1A202B
(26,32,43)
#14161F
(20,22,31)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #4A708B

#4A708B
(74,112,139)
#5A7D95
(90,125,149)
#6A8A9F
(106,138,159)
#7A97A9
(122,151,169)
#8AA4B3
(138,164,179)
#9AB1BD
(154,177,189)
#AABEC7
(170,190,199)
#BACBD1
(186,203,209)
#CAD8DB
(202,216,219)
#DAE5E5
(218,229,229)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A708B color. Also use rgb(74,112,139) instead hex code.

Text Font Color

.myTextColor { color: #4A708B; }

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

This text font color is #4A708B.


Background Color

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

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

This div background color is #4A708B.


Border color

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

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

This div border color is #4A708B.


Opacity

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

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

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

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

This text has shadow with #4A708B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A708B on black background.


Color preview on white background

This text has color #4A708B on white background.



Black color preview on #4A708B background

This text has black color on #4A708B background.


White color preview on #4A708B background

This text has white color on #4A708B background.