COLOR #49455C

HEX: #49455C
RGB: (73,69,92)

Color info

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

RGB color model

#49455C color RGB value is (73,69,92).

  • red value is 73;
  • green value is 69;
  • blue value is 92.
RGB:
(73,69,92)
(29%,27%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 69 of 255 = 27%
B 92 of 255 = 36%

73
69
92

R + G + B ~ 31%. #49455C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 69 + 92 = 234 (100%)
R 73 of 234 ~ 31.2%
G 69 of 234 ~ 29.49%
B 92 of 234 ~ 39.32%

%31.2
%29.49
%39.32

CMYK color model

#49455C color CMYK value is (21,25,0,64).

  • cyan value is 20.65%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(21,25,0,64)
C21M25Y0K64 
(21%,25%,0%,64%)
(0.21/0.25/0.00/0.64)	

CMYK percentages

%20.65
%25
%0
%63.92

Codes

Color #49455C in popluar color models

49455C
RGB736992
HSL250°14.29%31.57%
HSB/HSV250°25.00%36.08%
CMYK20.65%25.00%0.00%
63.92%

Color #49455C in popluar number systems.

HEX49455C
Decimal736992
Binary100100110001011011100
Octal111105134

Shades and tints

Shades of #49455C

#49455C
(73,69,92)
#433F54
(67,63,84)
#3D394C
(61,57,76)
#373344
(55,51,68)
#312D3C
(49,45,60)
#2B2734
(43,39,52)
#25212C
(37,33,44)
#1F1B24
(31,27,36)
#19151C
(25,21,28)
#130F14
(19,15,20)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #49455C

#49455C
(73,69,92)
#59556A
(89,85,106)
#696578
(105,101,120)
#797586
(121,117,134)
#898594
(137,133,148)
#9995A2
(153,149,162)
#A9A5B0
(169,165,176)
#B9B5BE
(185,181,190)
#C9C5CC
(201,197,204)
#D9D5DA
(217,213,218)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49455C color. Also use rgb(73,69,92) instead hex code.

Text Font Color

.myTextColor { color: #49455C; }

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

This text font color is #49455C.


Background Color

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

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

This div background color is #49455C.


Border color

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

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

This div border color is #49455C.


Opacity

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

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

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

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

This text has shadow with #49455C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49455C on black background.


Color preview on white background

This text has color #49455C on white background.



Black color preview on #49455C background

This text has black color on #49455C background.


White color preview on #49455C background

This text has white color on #49455C background.