COLOR #729FBF

HEX: #729FBF
RGB: (114,159,191)

Color info

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

RGB color model

#729FBF color RGB value is (114,159,191).

  • red value is 114;
  • green value is 159;
  • blue value is 191.
RGB:
(114,159,191)
(45%,62%,75%)

RGB channels and saturation

R 114 of 255 = 45%
G 159 of 255 = 62%
B 191 of 255 = 75%

114
159
191

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

Portions of RGB colors in percentages

R + G + B =
114 + 159 + 191 = 464 (100%)
R 114 of 464 ~ 24.57%
G 159 of 464 ~ 34.27%
B 191 of 464 ~ 41.16%

%24.57
%34.27
%41.16

CMYK color model

#729FBF color CMYK value is (40,17,0,25).

  • cyan value is 40.31%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(40,17,0,25)
C40M17Y0K25 
(40%,17%,0%,25%)
(0.40/0.17/0.00/0.25)	

CMYK percentages

%40.31
%16.75
%0
%25.1

Codes

Color #729FBF in popluar color models

729FBF
RGB114159191
HSL205°37.56%59.80%
HSB/HSV205°40.31%74.90%
CMYK40.31%16.75%0.00%
25.10%

Color #729FBF in popluar number systems.

HEX729FBF
Decimal114159191
Binary11100101001111110111111
Octal162237277

Shades and tints

Shades of #729FBF

#729FBF
(114,159,191)
#6891AE
(104,145,174)
#5E839D
(94,131,157)
#54758C
(84,117,140)
#4A677B
(74,103,123)
#40596A
(64,89,106)
#364B59
(54,75,89)
#2C3D48
(44,61,72)
#222F37
(34,47,55)
#182126
(24,33,38)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #729FBF

#729FBF
(114,159,191)
#7EA7C4
(126,167,196)
#8AAFC9
(138,175,201)
#96B7CE
(150,183,206)
#A2BFD3
(162,191,211)
#AEC7D8
(174,199,216)
#BACFDD
(186,207,221)
#C6D7E2
(198,215,226)
#D2DFE7
(210,223,231)
#DEE7EC
(222,231,236)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729FBF; }

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

This text font color is #729FBF.


Background Color

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

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

This div background color is #729FBF.


Border color

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

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

This div border color is #729FBF.


Opacity

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

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

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

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

This text has shadow with #729FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729FBF on black background.


Color preview on white background

This text has color #729FBF on white background.



Black color preview on #729FBF background

This text has black color on #729FBF background.


White color preview on #729FBF background

This text has white color on #729FBF background.