COLOR #74719F

HEX: #74719F
RGB: (116,113,159)

Color info

#74719F contains red, green and blue colors in about the same proportion. Web safe color of #74719F is #666699 (or #669).

RGB color model

#74719F color RGB value is (116,113,159).

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

RGB channels and saturation

R 116 of 255 = 45%
G 113 of 255 = 44%
B 159 of 255 = 62%

116
113
159

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

Portions of RGB colors in percentages

R + G + B =
116 + 113 + 159 = 388 (100%)
R 116 of 388 ~ 29.9%
G 113 of 388 ~ 29.12%
B 159 of 388 ~ 40.98%

%29.9
%29.12
%40.98

CMYK color model

#74719F color CMYK value is (27,29,0,38).

  • cyan value is 27.04%
  • magenta value is 28.93%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(27,29,0,38)
C27M29Y0K38 
(27%,29%,0%,38%)
(0.27/0.29/0.00/0.38)	

CMYK percentages

%27.04
%28.93
%0
%37.65

Codes

Color #74719F in popluar color models

74719F
RGB116113159
HSL244°19.33%53.33%
HSB/HSV244°28.93%62.35%
CMYK27.04%28.93%0.00%
37.65%

Color #74719F in popluar number systems.

HEX74719F
Decimal116113159
Binary1110100111000110011111
Octal164161237

Shades and tints

Shades of #74719F

#74719F
(116,113,159)
#6A6791
(106,103,145)
#605D83
(96,93,131)
#565375
(86,83,117)
#4C4967
(76,73,103)
#423F59
(66,63,89)
#38354B
(56,53,75)
#2E2B3D
(46,43,61)
#24212F
(36,33,47)
#1A1721
(26,23,33)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #74719F

#74719F
(116,113,159)
#807DA7
(128,125,167)
#8C89AF
(140,137,175)
#9895B7
(152,149,183)
#A4A1BF
(164,161,191)
#B0ADC7
(176,173,199)
#BCB9CF
(188,185,207)
#C8C5D7
(200,197,215)
#D4D1DF
(212,209,223)
#E0DDE7
(224,221,231)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74719F; }

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

This text font color is #74719F.


Background Color

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

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

This div background color is #74719F.


Border color

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

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

This div border color is #74719F.


Opacity

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

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

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

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

This text has shadow with #74719F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74719F on black background.


Color preview on white background

This text has color #74719F on white background.



Black color preview on #74719F background

This text has black color on #74719F background.


White color preview on #74719F background

This text has white color on #74719F background.