COLOR #74A8E0

HEX: #74A8E0 RGB: (116,168,224)

Color info

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

RGB color model

#74A8E0 color RGB value is (116,168,224).

RGB: (116,168,224) (45%, 66%, 88%)

RGB channels and saturation

R 116 of 255 = 45%
G 168 of 255 = 66%
B 224 of 255 = 88%

116
168
224

R + G + B ~ 66%. #74A8E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 168 + 224 = 508 (100%)
R 116 of 508 ~ 22.83%
G 168 of 508 ~ 33.07%
B 224 of 508 ~ 44.09'%

%22.83
%33.07
%44.09

CMYK color model

#74A8E0 color CMYK value is (48,25,0,12).

  • cyan value is 48.21%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (48,25,0,12)
C48M25Y0K12 (48%, 25%, 0%, 12%)
(0.48 / 0.25 / 0.00 / 0.12)

CMYK percentages

%48.21
%25
%0
%12.16

Codes

Color #74A8E0 in popluar color models

74 A8 E0
RGB 116 168 224
HSL 211° 63.53% 66.67%
HSB/HSV 211° 48.21% 87.84%
CMYK 48.21% 25.00% 0.00%
12.16%

Color #74A8E0 in popluar number systems.

HEX 74 A8 E0
Decimal 116 168 224
Binary 1110100 10101000 11100000
Octal 164 250 340

Shades and tints

Shades of #74A8E0

#74A8E0
(116,168,224)
#6A99CC
(106,153,204)
#608AB8
(96,138,184)
#567BA4
(86,123,164)
#4C6C90
(76,108,144)
#425D7C
(66,93,124)
#384E68
(56,78,104)
#2E3F54
(46,63,84)
#243040
(36,48,64)
#1A212C
(26,33,44)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #74A8E0

#74A8E0
(116,168,224)
#80AFE2
(128,175,226)
#8CB6E4
(140,182,228)
#98BDE6
(152,189,230)
#A4C4E8
(164,196,232)
#B0CBEA
(176,203,234)
#BCD2EC
(188,210,236)
#C8D9EE
(200,217,238)
#D4E0F0
(212,224,240)
#E0E7F2
(224,231,242)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A8E0 color. Also use rgb(116,168,224) instead hex code.

Text Font Color

.myTextColor { color: #74A8E0; }

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

This text font color is #74A8E0.

Background Color

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

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

This div background color is #74A8E0.

Border color

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

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

This div border color is #74A8E0.

Opacity

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

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

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

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

This text has shadow with #74A8E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A8E0.

Preview

Color preview on black background

This text has color #74A8E0 on black background.


Color preview on white background

This text has color #74A8E0 on white background.


Black color preview on #74A8E0 background

This text has black color on #74A8E0 background.


White color preview on #74A8E0 background

This text has white color on #74A8E0 background.


Related colors

Complementary color

Complementary color for #74A8E0 is #8B571F.


I love getcolorcode.com

Triadic colors

1 #E074A8 and #A8E074 with #74A8E0 are triadic colors.

2 #E0A874 and #A874E0 with #74A8E0 are triadic colors.