COLOR #739FAC

HEX: #739FAC RGB: (115,159,172)

Color info

#739FAC contains red, green and blue colors in about the same proportion. Web safe color of #739FAC is #669999 (or #699).

RGB color model

#739FAC color RGB value is (115,159,172).

RGB: (115,159,172) (45%, 62%, 67%)

RGB channels and saturation

R 115 of 255 = 45%
G 159 of 255 = 62%
B 172 of 255 = 67%

115
159
172

R + G + B ~ 58%. #739FAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 159 + 172 = 446 (100%)
R 115 of 446 ~ 25.78%
G 159 of 446 ~ 35.65%
B 172 of 446 ~ 38.57'%

%25.78
%35.65
%38.57

CMYK color model

#739FAC color CMYK value is (33,8,0,33).

  • cyan value is 33.14%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (33,8,0,33)
C33M8Y0K33 (33%, 8%, 0%, 33%)
(0.33 / 0.08 / 0.00 / 0.33)

CMYK percentages

%33.14
%7.56
%0
%32.55

Codes

Color #739FAC in popluar color models

73 9F AC
RGB 115 159 172
HSL 194° 25.56% 56.27%
HSB/HSV 194° 33.14% 67.45%
CMYK 33.14% 7.56% 0.00%
32.55%

Color #739FAC in popluar number systems.

HEX 73 9F AC
Decimal 115 159 172
Binary 1110011 10011111 10101100
Octal 163 237 254

Shades and tints

Shades of #739FAC

#739FAC
(115,159,172)
#69919D
(105,145,157)
#5F838E
(95,131,142)
#55757F
(85,117,127)
#4B6770
(75,103,112)
#415961
(65,89,97)
#374B52
(55,75,82)
#2D3D43
(45,61,67)
#232F34
(35,47,52)
#192125
(25,33,37)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #739FAC

#739FAC
(115,159,172)
#7FA7B3
(127,167,179)
#8BAFBA
(139,175,186)
#97B7C1
(151,183,193)
#A3BFC8
(163,191,200)
#AFC7CF
(175,199,207)
#BBCFD6
(187,207,214)
#C7D7DD
(199,215,221)
#D3DFE4
(211,223,228)
#DFE7EB
(223,231,235)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739FAC color. Also use rgb(115,159,172) instead hex code.

Text Font Color

.myTextColor { color: #739FAC; }

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

This text font color is #739FAC.

Background Color

.myBgColor { background-color: #739FAC; }

<div style="background-color:#739FAC">Inner text</div>

This div background color is #739FAC.

Border color

.myBorderColor { border: 1px solid #739FAC; }

<div style="border:3px solid #739FAC">Div</div>

This div border color is #739FAC.

Opacity

.myOpacity80 { color: #739FAC; opacity: 0.8; }

<p style="color:#739FAC;opacity:0.8;">80%</p>

Text with #739FAC 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 #739FAC;}

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

This text has shadow with #739FAC color.


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

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

This text has shadow with #739FAC primary color and red secondary color.


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

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

This text has shadow with #739FAC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #739FAC.

Preview

Color preview on black background

This text has color #739FAC on black background.


Color preview on white background

This text has color #739FAC on white background.


Black color preview on #739FAC background

This text has black color on #739FAC background.


White color preview on #739FAC background

This text has white color on #739FAC background.


Related colors

Complementary color

Complementary color for #hex is #8C6053.


I love getcolorcode.com

Triadic colors

1 #AC739F and #9FAC73 with #739FAC are triadic colors.

2 #AC9F73 and #9F73AC with #739FAC are triadic colors.