COLOR #49669C

HEX: #49669C
RGB: (73,102,156)

Color info

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

RGB color model

#49669C color RGB value is (73,102,156).

  • red value is 73;
  • green value is 102;
  • blue value is 156.
RGB:
(73,102,156)
(29%,40%,61%)

RGB channels and saturation

R 73 of 255 = 29%
G 102 of 255 = 40%
B 156 of 255 = 61%

73
102
156

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

Portions of RGB colors in percentages

R + G + B =
73 + 102 + 156 = 331 (100%)
R 73 of 331 ~ 22.05%
G 102 of 331 ~ 30.82%
B 156 of 331 ~ 47.13%

%22.05
%30.82
%47.13

CMYK color model

#49669C color CMYK value is (53,35,0,39).

  • cyan value is 53.21%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(53,35,0,39)
C53M35Y0K39 
(53%,35%,0%,39%)
(0.53/0.35/0.00/0.39)	

CMYK percentages

%53.21
%34.62
%0
%38.82

Codes

Color #49669C in popluar color models

49669C
RGB73102156
HSL219°36.24%44.90%
HSB/HSV219°53.21%61.18%
CMYK53.21%34.62%0.00%
38.82%

Color #49669C in popluar number systems.

HEX49669C
Decimal73102156
Binary1001001110011010011100
Octal111146234

Shades and tints

Shades of #49669C

#49669C
(73,102,156)
#435D8E
(67,93,142)
#3D5480
(61,84,128)
#374B72
(55,75,114)
#314264
(49,66,100)
#2B3956
(43,57,86)
#253048
(37,48,72)
#1F273A
(31,39,58)
#191E2C
(25,30,44)
#13151E
(19,21,30)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #49669C

#49669C
(73,102,156)
#5973A5
(89,115,165)
#6980AE
(105,128,174)
#798DB7
(121,141,183)
#899AC0
(137,154,192)
#99A7C9
(153,167,201)
#A9B4D2
(169,180,210)
#B9C1DB
(185,193,219)
#C9CEE4
(201,206,228)
#D9DBED
(217,219,237)
#E9E8F6
(233,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49669C color. Also use rgb(73,102,156) instead hex code.

Text Font Color

.myTextColor { color: #49669C; }

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

This text font color is #49669C.


Background Color

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

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

This div background color is #49669C.


Border color

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

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

This div border color is #49669C.


Opacity

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

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

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

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

This text has shadow with #49669C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49669C on black background.


Color preview on white background

This text has color #49669C on white background.



Black color preview on #49669C background

This text has black color on #49669C background.


White color preview on #49669C background

This text has white color on #49669C background.