COLOR #49486C

HEX: #49486C
RGB: (73,72,108)

Color info

#49486C contains red, green and blue colors in about the same proportion. Web safe color of #49486C is #333366 (or #336).

RGB color model

#49486C color RGB value is (73,72,108).

  • red value is 73;
  • green value is 72;
  • blue value is 108.
RGB:
(73,72,108)
(29%,28%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 108 of 255 = 42%

73
72
108

R + G + B ~ 33%. #49486C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 108 = 253 (100%)
R 73 of 253 ~ 28.85%
G 72 of 253 ~ 28.46%
B 108 of 253 ~ 42.69%

%28.85
%28.46
%42.69

CMYK color model

#49486C color CMYK value is (32,33,0,58).

  • cyan value is 32.41%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(32,33,0,58)
C32M33Y0K58 
(32%,33%,0%,58%)
(0.32/0.33/0.00/0.58)	

CMYK percentages

%32.41
%33.33
%0
%57.65

Codes

Color #49486C in popluar color models

49486C
RGB7372108
HSL242°20.00%35.29%
HSB/HSV242°33.33%42.35%
CMYK32.41%33.33%0.00%
57.65%

Color #49486C in popluar number systems.

HEX49486C
Decimal7372108
Binary100100110010001101100
Octal111110154

Shades and tints

Shades of #49486C

#49486C
(73,72,108)
#434263
(67,66,99)
#3D3C5A
(61,60,90)
#373651
(55,54,81)
#313048
(49,48,72)
#2B2A3F
(43,42,63)
#252436
(37,36,54)
#1F1E2D
(31,30,45)
#191824
(25,24,36)
#13121B
(19,18,27)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #49486C

#49486C
(73,72,108)
#595879
(89,88,121)
#696886
(105,104,134)
#797893
(121,120,147)
#8988A0
(137,136,160)
#9998AD
(153,152,173)
#A9A8BA
(169,168,186)
#B9B8C7
(185,184,199)
#C9C8D4
(201,200,212)
#D9D8E1
(217,216,225)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49486C color. Also use rgb(73,72,108) instead hex code.

Text Font Color

.myTextColor { color: #49486C; }

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

This text font color is #49486C.


Background Color

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

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

This div background color is #49486C.


Border color

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

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

This div border color is #49486C.


Opacity

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

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

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

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

This text has shadow with #49486C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49486C on black background.


Color preview on white background

This text has color #49486C on white background.



Black color preview on #49486C background

This text has black color on #49486C background.


White color preview on #49486C background

This text has white color on #49486C background.