COLOR #74A4CA

HEX: #74A4CA
RGB: (116,164,202)

Color info

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

RGB color model

#74A4CA color RGB value is (116,164,202).

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

RGB channels and saturation

R 116 of 255 = 45%
G 164 of 255 = 64%
B 202 of 255 = 79%

116
164
202

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

Portions of RGB colors in percentages

R + G + B =
116 + 164 + 202 = 482 (100%)
R 116 of 482 ~ 24.07%
G 164 of 482 ~ 34.02%
B 202 of 482 ~ 41.91%

%24.07
%34.02
%41.91

CMYK color model

#74A4CA color CMYK value is (43,19,0,21).

  • cyan value is 42.57%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(43,19,0,21)
C43M19Y0K21 
(43%,19%,0%,21%)
(0.43/0.19/0.00/0.21)	

CMYK percentages

%42.57
%18.81
%0
%20.78

Codes

Color #74A4CA in popluar color models

74A4CA
RGB116164202
HSL207°44.79%62.35%
HSB/HSV207°42.57%79.22%
CMYK42.57%18.81%0.00%
20.78%

Color #74A4CA in popluar number systems.

HEX74A4CA
Decimal116164202
Binary11101001010010011001010
Octal164244312

Shades and tints

Shades of #74A4CA

#74A4CA
(116,164,202)
#6A96B8
(106,150,184)
#6088A6
(96,136,166)
#567A94
(86,122,148)
#4C6C82
(76,108,130)
#425E70
(66,94,112)
#38505E
(56,80,94)
#2E424C
(46,66,76)
#24343A
(36,52,58)
#1A2628
(26,38,40)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #74A4CA

#74A4CA
(116,164,202)
#80ACCE
(128,172,206)
#8CB4D2
(140,180,210)
#98BCD6
(152,188,214)
#A4C4DA
(164,196,218)
#B0CCDE
(176,204,222)
#BCD4E2
(188,212,226)
#C8DCE6
(200,220,230)
#D4E4EA
(212,228,234)
#E0ECEE
(224,236,238)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A4CA; }

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

This text font color is #74A4CA.


Background Color

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

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

This div background color is #74A4CA.


Border color

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

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

This div border color is #74A4CA.


Opacity

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

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

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

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

This text has shadow with #74A4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A4CA on black background.


Color preview on white background

This text has color #74A4CA on white background.



Black color preview on #74A4CA background

This text has black color on #74A4CA background.


White color preview on #74A4CA background

This text has white color on #74A4CA background.