COLOR #739CC6

HEX: #739CC6 RGB: (115,156,198)

Color info

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

RGB color model

#739CC6 color RGB value is (115,156,198).

RGB: (115,156,198) (45%, 61%, 78%)

RGB channels and saturation

R 115 of 255 = 45%
G 156 of 255 = 61%
B 198 of 255 = 78%

115
156
198

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

Portions of RGB colors in percentages

R + G + B = 115 + 156 + 198 = 469 (100%)
R 115 of 469 ~ 24.52%
G 156 of 469 ~ 33.26%
B 198 of 469 ~ 42.22'%

%24.52
%33.26
%42.22

CMYK color model

#739CC6 color CMYK value is (42,21,0,22).

  • cyan value is 41.92%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (42,21,0,22)
C42M21Y0K22 (42%, 21%, 0%, 22%)
(0.42 / 0.21 / 0.00 / 0.22)

CMYK percentages

%41.92
%21.21
%0
%22.35

Codes

Color #739CC6 in popluar color models

73 9C C6
RGB 115 156 198
HSL 210° 42.13% 61.37%
HSB/HSV 210° 41.92% 77.65%
CMYK 41.92% 21.21% 0.00%
22.35%

Color #739CC6 in popluar number systems.

HEX 73 9C C6
Decimal 115 156 198
Binary 1110011 10011100 11000110
Octal 163 234 306

Shades and tints

Shades of #739CC6

#739CC6
(115,156,198)
#698EB4
(105,142,180)
#5F80A2
(95,128,162)
#557290
(85,114,144)
#4B647E
(75,100,126)
#41566C
(65,86,108)
#37485A
(55,72,90)
#2D3A48
(45,58,72)
#232C36
(35,44,54)
#191E24
(25,30,36)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #739CC6

#739CC6
(115,156,198)
#7FA5CB
(127,165,203)
#8BAED0
(139,174,208)
#97B7D5
(151,183,213)
#A3C0DA
(163,192,218)
#AFC9DF
(175,201,223)
#BBD2E4
(187,210,228)
#C7DBE9
(199,219,233)
#D3E4EE
(211,228,238)
#DFEDF3
(223,237,243)
#EBF6F8
(235,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739CC6 color. Also use rgb(115,156,198) instead hex code.

Text Font Color

.myTextColor { color: #739CC6; }

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

This text font color is #739CC6.

Background Color

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

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

This div background color is #739CC6.

Border color

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

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

This div border color is #739CC6.

Opacity

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

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

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

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

This text has shadow with #739CC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #739CC6.

Preview

Color preview on black background

This text has color #739CC6 on black background.


Color preview on white background

This text has color #739CC6 on white background.


Black color preview on #739CC6 background

This text has black color on #739CC6 background.


White color preview on #739CC6 background

This text has white color on #739CC6 background.


Related colors

Complementary color

Complementary color for #hex is #8C6339.


I love getcolorcode.com

Triadic colors

1 #C6739C and #9CC673 with #739CC6 are triadic colors.

2 #C69C73 and #9C73C6 with #739CC6 are triadic colors.