COLOR #74A6CA

HEX: #74A6CA RGB: (116,166,202)

Color info

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

RGB color model

#74A6CA color RGB value is (116,166,202).

RGB: (116,166,202) (45%, 65%, 79%)

RGB channels and saturation

R 116 of 255 = 45%
G 166 of 255 = 65%
B 202 of 255 = 79%

116
166
202

R + G + B ~ 63%. #74A6CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 166 + 202 = 484 (100%)
R 116 of 484 ~ 23.97%
G 166 of 484 ~ 34.3%
B 202 of 484 ~ 41.74'%

%23.97
%34.3
%41.74

CMYK color model

#74A6CA color CMYK value is (43,18,0,21).

  • cyan value is 42.57%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (43,18,0,21)
C43M18Y0K21 (43%, 18%, 0%, 21%)
(0.43 / 0.18 / 0.00 / 0.21)

CMYK percentages

%42.57
%17.82
%0
%20.78

Codes

Color #74A6CA in popluar color models

74 A6 CA
RGB 116 166 202
HSL 205° 44.79% 62.35%
HSB/HSV 205° 42.57% 79.22%
CMYK 42.57% 17.82% 0.00%
20.78%

Color #74A6CA in popluar number systems.

HEX 74 A6 CA
Decimal 116 166 202
Binary 1110100 10100110 11001010
Octal 164 246 312

Shades and tints

Shades of #74A6CA

#74A6CA
(116,166,202)
#6A97B8
(106,151,184)
#6088A6
(96,136,166)
#567994
(86,121,148)
#4C6A82
(76,106,130)
#425B70
(66,91,112)
#384C5E
(56,76,94)
#2E3D4C
(46,61,76)
#242E3A
(36,46,58)
#1A1F28
(26,31,40)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #74A6CA

#74A6CA
(116,166,202)
#80AECE
(128,174,206)
#8CB6D2
(140,182,210)
#98BED6
(152,190,214)
#A4C6DA
(164,198,218)
#B0CEDE
(176,206,222)
#BCD6E2
(188,214,226)
#C8DEE6
(200,222,230)
#D4E6EA
(212,230,234)
#E0EEEE
(224,238,238)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A6CA color. Also use rgb(116,166,202) instead hex code.

Text Font Color

.myTextColor { color: #74A6CA; }

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

This text font color is #74A6CA.

Background Color

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

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

This div background color is #74A6CA.

Border color

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

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

This div border color is #74A6CA.

Opacity

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

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

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

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

This text has shadow with #74A6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A6CA.

Preview

Color preview on black background

This text has color #74A6CA on black background.


Color preview on white background

This text has color #74A6CA on white background.


Black color preview on #74A6CA background

This text has black color on #74A6CA background.


White color preview on #74A6CA background

This text has white color on #74A6CA background.


Related colors

Complementary color

Complementary color for #hex is #8B5935.


I love getcolorcode.com

Triadic colors

1 #CA74A6 and #A6CA74 with #74A6CA are triadic colors.

2 #CAA674 and #A674CA with #74A6CA are triadic colors.