COLOR #749BDC

HEX: #749BDC RGB: (116,155,220)

Color info

#749BDC contains mainly blue color. Web safe color of #749BDC is #6699CC (or #69C).

RGB color model

#749BDC color RGB value is (116,155,220).

RGB: (116,155,220) (45%, 61%, 86%)

RGB channels and saturation

R 116 of 255 = 45%
G 155 of 255 = 61%
B 220 of 255 = 86%

116
155
220

R + G + B ~ 64%. #749BDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 155 + 220 = 491 (100%)
R 116 of 491 ~ 23.63%
G 155 of 491 ~ 31.57%
B 220 of 491 ~ 44.81'%

%23.63
%31.57
%44.81

CMYK color model

#749BDC color CMYK value is (47,30,0,14).

  • cyan value is 47.27%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (47,30,0,14) C47M30Y0K14 (47%,30%,0%,14%) (0.47/0.30/0.00/0.14) 

CMYK percentages

%47.27
%29.55
%0
%13.73

Codes

Color #749BDC in popluar color models

74 9B DC
RGB 116 155 220
HSL 218° 59.77% 65.88%
HSB/HSV 218° 47.27% 86.27%
CMYK 47.27% 29.55% 0.00%
13.73%

Color #749BDC in popluar number systems.

HEX 74 9B DC
Decimal 116 155 220
Binary 1110100 10011011 11011100
Octal 164 233 334

Shades and tints

Shades of #749BDC

#749BDC
(116,155,220)
#6A8DC8
(106,141,200)
#607FB4
(96,127,180)
#5671A0
(86,113,160)
#4C638C
(76,99,140)
#425578
(66,85,120)
#384764
(56,71,100)
#2E3950
(46,57,80)
#242B3C
(36,43,60)
#1A1D28
(26,29,40)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #749BDC

#749BDC
(116,155,220)
#80A4DF
(128,164,223)
#8CADE2
(140,173,226)
#98B6E5
(152,182,229)
#A4BFE8
(164,191,232)
#B0C8EB
(176,200,235)
#BCD1EE
(188,209,238)
#C8DAF1
(200,218,241)
#D4E3F4
(212,227,244)
#E0ECF7
(224,236,247)
#ECF5FA
(236,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749BDC color. Also use rgb(116,155,220) instead hex code.

Text Font Color

.myTextColor { color: #749BDC; }

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

This text font color is #749BDC.

Background Color

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

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

This div background color is #749BDC.

Border color

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

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

This div border color is #749BDC.

Opacity

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

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

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

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

This text has shadow with #749BDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #749BDC.

Preview

Color preview on black background

This text has color #749BDC on black background.


Color preview on white background

This text has color #749BDC on white background.


Black color preview on #749BDC background

This text has black color on #749BDC background.


White color preview on #749BDC background

This text has white color on #749BDC background.


Related colors

Complementary color

Complementary color for #hex is #8B6423.


I love getcolorcode.com

Triadic colors

1 #DC749B and #9BDC74 with #749BDC are triadic colors.

2 #DC9B74 and #9B74DC with #749BDC are triadic colors.