COLOR #74A3C6

HEX: #74A3C6
RGB: (116,163,198)

Color info

#74A3C6 contains mainly green and blue colors. Web safe color of #74A3C6 is #6699CC (or #69C).

RGB color model

#74A3C6 color RGB value is (116,163,198).

  • red value is 116;
  • green value is 163;
  • blue value is 198.
RGB:
(116,163,198)
(45%,64%,78%)

RGB channels and saturation

R 116 of 255 = 45%
G 163 of 255 = 64%
B 198 of 255 = 78%

116
163
198

R + G + B ~ 62%. #74A3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 163 + 198 = 477 (100%)
R 116 of 477 ~ 24.32%
G 163 of 477 ~ 34.17%
B 198 of 477 ~ 41.51%

%24.32
%34.17
%41.51

CMYK color model

#74A3C6 color CMYK value is (41,18,0,22).

  • cyan value is 41.41%
  • magenta value is 17.68%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(41,18,0,22)
C41M18Y0K22 
(41%,18%,0%,22%)
(0.41/0.18/0.00/0.22)	

CMYK percentages

%41.41
%17.68
%0
%22.35

Codes

Color #74A3C6 in popluar color models

74A3C6
RGB116163198
HSL206°41.84%61.57%
HSB/HSV206°41.41%77.65%
CMYK41.41%17.68%0.00%
22.35%

Color #74A3C6 in popluar number systems.

HEX74A3C6
Decimal116163198
Binary11101001010001111000110
Octal164243306

Shades and tints

Shades of #74A3C6

#74A3C6
(116,163,198)
#6A95B4
(106,149,180)
#6087A2
(96,135,162)
#567990
(86,121,144)
#4C6B7E
(76,107,126)
#425D6C
(66,93,108)
#384F5A
(56,79,90)
#2E4148
(46,65,72)
#243336
(36,51,54)
#1A2524
(26,37,36)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #74A3C6

#74A3C6
(116,163,198)
#80ABCB
(128,171,203)
#8CB3D0
(140,179,208)
#98BBD5
(152,187,213)
#A4C3DA
(164,195,218)
#B0CBDF
(176,203,223)
#BCD3E4
(188,211,228)
#C8DBE9
(200,219,233)
#D4E3EE
(212,227,238)
#E0EBF3
(224,235,243)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A3C6 color. Also use rgb(116,163,198) instead hex code.

Text Font Color

.myTextColor { color: #74A3C6; }

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

This text font color is #74A3C6.


Background Color

.myBgColor { background-color: #74A3C6; }

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

This div background color is #74A3C6.


Border color

.myBorderColor { border: 1px solid #74A3C6; }

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

This div border color is #74A3C6.


Opacity

.myOpacity80 { color: #74A3C6; opacity: 0.8; }

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

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

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

This text has shadow with #74A3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A3C6 on black background.


Color preview on white background

This text has color #74A3C6 on white background.



Black color preview on #74A3C6 background

This text has black color on #74A3C6 background.


White color preview on #74A3C6 background

This text has white color on #74A3C6 background.