COLOR #74919F

HEX: #74919F
RGB: (116,145,159)

Color info

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

RGB color model

#74919F color RGB value is (116,145,159).

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

RGB channels and saturation

R 116 of 255 = 45%
G 145 of 255 = 57%
B 159 of 255 = 62%

116
145
159

R + G + B ~ 55%. #74919F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 145 + 159 = 420 (100%)
R 116 of 420 ~ 27.62%
G 145 of 420 ~ 34.52%
B 159 of 420 ~ 37.86%

%27.62
%34.52
%37.86

CMYK color model

#74919F color CMYK value is (27,9,0,38).

  • cyan value is 27.04%
  • magenta value is 8.81%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(27,9,0,38)
C27M9Y0K38 
(27%,9%,0%,38%)
(0.27/0.09/0.00/0.38)	

CMYK percentages

%27.04
%8.81
%0
%37.65

Codes

Color #74919F in popluar color models

74919F
RGB116145159
HSL200°18.30%53.92%
HSB/HSV200°27.04%62.35%
CMYK27.04%8.81%0.00%
37.65%

Color #74919F in popluar number systems.

HEX74919F
Decimal116145159
Binary11101001001000110011111
Octal164221237

Shades and tints

Shades of #74919F

#74919F
(116,145,159)
#6A8491
(106,132,145)
#607783
(96,119,131)
#566A75
(86,106,117)
#4C5D67
(76,93,103)
#425059
(66,80,89)
#38434B
(56,67,75)
#2E363D
(46,54,61)
#24292F
(36,41,47)
#1A1C21
(26,28,33)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #74919F

#74919F
(116,145,159)
#809BA7
(128,155,167)
#8CA5AF
(140,165,175)
#98AFB7
(152,175,183)
#A4B9BF
(164,185,191)
#B0C3C7
(176,195,199)
#BCCDCF
(188,205,207)
#C8D7D7
(200,215,215)
#D4E1DF
(212,225,223)
#E0EBE7
(224,235,231)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74919F; }

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

This text font color is #74919F.


Background Color

.myBgColor { background-color: #74919F; }

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

This div background color is #74919F.


Border color

.myBorderColor { border: 1px solid #74919F; }

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

This div border color is #74919F.


Opacity

.myOpacity80 { color: #74919F; opacity: 0.8; }

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

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

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

This text has shadow with #74919F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74919F on black background.


Color preview on white background

This text has color #74919F on white background.



Black color preview on #74919F background

This text has black color on #74919F background.


White color preview on #74919F background

This text has white color on #74919F background.