COLOR #74B7E4

HEX: #74B7E4
RGB: (116,183,228)

Color info

#74B7E4 contains mainly green and blue colors. Web safe color of #74B7E4 is #66CCCC (or #6CC).

RGB color model

#74B7E4 color RGB value is (116,183,228).

  • red value is 116;
  • green value is 183;
  • blue value is 228.
RGB:
(116,183,228)
(45%,72%,89%)

RGB channels and saturation

R 116 of 255 = 45%
G 183 of 255 = 72%
B 228 of 255 = 89%

116
183
228

R + G + B ~ 69%. #74B7E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 183 + 228 = 527 (100%)
R 116 of 527 ~ 22.01%
G 183 of 527 ~ 34.72%
B 228 of 527 ~ 43.26%

%22.01
%34.72
%43.26

CMYK color model

#74B7E4 color CMYK value is (49,20,0,11).

  • cyan value is 49.12%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(49,20,0,11)
C49M20Y0K11 
(49%,20%,0%,11%)
(0.49/0.20/0.00/0.11)	

CMYK percentages

%49.12
%19.74
%0
%10.59

Codes

Color #74B7E4 in popluar color models

74B7E4
RGB116183228
HSL204°67.47%67.45%
HSB/HSV204°49.12%89.41%
CMYK49.12%19.74%0.00%
10.59%

Color #74B7E4 in popluar number systems.

HEX74B7E4
Decimal116183228
Binary11101001011011111100100
Octal164267344

Shades and tints

Shades of #74B7E4

#74B7E4
(116,183,228)
#6AA7D0
(106,167,208)
#6097BC
(96,151,188)
#5687A8
(86,135,168)
#4C7794
(76,119,148)
#426780
(66,103,128)
#38576C
(56,87,108)
#2E4758
(46,71,88)
#243744
(36,55,68)
#1A2730
(26,39,48)
#10171C
(16,23,28)
#000000
(0,0,0)

Tints of #74B7E4

#74B7E4
(116,183,228)
#80BDE6
(128,189,230)
#8CC3E8
(140,195,232)
#98C9EA
(152,201,234)
#A4CFEC
(164,207,236)
#B0D5EE
(176,213,238)
#BCDBF0
(188,219,240)
#C8E1F2
(200,225,242)
#D4E7F4
(212,231,244)
#E0EDF6
(224,237,246)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B7E4 color. Also use rgb(116,183,228) instead hex code.

Text Font Color

.myTextColor { color: #74B7E4; }

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

This text font color is #74B7E4.


Background Color

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

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

This div background color is #74B7E4.


Border color

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

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

This div border color is #74B7E4.


Opacity

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

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

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

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

This text has shadow with #74B7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B7E4 on black background.


Color preview on white background

This text has color #74B7E4 on white background.



Black color preview on #74B7E4 background

This text has black color on #74B7E4 background.


White color preview on #74B7E4 background

This text has white color on #74B7E4 background.