COLOR #73A7C2

HEX: #73A7C2 RGB: (115,167,194)

Color info

#73A7C2 contains mainly green and blue colors. Web safe color of #73A7C2 is #6699CC (or #69C).

RGB color model

#73A7C2 color RGB value is (115,167,194).

RGB: (115,167,194) (45%, 65%, 76%)

RGB channels and saturation

R 115 of 255 = 45%
G 167 of 255 = 65%
B 194 of 255 = 76%

115
167
194

R + G + B ~ 62%. #73A7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 167 + 194 = 476 (100%)
R 115 of 476 ~ 24.16%
G 167 of 476 ~ 35.08%
B 194 of 476 ~ 40.76'%

%24.16
%35.08
%40.76

CMYK color model

#73A7C2 color CMYK value is (41,14,0,24).

  • cyan value is 40.72%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (41,14,0,24)
C41M14Y0K24 (41%, 14%, 0%, 24%)
(0.41 / 0.14 / 0.00 / 0.24)

CMYK percentages

%40.72
%13.92
%0
%23.92

Codes

Color #73A7C2 in popluar color models

73 A7 C2
RGB 115 167 194
HSL 201° 39.30% 60.59%
HSB/HSV 201° 40.72% 76.08%
CMYK 40.72% 13.92% 0.00%
23.92%

Color #73A7C2 in popluar number systems.

HEX 73 A7 C2
Decimal 115 167 194
Binary 1110011 10100111 11000010
Octal 163 247 302

Shades and tints

Shades of #73A7C2

#73A7C2
(115,167,194)
#6998B1
(105,152,177)
#5F89A0
(95,137,160)
#557A8F
(85,122,143)
#4B6B7E
(75,107,126)
#415C6D
(65,92,109)
#374D5C
(55,77,92)
#2D3E4B
(45,62,75)
#232F3A
(35,47,58)
#192029
(25,32,41)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #73A7C2

#73A7C2
(115,167,194)
#7FAFC7
(127,175,199)
#8BB7CC
(139,183,204)
#97BFD1
(151,191,209)
#A3C7D6
(163,199,214)
#AFCFDB
(175,207,219)
#BBD7E0
(187,215,224)
#C7DFE5
(199,223,229)
#D3E7EA
(211,231,234)
#DFEFEF
(223,239,239)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A7C2 color. Also use rgb(115,167,194) instead hex code.

Text Font Color

.myTextColor { color: #73A7C2; }

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

This text font color is #73A7C2.

Background Color

.myBgColor { background-color: #73A7C2; }

<div style="background-color:#73A7C2">Inner text</div>

This div background color is #73A7C2.

Border color

.myBorderColor { border: 1px solid #73A7C2; }

<div style="border:3px solid #73A7C2">Div</div>

This div border color is #73A7C2.

Opacity

.myOpacity80 { color: #73A7C2; opacity: 0.8; }

<p style="color:#73A7C2;opacity:0.8;">80%</p>

Text with #73A7C2 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 #73A7C2;}

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

This text has shadow with #73A7C2 color.


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

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

This text has shadow with #73A7C2 primary color and red secondary color.


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

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

This text has shadow with #73A7C2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73A7C2.

Preview

Color preview on black background

This text has color #73A7C2 on black background.


Color preview on white background

This text has color #73A7C2 on white background.


Black color preview on #73A7C2 background

This text has black color on #73A7C2 background.


White color preview on #73A7C2 background

This text has white color on #73A7C2 background.


Related colors

Complementary color

Complementary color for #hex is #8C583D.


I love getcolorcode.com

Triadic colors

1 #C273A7 and #A7C273 with #73A7C2 are triadic colors.

2 #C2A773 and #A773C2 with #73A7C2 are triadic colors.