COLOR #49648E

HEX: #49648E RGB: (73,100,142)

Color info

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

RGB color model

#49648E color RGB value is (73,100,142).

RGB: (73,100,142) (29%, 39%, 56%)

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 142 of 255 = 56%

73
100
142

R + G + B ~ 41%. #49648E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 73 + 100 + 142 = 315 (100%)
R 73 of 315 ~ 23.17%
G 100 of 315 ~ 31.75%
B 142 of 315 ~ 45.08'%

%23.17
%31.75
%45.08

CMYK color model

#49648E color CMYK value is (49,30,0,44).

  • cyan value is 48.59%
  • magenta value is 29.58%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (49,30,0,44) C49M30Y0K44 (49%,30%,0%,44%) (0.49/0.30/0.00/0.44) 

CMYK percentages

%48.59
%29.58
%0
%44.31

Codes

Color #49648E in popluar color models

49 64 8E
RGB 73 100 142
HSL 217° 32.09% 42.16%
HSB/HSV 217° 48.59% 55.69%
CMYK 48.59% 29.58% 0.00%
44.31%

Color #49648E in popluar number systems.

HEX 49 64 8E
Decimal 73 100 142
Binary 1001001 1100100 10001110
Octal 111 144 216

Shades and tints

Shades of #49648E

#49648E
(73,100,142)
#435B82
(67,91,130)
#3D5276
(61,82,118)
#37496A
(55,73,106)
#31405E
(49,64,94)
#2B3752
(43,55,82)
#252E46
(37,46,70)
#1F253A
(31,37,58)
#191C2E
(25,28,46)
#131322
(19,19,34)
#0D0A16
(13,10,22)
#000000
(0,0,0)

Tints of #49648E

#49648E
(73,100,142)
#597298
(89,114,152)
#6980A2
(105,128,162)
#798EAC
(121,142,172)
#899CB6
(137,156,182)
#99AAC0
(153,170,192)
#A9B8CA
(169,184,202)
#B9C6D4
(185,198,212)
#C9D4DE
(201,212,222)
#D9E2E8
(217,226,232)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49648E color. Also use rgb(73,100,142) instead hex code.

Text Font Color

.myTextColor { color: #49648E; }

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

This text font color is #49648E.


Background Color

.myBgColor { background-color: #49648E; }

<div style="background-color:#49648E">Inner text</div>

This div background color is #49648E.


Border color

.myBorderColor { border: 1px solid #49648E; }

<div style="border:3px solid #49648E">Div</div>

This div border color is #49648E.


Opacity

.myOpacity80 { color: #49648E; opacity: 0.8; }

<p style="color:#49648E;opacity:0.8;">80%</p>

Text with #49648E 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 #49648E;}

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

This text has shadow with #49648E color.

.textShadow {text-shadow: 3px 3px 1px #49648E, 3px 3px 1px red;}

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

This text has shadow with #49648E primary color and red secondary color.


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

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

This text has shadow with #49648E and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #49648E; -webkit-box-shadow:	1px 1px 3px 2px #49648E; box-shadow:	1px 1px 3px 2px #49648E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49648E; -webkit-box-shadow: 1px 1px 3px 2px #49648E; box-shadow:1px 1px 3px 2px #49648E;">
Div content here</div>
This div box has shadow with color #49648E.

Preview

Color preview on black background

This text has color #49648E on black background.


Color preview on white background

This text has color #49648E on white background.



Black color preview on #49648E background

This text has black color on #49648E background.


White color preview on #49648E background

This text has white color on #49648E background.