COLOR #749DC4

HEX: #749DC4 RGB: (116,157,196)

Color info

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

RGB color model

#749DC4 color RGB value is (116,157,196).

RGB: (116,157,196) (45%, 62%, 77%)

RGB channels and saturation

R 116 of 255 = 45%
G 157 of 255 = 62%
B 196 of 255 = 77%

116
157
196

R + G + B ~ 61%. #749DC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 157 + 196 = 469 (100%)
R 116 of 469 ~ 24.73%
G 157 of 469 ~ 33.48%
B 196 of 469 ~ 41.79'%

%24.73
%33.48
%41.79

CMYK color model

#749DC4 color CMYK value is (41,20,0,23).

  • cyan value is 40.82%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (41,20,0,23)
C41M20Y0K23 (41%, 20%, 0%, 23%)
(0.41 / 0.20 / 0.00 / 0.23)

CMYK percentages

%40.82
%19.9
%0
%23.14

Codes

Color #749DC4 in popluar color models

74 9D C4
RGB 116 157 196
HSL 209° 40.40% 61.18%
HSB/HSV 209° 40.82% 76.86%
CMYK 40.82% 19.90% 0.00%
23.14%

Color #749DC4 in popluar number systems.

HEX 74 9D C4
Decimal 116 157 196
Binary 1110100 10011101 11000100
Octal 164 235 304

Shades and tints

Shades of #749DC4

#749DC4
(116,157,196)
#6A8FB3
(106,143,179)
#6081A2
(96,129,162)
#567391
(86,115,145)
#4C6580
(76,101,128)
#42576F
(66,87,111)
#38495E
(56,73,94)
#2E3B4D
(46,59,77)
#242D3C
(36,45,60)
#1A1F2B
(26,31,43)
#10111A
(16,17,26)
#000000
(0,0,0)

Tints of #749DC4

#749DC4
(116,157,196)
#80A5C9
(128,165,201)
#8CADCE
(140,173,206)
#98B5D3
(152,181,211)
#A4BDD8
(164,189,216)
#B0C5DD
(176,197,221)
#BCCDE2
(188,205,226)
#C8D5E7
(200,213,231)
#D4DDEC
(212,221,236)
#E0E5F1
(224,229,241)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749DC4 color. Also use rgb(116,157,196) instead hex code.

Text Font Color

.myTextColor { color: #749DC4; }

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

This text font color is #749DC4.

Background Color

.myBgColor { background-color: #749DC4; }

<div style="background-color:#749DC4">Inner text</div>

This div background color is #749DC4.

Border color

.myBorderColor { border: 1px solid #749DC4; }

<div style="border:3px solid #749DC4">Div</div>

This div border color is #749DC4.

Opacity

.myOpacity80 { color: #749DC4; opacity: 0.8; }

<p style="color:#749DC4;opacity:0.8;">80%</p>

Text with #749DC4 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 #749DC4;}

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

This text has shadow with #749DC4 color.


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

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

This text has shadow with #749DC4 primary color and red secondary color.


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

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

This text has shadow with #749DC4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #749DC4.

Preview

Color preview on black background

This text has color #749DC4 on black background.


Color preview on white background

This text has color #749DC4 on white background.


Black color preview on #749DC4 background

This text has black color on #749DC4 background.


White color preview on #749DC4 background

This text has white color on #749DC4 background.


Related colors

Complementary color

Complementary color for #hex is #8B623B.


I love getcolorcode.com

Triadic colors

1 #C4749D and #9DC474 with #749DC4 are triadic colors.

2 #C49D74 and #9D74C4 with #749DC4 are triadic colors.