COLOR #49758A

HEX: #49758A
RGB: (73,117,138)

Color info

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

RGB color model

#49758A color RGB value is (73,117,138).

  • red value is 73;
  • green value is 117;
  • blue value is 138.
RGB:
(73,117,138)
(29%,46%,54%)

RGB channels and saturation

R 73 of 255 = 29%
G 117 of 255 = 46%
B 138 of 255 = 54%

73
117
138

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

Portions of RGB colors in percentages

R + G + B =
73 + 117 + 138 = 328 (100%)
R 73 of 328 ~ 22.26%
G 117 of 328 ~ 35.67%
B 138 of 328 ~ 42.07%

%22.26
%35.67
%42.07

CMYK color model

#49758A color CMYK value is (47,15,0,46).

  • cyan value is 47.10%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(47,15,0,46)
C47M15Y0K46 
(47%,15%,0%,46%)
(0.47/0.15/0.00/0.46)	

CMYK percentages

%47.1
%15.22
%0
%45.88

Codes

Color #49758A in popluar color models

49758A
RGB73117138
HSL199°30.81%41.37%
HSB/HSV199°47.10%54.12%
CMYK47.10%15.22%0.00%
45.88%

Color #49758A in popluar number systems.

HEX49758A
Decimal73117138
Binary1001001111010110001010
Octal111165212

Shades and tints

Shades of #49758A

#49758A
(73,117,138)
#436B7E
(67,107,126)
#3D6172
(61,97,114)
#375766
(55,87,102)
#314D5A
(49,77,90)
#2B434E
(43,67,78)
#253942
(37,57,66)
#1F2F36
(31,47,54)
#19252A
(25,37,42)
#131B1E
(19,27,30)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #49758A

#49758A
(73,117,138)
#598194
(89,129,148)
#698D9E
(105,141,158)
#7999A8
(121,153,168)
#89A5B2
(137,165,178)
#99B1BC
(153,177,188)
#A9BDC6
(169,189,198)
#B9C9D0
(185,201,208)
#C9D5DA
(201,213,218)
#D9E1E4
(217,225,228)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49758A color. Also use rgb(73,117,138) instead hex code.

Text Font Color

.myTextColor { color: #49758A; }

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

This text font color is #49758A.


Background Color

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

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

This div background color is #49758A.


Border color

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

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

This div border color is #49758A.


Opacity

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

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

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

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

This text has shadow with #49758A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49758A on black background.


Color preview on white background

This text has color #49758A on white background.



Black color preview on #49758A background

This text has black color on #49758A background.


White color preview on #49758A background

This text has white color on #49758A background.