COLOR #49718F

HEX: #49718F
RGB: (73,113,143)

Color info

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

RGB color model

#49718F color RGB value is (73,113,143).

  • red value is 73;
  • green value is 113;
  • blue value is 143.
RGB:
(73,113,143)
(29%,44%,56%)

RGB channels and saturation

R 73 of 255 = 29%
G 113 of 255 = 44%
B 143 of 255 = 56%

73
113
143

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

Portions of RGB colors in percentages

R + G + B =
73 + 113 + 143 = 329 (100%)
R 73 of 329 ~ 22.19%
G 113 of 329 ~ 34.35%
B 143 of 329 ~ 43.47%

%22.19
%34.35
%43.47

CMYK color model

#49718F color CMYK value is (49,21,0,44).

  • cyan value is 48.95%
  • magenta value is 20.98%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(49,21,0,44)
C49M21Y0K44 
(49%,21%,0%,44%)
(0.49/0.21/0.00/0.44)	

CMYK percentages

%48.95
%20.98
%0
%43.92

Codes

Color #49718F in popluar color models

49718F
RGB73113143
HSL206°32.41%42.35%
HSB/HSV206°48.95%56.08%
CMYK48.95%20.98%0.00%
43.92%

Color #49718F in popluar number systems.

HEX49718F
Decimal73113143
Binary1001001111000110001111
Octal111161217

Shades and tints

Shades of #49718F

#49718F
(73,113,143)
#436782
(67,103,130)
#3D5D75
(61,93,117)
#375368
(55,83,104)
#31495B
(49,73,91)
#2B3F4E
(43,63,78)
#253541
(37,53,65)
#1F2B34
(31,43,52)
#192127
(25,33,39)
#13171A
(19,23,26)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #49718F

#49718F
(73,113,143)
#597D99
(89,125,153)
#6989A3
(105,137,163)
#7995AD
(121,149,173)
#89A1B7
(137,161,183)
#99ADC1
(153,173,193)
#A9B9CB
(169,185,203)
#B9C5D5
(185,197,213)
#C9D1DF
(201,209,223)
#D9DDE9
(217,221,233)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49718F color. Also use rgb(73,113,143) instead hex code.

Text Font Color

.myTextColor { color: #49718F; }

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

This text font color is #49718F.


Background Color

.myBgColor { background-color: #49718F; }

<div style="background-color:#49718F">Inner text</div>

This div background color is #49718F.


Border color

.myBorderColor { border: 1px solid #49718F; }

<div style="border:3px solid #49718F">Div</div>

This div border color is #49718F.


Opacity

.myOpacity80 { color: #49718F; opacity: 0.8; }

<p style="color:#49718F;opacity:0.8;">80%</p>

Text with #49718F 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 #49718F;}

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

This text has shadow with #49718F color.

.textShadow {text-shadow: 3px 3px 1px #49718F, 3px 3px 1px red;}

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

This text has shadow with #49718F primary color and red secondary color.


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

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

This text has shadow with #49718F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49718F on black background.


Color preview on white background

This text has color #49718F on white background.



Black color preview on #49718F background

This text has black color on #49718F background.


White color preview on #49718F background

This text has white color on #49718F background.