COLOR #49688C

HEX: #49688C
RGB: (73,104,140)

Color info

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

RGB color model

#49688C color RGB value is (73,104,140).

  • red value is 73;
  • green value is 104;
  • blue value is 140.
RGB:
(73,104,140)
(29%,41%,55%)

RGB channels and saturation

R 73 of 255 = 29%
G 104 of 255 = 41%
B 140 of 255 = 55%

73
104
140

R + G + B ~ 42%. #49688C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 104 + 140 = 317 (100%)
R 73 of 317 ~ 23.03%
G 104 of 317 ~ 32.81%
B 140 of 317 ~ 44.16%

%23.03
%32.81
%44.16

CMYK color model

#49688C color CMYK value is (48,26,0,45).

  • cyan value is 47.86%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(48,26,0,45)
C48M26Y0K45 
(48%,26%,0%,45%)
(0.48/0.26/0.00/0.45)	

CMYK percentages

%47.86
%25.71
%0
%45.1

Codes

Color #49688C in popluar color models

49688C
RGB73104140
HSL212°31.46%41.76%
HSB/HSV212°47.86%54.90%
CMYK47.86%25.71%0.00%
45.10%

Color #49688C in popluar number systems.

HEX49688C
Decimal73104140
Binary1001001110100010001100
Octal111150214

Shades and tints

Shades of #49688C

#49688C
(73,104,140)
#435F80
(67,95,128)
#3D5674
(61,86,116)
#374D68
(55,77,104)
#31445C
(49,68,92)
#2B3B50
(43,59,80)
#253244
(37,50,68)
#1F2938
(31,41,56)
#19202C
(25,32,44)
#131720
(19,23,32)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #49688C

#49688C
(73,104,140)
#597596
(89,117,150)
#6982A0
(105,130,160)
#798FAA
(121,143,170)
#899CB4
(137,156,180)
#99A9BE
(153,169,190)
#A9B6C8
(169,182,200)
#B9C3D2
(185,195,210)
#C9D0DC
(201,208,220)
#D9DDE6
(217,221,230)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49688C color. Also use rgb(73,104,140) instead hex code.

Text Font Color

.myTextColor { color: #49688C; }

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

This text font color is #49688C.


Background Color

.myBgColor { background-color: #49688C; }

<div style="background-color:#49688C">Inner text</div>

This div background color is #49688C.


Border color

.myBorderColor { border: 1px solid #49688C; }

<div style="border:3px solid #49688C">Div</div>

This div border color is #49688C.


Opacity

.myOpacity80 { color: #49688C; opacity: 0.8; }

<p style="color:#49688C;opacity:0.8;">80%</p>

Text with #49688C 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 #49688C;}

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

This text has shadow with #49688C color.

.textShadow {text-shadow: 3px 3px 1px #49688C, 3px 3px 1px red;}

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

This text has shadow with #49688C primary color and red secondary color.


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

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

This text has shadow with #49688C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49688C on black background.


Color preview on white background

This text has color #49688C on white background.



Black color preview on #49688C background

This text has black color on #49688C background.


White color preview on #49688C background

This text has white color on #49688C background.