COLOR #749EB3

HEX: #749EB3
RGB: (116,158,179)

Color info

#749EB3 contains mainly green and blue colors. Web safe color of #749EB3 is #669999 (or #699).

RGB color model

#749EB3 color RGB value is (116,158,179).

  • red value is 116;
  • green value is 158;
  • blue value is 179.
RGB:
(116,158,179)
(45%,62%,70%)

RGB channels and saturation

R 116 of 255 = 45%
G 158 of 255 = 62%
B 179 of 255 = 70%

116
158
179

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

Portions of RGB colors in percentages

R + G + B =
116 + 158 + 179 = 453 (100%)
R 116 of 453 ~ 25.61%
G 158 of 453 ~ 34.88%
B 179 of 453 ~ 39.51%

%25.61
%34.88
%39.51

CMYK color model

#749EB3 color CMYK value is (35,12,0,30).

  • cyan value is 35.20%
  • magenta value is 11.73%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(35,12,0,30)
C35M12Y0K30 
(35%,12%,0%,30%)
(0.35/0.12/0.00/0.30)	

CMYK percentages

%35.2
%11.73
%0
%29.8

Codes

Color #749EB3 in popluar color models

749EB3
RGB116158179
HSL200°29.30%57.84%
HSB/HSV200°35.20%70.20%
CMYK35.20%11.73%0.00%
29.80%

Color #749EB3 in popluar number systems.

HEX749EB3
Decimal116158179
Binary11101001001111010110011
Octal164236263

Shades and tints

Shades of #749EB3

#749EB3
(116,158,179)
#6A90A3
(106,144,163)
#608293
(96,130,147)
#567483
(86,116,131)
#4C6673
(76,102,115)
#425863
(66,88,99)
#384A53
(56,74,83)
#2E3C43
(46,60,67)
#242E33
(36,46,51)
#1A2023
(26,32,35)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #749EB3

#749EB3
(116,158,179)
#80A6B9
(128,166,185)
#8CAEBF
(140,174,191)
#98B6C5
(152,182,197)
#A4BECB
(164,190,203)
#B0C6D1
(176,198,209)
#BCCED7
(188,206,215)
#C8D6DD
(200,214,221)
#D4DEE3
(212,222,227)
#E0E6E9
(224,230,233)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749EB3 color. Also use rgb(116,158,179) instead hex code.

Text Font Color

.myTextColor { color: #749EB3; }

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

This text font color is #749EB3.


Background Color

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

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

This div background color is #749EB3.


Border color

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

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

This div border color is #749EB3.


Opacity

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

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

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

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

This text has shadow with #749EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749EB3 on black background.


Color preview on white background

This text has color #749EB3 on white background.



Black color preview on #749EB3 background

This text has black color on #749EB3 background.


White color preview on #749EB3 background

This text has white color on #749EB3 background.