COLOR #4973A6

HEX: #4973A6 RGB: (73,115,166)

Color info

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

RGB color model

#4973A6 color RGB value is (73,115,166).

RGB: (73,115,166) (29%, 45%, 65%)

RGB channels and saturation

R 73 of 255 = 29%
G 115 of 255 = 45%
B 166 of 255 = 65%

73
115
166

R + G + B ~ 46%. #4973A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 73 + 115 + 166 = 354 (100%)
R 73 of 354 ~ 20.62%
G 115 of 354 ~ 32.49%
B 166 of 354 ~ 46.89'%

%20.62
%32.49
%46.89

CMYK color model

#4973A6 color CMYK value is (56,31,0,35).

  • cyan value is 56.02%
  • magenta value is 30.72%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (56,31,0,35)
C56M31Y0K35 (56%, 31%, 0%, 35%)
(0.56 / 0.31 / 0.00 / 0.35)

CMYK percentages

%56.02
%30.72
%0
%34.9

Codes

Color #4973A6 in popluar color models

49 73 A6
RGB 73 115 166
HSL 213° 38.91% 46.86%
HSB/HSV 213° 56.02% 65.10%
CMYK 56.02% 30.72% 0.00%
34.90%

Color #4973A6 in popluar number systems.

HEX 49 73 A6
Decimal 73 115 166
Binary 1001001 1110011 10100110
Octal 111 163 246

Shades and tints

Shades of #4973A6

#4973A6
(73,115,166)
#436997
(67,105,151)
#3D5F88
(61,95,136)
#375579
(55,85,121)
#314B6A
(49,75,106)
#2B415B
(43,65,91)
#25374C
(37,55,76)
#1F2D3D
(31,45,61)
#19232E
(25,35,46)
#13191F
(19,25,31)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #4973A6

#4973A6
(73,115,166)
#597FAE
(89,127,174)
#698BB6
(105,139,182)
#7997BE
(121,151,190)
#89A3C6
(137,163,198)
#99AFCE
(153,175,206)
#A9BBD6
(169,187,214)
#B9C7DE
(185,199,222)
#C9D3E6
(201,211,230)
#D9DFEE
(217,223,238)
#E9EBF6
(233,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4973A6 color. Also use rgb(73,115,166) instead hex code.

Text Font Color

.myTextColor { color: #4973A6; }

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

This text font color is #4973A6.

Background Color

.myBgColor { background-color: #4973A6; }

<div style="background-color:#4973A6">Inner text</div>

This div background color is #4973A6.

Border color

.myBorderColor { border: 1px solid #4973A6; }

<div style="border:3px solid #4973A6">Div</div>

This div border color is #4973A6.

Opacity

.myOpacity80 { color: #4973A6; opacity: 0.8; }

<p style="color:#4973A6;opacity:0.8;">80%</p>

Text with #4973A6 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 #4973A6;}

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

This text has shadow with #4973A6 color.


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

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

This text has shadow with #4973A6 primary color and red secondary color.


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

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

This text has shadow with #4973A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4973A6.

Preview

Color preview on black background

This text has color #4973A6 on black background.


Color preview on white background

This text has color #4973A6 on white background.


Black color preview on #4973A6 background

This text has black color on #4973A6 background.


White color preview on #4973A6 background

This text has white color on #4973A6 background.


Related colors

Complementary color

Complementary color for #hex is #B68C59.


I love getcolorcode.com

Triadic colors

1 #A64973 and #73A649 with #4973A6 are triadic colors.

2 #A67349 and #7349A6 with #4973A6 are triadic colors.