COLOR #74A5CB

HEX: #74A5CB
RGB: (116,165,203)

Color info

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

RGB color model

#74A5CB color RGB value is (116,165,203).

  • red value is 116;
  • green value is 165;
  • blue value is 203.
RGB:
(116,165,203)
(45%,65%,80%)

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 203 of 255 = 80%

116
165
203

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

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 203 = 484 (100%)
R 116 of 484 ~ 23.97%
G 165 of 484 ~ 34.09%
B 203 of 484 ~ 41.94%

%23.97
%34.09
%41.94

CMYK color model

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

  • cyan value is 42.86%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(43,19,0,20)
C43M19Y0K20 
(43%,19%,0%,20%)
(0.43/0.19/0.00/0.20)	

CMYK percentages

%42.86
%18.72
%0
%20.39

Codes

Color #74A5CB in popluar color models

74A5CB
RGB116165203
HSL206°45.55%62.55%
HSB/HSV206°42.86%79.61%
CMYK42.86%18.72%0.00%
20.39%

Color #74A5CB in popluar number systems.

HEX74A5CB
Decimal116165203
Binary11101001010010111001011
Octal164245313

Shades and tints

Shades of #74A5CB

#74A5CB
(116,165,203)
#6A96B9
(106,150,185)
#6087A7
(96,135,167)
#567895
(86,120,149)
#4C6983
(76,105,131)
#425A71
(66,90,113)
#384B5F
(56,75,95)
#2E3C4D
(46,60,77)
#242D3B
(36,45,59)
#1A1E29
(26,30,41)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #74A5CB

#74A5CB
(116,165,203)
#80ADCF
(128,173,207)
#8CB5D3
(140,181,211)
#98BDD7
(152,189,215)
#A4C5DB
(164,197,219)
#B0CDDF
(176,205,223)
#BCD5E3
(188,213,227)
#C8DDE7
(200,221,231)
#D4E5EB
(212,229,235)
#E0EDEF
(224,237,239)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A5CB color. Also use rgb(116,165,203) instead hex code.

Text Font Color

.myTextColor { color: #74A5CB; }

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

This text font color is #74A5CB.


Background Color

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

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

This div background color is #74A5CB.


Border color

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

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

This div border color is #74A5CB.


Opacity

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

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

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

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

This text has shadow with #74A5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A5CB on black background.


Color preview on white background

This text has color #74A5CB on white background.



Black color preview on #74A5CB background

This text has black color on #74A5CB background.


White color preview on #74A5CB background

This text has white color on #74A5CB background.