COLOR #74A4CC

HEX: #74A4CC
RGB: (116,164,204)

Color info

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

RGB color model

#74A4CC color RGB value is (116,164,204).

  • red value is 116;
  • green value is 164;
  • blue value is 204.
RGB:
(116,164,204)
(45%,64%,80%)

RGB channels and saturation

R 116 of 255 = 45%
G 164 of 255 = 64%
B 204 of 255 = 80%

116
164
204

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

Portions of RGB colors in percentages

R + G + B =
116 + 164 + 204 = 484 (100%)
R 116 of 484 ~ 23.97%
G 164 of 484 ~ 33.88%
B 204 of 484 ~ 42.15%

%23.97
%33.88
%42.15

CMYK color model

#74A4CC color CMYK value is (43,20,0,20).

  • cyan value is 43.14%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(43,20,0,20)
C43M20Y0K20 
(43%,20%,0%,20%)
(0.43/0.20/0.00/0.20)	

CMYK percentages

%43.14
%19.61
%0
%20

Codes

Color #74A4CC in popluar color models

74A4CC
RGB116164204
HSL207°46.32%62.75%
HSB/HSV207°43.14%80.00%
CMYK43.14%19.61%0.00%
20.00%

Color #74A4CC in popluar number systems.

HEX74A4CC
Decimal116164204
Binary11101001010010011001100
Octal164244314

Shades and tints

Shades of #74A4CC

#74A4CC
(116,164,204)
#6A96BA
(106,150,186)
#6088A8
(96,136,168)
#567A96
(86,122,150)
#4C6C84
(76,108,132)
#425E72
(66,94,114)
#385060
(56,80,96)
#2E424E
(46,66,78)
#24343C
(36,52,60)
#1A262A
(26,38,42)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #74A4CC

#74A4CC
(116,164,204)
#80ACD0
(128,172,208)
#8CB4D4
(140,180,212)
#98BCD8
(152,188,216)
#A4C4DC
(164,196,220)
#B0CCE0
(176,204,224)
#BCD4E4
(188,212,228)
#C8DCE8
(200,220,232)
#D4E4EC
(212,228,236)
#E0ECF0
(224,236,240)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A4CC color. Also use rgb(116,164,204) instead hex code.

Text Font Color

.myTextColor { color: #74A4CC; }

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

This text font color is #74A4CC.


Background Color

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

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

This div background color is #74A4CC.


Border color

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

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

This div border color is #74A4CC.


Opacity

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

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

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

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

This text has shadow with #74A4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A4CC on black background.


Color preview on white background

This text has color #74A4CC on white background.



Black color preview on #74A4CC background

This text has black color on #74A4CC background.


White color preview on #74A4CC background

This text has white color on #74A4CC background.