COLOR #74A4BD

HEX: #74A4BD RGB: (116,164,189)

Color info

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

RGB color model

#74A4BD color RGB value is (116,164,189).

RGB: (116,164,189) (45%, 64%, 74%)

RGB channels and saturation

R 116 of 255 = 45%
G 164 of 255 = 64%
B 189 of 255 = 74%

116
164
189

R + G + B ~ 61%. #74A4BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 164 + 189 = 469 (100%)
R 116 of 469 ~ 24.73%
G 164 of 469 ~ 34.97%
B 189 of 469 ~ 40.3'%

%24.73
%34.97
%40.3

CMYK color model

#74A4BD color CMYK value is (39,13,0,26).

  • cyan value is 38.62%
  • magenta value is 13.23%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (39,13,0,26)
C39M13Y0K26 (39%, 13%, 0%, 26%)
(0.39 / 0.13 / 0.00 / 0.26)

CMYK percentages

%38.62
%13.23
%0
%25.88

Codes

Color #74A4BD in popluar color models

74 A4 BD
RGB 116 164 189
HSL 201° 35.61% 59.80%
HSB/HSV 201° 38.62% 74.12%
CMYK 38.62% 13.23% 0.00%
25.88%

Color #74A4BD in popluar number systems.

HEX 74 A4 BD
Decimal 116 164 189
Binary 1110100 10100100 10111101
Octal 164 244 275

Shades and tints

Shades of #74A4BD

#74A4BD
(116,164,189)
#6A96AC
(106,150,172)
#60889B
(96,136,155)
#567A8A
(86,122,138)
#4C6C79
(76,108,121)
#425E68
(66,94,104)
#385057
(56,80,87)
#2E4246
(46,66,70)
#243435
(36,52,53)
#1A2624
(26,38,36)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #74A4BD

#74A4BD
(116,164,189)
#80ACC3
(128,172,195)
#8CB4C9
(140,180,201)
#98BCCF
(152,188,207)
#A4C4D5
(164,196,213)
#B0CCDB
(176,204,219)
#BCD4E1
(188,212,225)
#C8DCE7
(200,220,231)
#D4E4ED
(212,228,237)
#E0ECF3
(224,236,243)
#ECF4F9
(236,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A4BD; }

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

This text font color is #74A4BD.

Background Color

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

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

This div background color is #74A4BD.

Border color

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

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

This div border color is #74A4BD.

Opacity

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

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

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

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

This text has shadow with #74A4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A4BD.

Preview

Color preview on black background

This text has color #74A4BD on black background.


Color preview on white background

This text has color #74A4BD on white background.


Black color preview on #74A4BD background

This text has black color on #74A4BD background.


White color preview on #74A4BD background

This text has white color on #74A4BD background.


Related colors

Complementary color

Complementary color for #hex is #8B5B42.


I love getcolorcode.com

Triadic colors

1 #BD74A4 and #A4BD74 with #74A4BD are triadic colors.

2 #BDA474 and #A474BD with #74A4BD are triadic colors.