COLOR #74869F

HEX: #74869F
RGB: (116,134,159)

Color info

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

RGB color model

#74869F color RGB value is (116,134,159).

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

RGB channels and saturation

R 116 of 255 = 45%
G 134 of 255 = 53%
B 159 of 255 = 62%

116
134
159

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

Portions of RGB colors in percentages

R + G + B =
116 + 134 + 159 = 409 (100%)
R 116 of 409 ~ 28.36%
G 134 of 409 ~ 32.76%
B 159 of 409 ~ 38.88%

%28.36
%32.76
%38.88

CMYK color model

#74869F color CMYK value is (27,16,0,38).

  • cyan value is 27.04%
  • magenta value is 15.72%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (27,16,0,38) C27M16Y0K38 (27%,16%,0%,38%) (0.27/0.16/0.00/0.38)

CMYK percentages

%27.04
%15.72
%0
%37.65

Codes

Color #74869F in popluar color models

74869F
RGB116134159
HSL215°18.30%53.92%
HSB/HSV215°27.04%62.35%
CMYK27.04%15.72%0.00%
37.65%

Color #74869F in popluar number systems.

HEX74869F
Decimal116134159
Binary11101001000011010011111
Octal164206237

Shades and tints

Shades of #74869F

#74869F
(116,134,159)
#6A7A91
(106,122,145)
#606E83
(96,110,131)
#566275
(86,98,117)
#4C5667
(76,86,103)
#424A59
(66,74,89)
#383E4B
(56,62,75)
#2E323D
(46,50,61)
#24262F
(36,38,47)
#1A1A21
(26,26,33)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #74869F

#74869F
(116,134,159)
#8091A7
(128,145,167)
#8C9CAF
(140,156,175)
#98A7B7
(152,167,183)
#A4B2BF
(164,178,191)
#B0BDC7
(176,189,199)
#BCC8CF
(188,200,207)
#C8D3D7
(200,211,215)
#D4DEDF
(212,222,223)
#E0E9E7
(224,233,231)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74869F; }

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

This text font color is #74869F.


Background Color

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

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

This div background color is #74869F.


Border color

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

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

This div border color is #74869F.


Opacity

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

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

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

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

This text has shadow with #74869F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #74869F on black background.


Color preview on white background

This text has color #74869F on white background.



Black color preview on #74869F background

This text has black color on #74869F background.


White color preview on #74869F background

This text has white color on #74869F background.