COLOR #49507A

HEX: #49507A
RGB: (73,80,122)

Color info

#49507A contains red, green and blue colors in about the same proportion. Web safe color of #49507A is #336666 (or #366).

RGB color model

#49507A color RGB value is (73,80,122).

  • red value is 73;
  • green value is 80;
  • blue value is 122.
RGB:
(73,80,122)
(29%,31%,48%)

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 122 of 255 = 48%

73
80
122

R + G + B ~ 36%. #49507A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 122 = 275 (100%)
R 73 of 275 ~ 26.55%
G 80 of 275 ~ 29.09%
B 122 of 275 ~ 44.36%

%26.55
%29.09
%44.36

CMYK color model

#49507A color CMYK value is (40,34,0,52).

  • cyan value is 40.16%
  • magenta value is 34.43%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(40,34,0,52)
C40M34Y0K52 
(40%,34%,0%,52%)
(0.40/0.34/0.00/0.52)	

CMYK percentages

%40.16
%34.43
%0
%52.16

Codes

Color #49507A in popluar color models

49507A
RGB7380122
HSL231°25.13%38.24%
HSB/HSV231°40.16%47.84%
CMYK40.16%34.43%0.00%
52.16%

Color #49507A in popluar number systems.

HEX49507A
Decimal7380122
Binary100100110100001111010
Octal111120172

Shades and tints

Shades of #49507A

#49507A
(73,80,122)
#43496F
(67,73,111)
#3D4264
(61,66,100)
#373B59
(55,59,89)
#31344E
(49,52,78)
#2B2D43
(43,45,67)
#252638
(37,38,56)
#1F1F2D
(31,31,45)
#191822
(25,24,34)
#131117
(19,17,23)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #49507A

#49507A
(73,80,122)
#595F86
(89,95,134)
#696E92
(105,110,146)
#797D9E
(121,125,158)
#898CAA
(137,140,170)
#999BB6
(153,155,182)
#A9AAC2
(169,170,194)
#B9B9CE
(185,185,206)
#C9C8DA
(201,200,218)
#D9D7E6
(217,215,230)
#E9E6F2
(233,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49507A color. Also use rgb(73,80,122) instead hex code.

Text Font Color

.myTextColor { color: #49507A; }

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

This text font color is #49507A.


Background Color

.myBgColor { background-color: #49507A; }

<div style="background-color:#49507A">Inner text</div>

This div background color is #49507A.


Border color

.myBorderColor { border: 1px solid #49507A; }

<div style="border:3px solid #49507A">Div</div>

This div border color is #49507A.


Opacity

.myOpacity80 { color: #49507A; opacity: 0.8; }

<p style="color:#49507A;opacity:0.8;">80%</p>

Text with #49507A 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 #49507A;}

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

This text has shadow with #49507A color.

.textShadow {text-shadow: 3px 3px 1px #49507A, 3px 3px 1px red;}

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

This text has shadow with #49507A primary color and red secondary color.


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

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

This text has shadow with #49507A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49507A on black background.


Color preview on white background

This text has color #49507A on white background.



Black color preview on #49507A background

This text has black color on #49507A background.


White color preview on #49507A background

This text has white color on #49507A background.