COLOR #749199

HEX: #749199
RGB: (116,145,153)

Color info

#749199 contains red, green and blue colors in about the same proportion. Web safe color of #749199 is #669999 (or #699).

RGB color model

#749199 color RGB value is (116,145,153).

  • red value is 116;
  • green value is 145;
  • blue value is 153.
RGB:
(116,145,153)
(45%,57%,60%)

RGB channels and saturation

R 116 of 255 = 45%
G 145 of 255 = 57%
B 153 of 255 = 60%

116
145
153

R + G + B ~ 54%. #749199 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 145 + 153 = 414 (100%)
R 116 of 414 ~ 28.02%
G 145 of 414 ~ 35.02%
B 153 of 414 ~ 36.96%

%28.02
%35.02
%36.96

CMYK color model

#749199 color CMYK value is (24,5,0,40).

  • cyan value is 24.18%
  • magenta value is 5.23%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(24,5,0,40)
C24M5Y0K40 
(24%,5%,0%,40%)
(0.24/0.05/0.00/0.40)	

CMYK percentages

%24.18
%5.23
%0
%40

Codes

Color #749199 in popluar color models

749199
RGB116145153
HSL193°15.35%52.75%
HSB/HSV193°24.18%60.00%
CMYK24.18%5.23%0.00%
40.00%

Color #749199 in popluar number systems.

HEX749199
Decimal116145153
Binary11101001001000110011001
Octal164221231

Shades and tints

Shades of #749199

#749199
(116,145,153)
#6A848C
(106,132,140)
#60777F
(96,119,127)
#566A72
(86,106,114)
#4C5D65
(76,93,101)
#425058
(66,80,88)
#38434B
(56,67,75)
#2E363E
(46,54,62)
#242931
(36,41,49)
#1A1C24
(26,28,36)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #749199

#749199
(116,145,153)
#809BA2
(128,155,162)
#8CA5AB
(140,165,171)
#98AFB4
(152,175,180)
#A4B9BD
(164,185,189)
#B0C3C6
(176,195,198)
#BCCDCF
(188,205,207)
#C8D7D8
(200,215,216)
#D4E1E1
(212,225,225)
#E0EBEA
(224,235,234)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749199 color. Also use rgb(116,145,153) instead hex code.

Text Font Color

.myTextColor { color: #749199; }

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

This text font color is #749199.


Background Color

.myBgColor { background-color: #749199; }

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

This div background color is #749199.


Border color

.myBorderColor { border: 1px solid #749199; }

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

This div border color is #749199.


Opacity

.myOpacity80 { color: #749199; opacity: 0.8; }

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

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

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

This text has shadow with #749199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749199 on black background.


Color preview on white background

This text has color #749199 on white background.



Black color preview on #749199 background

This text has black color on #749199 background.


White color preview on #749199 background

This text has white color on #749199 background.