COLOR #749AB2

HEX: #749AB2
RGB: (116,154,178)

Color info

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

RGB color model

#749AB2 color RGB value is (116,154,178).

  • red value is 116;
  • green value is 154;
  • blue value is 178.
RGB:
(116,154,178)
(45%,60%,70%)

RGB channels and saturation

R 116 of 255 = 45%
G 154 of 255 = 60%
B 178 of 255 = 70%

116
154
178

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

Portions of RGB colors in percentages

R + G + B =
116 + 154 + 178 = 448 (100%)
R 116 of 448 ~ 25.89%
G 154 of 448 ~ 34.38%
B 178 of 448 ~ 39.73%

%25.89
%34.38
%39.73

CMYK color model

#749AB2 color CMYK value is (35,13,0,30).

  • cyan value is 34.83%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(35,13,0,30)
C35M13Y0K30 
(35%,13%,0%,30%)
(0.35/0.13/0.00/0.30)	

CMYK percentages

%34.83
%13.48
%0
%30.2

Codes

Color #749AB2 in popluar color models

749AB2
RGB116154178
HSL203°28.70%57.65%
HSB/HSV203°34.83%69.80%
CMYK34.83%13.48%0.00%
30.20%

Color #749AB2 in popluar number systems.

HEX749AB2
Decimal116154178
Binary11101001001101010110010
Octal164232262

Shades and tints

Shades of #749AB2

#749AB2
(116,154,178)
#6A8CA2
(106,140,162)
#607E92
(96,126,146)
#567082
(86,112,130)
#4C6272
(76,98,114)
#425462
(66,84,98)
#384652
(56,70,82)
#2E3842
(46,56,66)
#242A32
(36,42,50)
#1A1C22
(26,28,34)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #749AB2

#749AB2
(116,154,178)
#80A3B9
(128,163,185)
#8CACC0
(140,172,192)
#98B5C7
(152,181,199)
#A4BECE
(164,190,206)
#B0C7D5
(176,199,213)
#BCD0DC
(188,208,220)
#C8D9E3
(200,217,227)
#D4E2EA
(212,226,234)
#E0EBF1
(224,235,241)
#ECF4F8
(236,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749AB2 color. Also use rgb(116,154,178) instead hex code.

Text Font Color

.myTextColor { color: #749AB2; }

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

This text font color is #749AB2.


Background Color

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

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

This div background color is #749AB2.


Border color

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

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

This div border color is #749AB2.


Opacity

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

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

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

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

This text has shadow with #749AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749AB2 on black background.


Color preview on white background

This text has color #749AB2 on white background.



Black color preview on #749AB2 background

This text has black color on #749AB2 background.


White color preview on #749AB2 background

This text has white color on #749AB2 background.