COLOR #4993A7

HEX: #4993A7 RGB: (73,147,167)

Color info

#4993A7 contains mainly green and blue colors. Web safe color of #4993A7 is #339999 (or #399).

RGB color model

#4993A7 color RGB value is (73,147,167).

RGB: (73,147,167) (29%, 58%, 65%)

RGB channels and saturation

R 73 of 255 = 29%
G 147 of 255 = 58%
B 167 of 255 = 65%

73
147
167

R + G + B ~ 51%. #4993A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 73 + 147 + 167 = 387 (100%)
R 73 of 387 ~ 18.86%
G 147 of 387 ~ 37.98%
B 167 of 387 ~ 43.15'%

%18.86
%37.98
%43.15

CMYK color model

#4993A7 color CMYK value is (56,12,0,35).

  • cyan value is 56.29%
  • magenta value is 11.98%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (56,12,0,35) C56M12Y0K35 (56%,12%,0%,35%) (0.56/0.12/0.00/0.35) 

CMYK percentages

%56.29
%11.98
%0
%34.51

Codes

Color #4993A7 in popluar color models

49 93 A7
RGB 73 147 167
HSL 193° 39.17% 47.06%
HSB/HSV 193° 56.29% 65.49%
CMYK 56.29% 11.98% 0.00%
34.51%

Color #4993A7 in popluar number systems.

HEX 49 93 A7
Decimal 73 147 167
Binary 1001001 10010011 10100111
Octal 111 223 247

Shades and tints

Shades of #4993A7

#4993A7
(73,147,167)
#438698
(67,134,152)
#3D7989
(61,121,137)
#376C7A
(55,108,122)
#315F6B
(49,95,107)
#2B525C
(43,82,92)
#25454D
(37,69,77)
#1F383E
(31,56,62)
#192B2F
(25,43,47)
#131E20
(19,30,32)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #4993A7

#4993A7
(73,147,167)
#599CAF
(89,156,175)
#69A5B7
(105,165,183)
#79AEBF
(121,174,191)
#89B7C7
(137,183,199)
#99C0CF
(153,192,207)
#A9C9D7
(169,201,215)
#B9D2DF
(185,210,223)
#C9DBE7
(201,219,231)
#D9E4EF
(217,228,239)
#E9EDF7
(233,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4993A7 color. Also use rgb(73,147,167) instead hex code.

Text Font Color

.myTextColor { color: #4993A7; }

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

This text font color is #4993A7.

Background Color

.myBgColor { background-color: #4993A7; }

<div style="background-color:#4993A7">Inner text</div>

This div background color is #4993A7.

Border color

.myBorderColor { border: 1px solid #4993A7; }

<div style="border:3px solid #4993A7">Div</div>

This div border color is #4993A7.

Opacity

.myOpacity80 { color: #4993A7; opacity: 0.8; }

<p style="color:#4993A7;opacity:0.8;">80%</p>

Text with #4993A7 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 #4993A7;}

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

This text has shadow with #4993A7 color.


.textShadow {text-shadow: 3px 3px 1px #4993A7', 3px 3px 1px red;}

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

This text has shadow with #4993A7 primary color and red secondary color.


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

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

This text has shadow with #4993A7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4993A7; -webkit-box-shadow: 1px 1px 3px 2px #4993A7; box-shadow:1px 1px 3px 2px #4993A7;">
Div content here
</div>

This div box has shadow with color #4993A7.

Preview

Color preview on black background

This text has color #4993A7 on black background.


Color preview on white background

This text has color #4993A7 on white background.


Black color preview on #4993A7 background

This text has black color on #4993A7 background.


White color preview on #4993A7 background

This text has white color on #4993A7 background.


Related colors

Complementary color

Complementary color for #hex is #B66C58.


I love getcolorcode.com

Triadic colors

1 #A74993 and #93A749 with #4993A7 are triadic colors.

2 #A79349 and #9349A7 with #4993A7 are triadic colors.