COLOR #749FBA

HEX: #749FBA RGB: (116,159,186)

Color info

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

RGB color model

#749FBA color RGB value is (116,159,186).

RGB: (116,159,186) (45%, 62%, 73%)

RGB channels and saturation

R 116 of 255 = 45%
G 159 of 255 = 62%
B 186 of 255 = 73%

116
159
186

R + G + B ~ 60%. #749FBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 159 + 186 = 461 (100%)
R 116 of 461 ~ 25.16%
G 159 of 461 ~ 34.49%
B 186 of 461 ~ 40.35'%

%25.16
%34.49
%40.35

CMYK color model

#749FBA color CMYK value is (38,15,0,27).

  • cyan value is 37.63%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (38,15,0,27) C38M15Y0K27 (38%,15%,0%,27%) (0.38/0.15/0.00/0.27) 

CMYK percentages

%37.63
%14.52
%0
%27.06

Codes

Color #749FBA in popluar color models

74 9F BA
RGB 116 159 186
HSL 203° 33.65% 59.22%
HSB/HSV 203° 37.63% 72.94%
CMYK 37.63% 14.52% 0.00%
27.06%

Color #749FBA in popluar number systems.

HEX 74 9F BA
Decimal 116 159 186
Binary 1110100 10011111 10111010
Octal 164 237 272

Shades and tints

Shades of #749FBA

#749FBA
(116,159,186)
#6A91AA
(106,145,170)
#60839A
(96,131,154)
#56758A
(86,117,138)
#4C677A
(76,103,122)
#42596A
(66,89,106)
#384B5A
(56,75,90)
#2E3D4A
(46,61,74)
#242F3A
(36,47,58)
#1A212A
(26,33,42)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #749FBA

#749FBA
(116,159,186)
#80A7C0
(128,167,192)
#8CAFC6
(140,175,198)
#98B7CC
(152,183,204)
#A4BFD2
(164,191,210)
#B0C7D8
(176,199,216)
#BCCFDE
(188,207,222)
#C8D7E4
(200,215,228)
#D4DFEA
(212,223,234)
#E0E7F0
(224,231,240)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749FBA color. Also use rgb(116,159,186) instead hex code.

Text Font Color

.myTextColor { color: #749FBA; }

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

This text font color is #749FBA.

Background Color

.myBgColor { background-color: #749FBA; }

<div style="background-color:#749FBA">Inner text</div>

This div background color is #749FBA.

Border color

.myBorderColor { border: 1px solid #749FBA; }

<div style="border:3px solid #749FBA">Div</div>

This div border color is #749FBA.

Opacity

.myOpacity80 { color: #749FBA; opacity: 0.8; }

<p style="color:#749FBA;opacity:0.8;">80%</p>

Text with #749FBA 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 #749FBA;}

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

This text has shadow with #749FBA color.


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

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

This text has shadow with #749FBA primary color and red secondary color.


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

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

This text has shadow with #749FBA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #749FBA.

Preview

Color preview on black background

This text has color #749FBA on black background.


Color preview on white background

This text has color #749FBA on white background.


Black color preview on #749FBA background

This text has black color on #749FBA background.


White color preview on #749FBA background

This text has white color on #749FBA background.


Related colors

Complementary color

Complementary color for #hex is #8B6045.


I love getcolorcode.com

Triadic colors

1 #BA749F and #9FBA74 with #749FBA are triadic colors.

2 #BA9F74 and #9F74BA with #749FBA are triadic colors.