COLOR #729FC5

HEX: #729FC5 RGB: (114,159,197)

Color info

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

RGB color model

#729FC5 color RGB value is (114,159,197).

RGB: (114,159,197) (45%, 62%, 77%)

RGB channels and saturation

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

114
159
197

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

Portions of RGB colors in percentages

R + G + B = 114 + 159 + 197 = 470 (100%)
R 114 of 470 ~ 24.26%
G 159 of 470 ~ 33.83%
B 197 of 470 ~ 41.91'%

%24.26
%33.83
%41.91

CMYK color model

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

  • cyan value is 42.13%
  • 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

%42.13
%19.29
%0
%22.75

Codes

Color #729FC5 in popluar color models

72 9F C5
RGB 114 159 197
HSL 207° 41.71% 60.98%
HSB/HSV 207° 42.13% 77.25%
CMYK 42.13% 19.29% 0.00%
22.75%

Color #729FC5 in popluar number systems.

HEX 72 9F C5
Decimal 114 159 197
Binary 1110010 10011111 11000101
Octal 162 237 305

Shades and tints

Shades of #729FC5

#729FC5
(114,159,197)
#6891B4
(104,145,180)
#5E83A3
(94,131,163)
#547592
(84,117,146)
#4A6781
(74,103,129)
#405970
(64,89,112)
#364B5F
(54,75,95)
#2C3D4E
(44,61,78)
#222F3D
(34,47,61)
#18212C
(24,33,44)
#0E131B
(14,19,27)
#000000
(0,0,0)

Tints of #729FC5

#729FC5
(114,159,197)
#7EA7CA
(126,167,202)
#8AAFCF
(138,175,207)
#96B7D4
(150,183,212)
#A2BFD9
(162,191,217)
#AEC7DE
(174,199,222)
#BACFE3
(186,207,227)
#C6D7E8
(198,215,232)
#D2DFED
(210,223,237)
#DEE7F2
(222,231,242)
#EAEFF7
(234,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729FC5; }

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

This text font color is #729FC5.

Background Color

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

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

This div background color is #729FC5.

Border color

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

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

This div border color is #729FC5.

Opacity

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

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

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

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

This text has shadow with #729FC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #729FC5.

Preview

Color preview on black background

This text has color #729FC5 on black background.


Color preview on white background

This text has color #729FC5 on white background.


Black color preview on #729FC5 background

This text has black color on #729FC5 background.


White color preview on #729FC5 background

This text has white color on #729FC5 background.


Related colors

Complementary color

Complementary color for #hex is #8D603A.


I love getcolorcode.com

Triadic colors

1 #C5729F and #9FC572 with #729FC5 are triadic colors.

2 #C59F72 and #9F72C5 with #729FC5 are triadic colors.