COLOR #739FC5

HEX: #739FC5
RGB: (115,159,197)

Color info

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

RGB color model

#739FC5 color RGB value is (115,159,197).

  • red value is 115;
  • green value is 159;
  • blue value is 197.
RGB:
(115,159,197)
(45%,62%,77%)

RGB channels and saturation

R 115 of 255 = 45%
G 159 of 255 = 62%
B 197 of 255 = 77%

115
159
197

R + G + B ~ 61%. #739FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 159 + 197 = 471 (100%)
R 115 of 471 ~ 24.42%
G 159 of 471 ~ 33.76%
B 197 of 471 ~ 41.83%

%24.42
%33.76
%41.83

CMYK color model

#739FC5 color CMYK value is (42,19,0,23).

  • cyan value is 41.62%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(42,19,0,23)
C42M19Y0K23 
(42%,19%,0%,23%)
(0.42/0.19/0.00/0.23)	

CMYK percentages

%41.62
%19.29
%0
%22.75

Codes

Color #739FC5 in popluar color models

739FC5
RGB115159197
HSL208°41.41%61.18%
HSB/HSV208°41.62%77.25%
CMYK41.62%19.29%0.00%
22.75%

Color #739FC5 in popluar number systems.

HEX739FC5
Decimal115159197
Binary11100111001111111000101
Octal163237305

Shades and tints

Shades of #739FC5

#739FC5
(115,159,197)
#6991B4
(105,145,180)
#5F83A3
(95,131,163)
#557592
(85,117,146)
#4B6781
(75,103,129)
#415970
(65,89,112)
#374B5F
(55,75,95)
#2D3D4E
(45,61,78)
#232F3D
(35,47,61)
#19212C
(25,33,44)
#0F131B
(15,19,27)
#000000
(0,0,0)

Tints of #739FC5

#739FC5
(115,159,197)
#7FA7CA
(127,167,202)
#8BAFCF
(139,175,207)
#97B7D4
(151,183,212)
#A3BFD9
(163,191,217)
#AFC7DE
(175,199,222)
#BBCFE3
(187,207,227)
#C7D7E8
(199,215,232)
#D3DFED
(211,223,237)
#DFE7F2
(223,231,242)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739FC5; }

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

This text font color is #739FC5.


Background Color

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

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

This div background color is #739FC5.


Border color

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

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

This div border color is #739FC5.


Opacity

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

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

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

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

This text has shadow with #739FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739FC5 on black background.


Color preview on white background

This text has color #739FC5 on white background.



Black color preview on #739FC5 background

This text has black color on #739FC5 background.


White color preview on #739FC5 background

This text has white color on #739FC5 background.