COLOR #749FB8

HEX: #749FB8
RGB: (116,159,184)

Color info

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

RGB color model

#749FB8 color RGB value is (116,159,184).

  • red value is 116;
  • green value is 159;
  • blue value is 184.
RGB:
(116,159,184)
(45%,62%,72%)

RGB channels and saturation

R 116 of 255 = 45%
G 159 of 255 = 62%
B 184 of 255 = 72%

116
159
184

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

Portions of RGB colors in percentages

R + G + B =
116 + 159 + 184 = 459 (100%)
R 116 of 459 ~ 25.27%
G 159 of 459 ~ 34.64%
B 184 of 459 ~ 40.09%

%25.27
%34.64
%40.09

CMYK color model

#749FB8 color CMYK value is (37,14,0,28).

  • cyan value is 36.96%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(37,14,0,28)
C37M14Y0K28 
(37%,14%,0%,28%)
(0.37/0.14/0.00/0.28)	

CMYK percentages

%36.96
%13.59
%0
%27.84

Codes

Color #749FB8 in popluar color models

749FB8
RGB116159184
HSL202°32.38%58.82%
HSB/HSV202°36.96%72.16%
CMYK36.96%13.59%0.00%
27.84%

Color #749FB8 in popluar number systems.

HEX749FB8
Decimal116159184
Binary11101001001111110111000
Octal164237270

Shades and tints

Shades of #749FB8

#749FB8
(116,159,184)
#6A91A8
(106,145,168)
#608398
(96,131,152)
#567588
(86,117,136)
#4C6778
(76,103,120)
#425968
(66,89,104)
#384B58
(56,75,88)
#2E3D48
(46,61,72)
#242F38
(36,47,56)
#1A2128
(26,33,40)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #749FB8

#749FB8
(116,159,184)
#80A7BE
(128,167,190)
#8CAFC4
(140,175,196)
#98B7CA
(152,183,202)
#A4BFD0
(164,191,208)
#B0C7D6
(176,199,214)
#BCCFDC
(188,207,220)
#C8D7E2
(200,215,226)
#D4DFE8
(212,223,232)
#E0E7EE
(224,231,238)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749FB8; }

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

This text font color is #749FB8.


Background Color

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

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

This div background color is #749FB8.


Border color

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

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

This div border color is #749FB8.


Opacity

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

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

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

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

This text has shadow with #749FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749FB8 on black background.


Color preview on white background

This text has color #749FB8 on white background.



Black color preview on #749FB8 background

This text has black color on #749FB8 background.


White color preview on #749FB8 background

This text has white color on #749FB8 background.