COLOR #749CE6

HEX: #749CE6
RGB: (116,156,230)

Color info

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

RGB color model

#749CE6 color RGB value is (116,156,230).

  • red value is 116;
  • green value is 156;
  • blue value is 230.
RGB:
(116,156,230)
(45%,61%,90%)

RGB channels and saturation

R 116 of 255 = 45%
G 156 of 255 = 61%
B 230 of 255 = 90%

116
156
230

R + G + B ~ 65%. #749CE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 156 + 230 = 502 (100%)
R 116 of 502 ~ 23.11%
G 156 of 502 ~ 31.08%
B 230 of 502 ~ 45.82%

%23.11
%31.08
%45.82

CMYK color model

#749CE6 color CMYK value is (50,32,0,10).

  • cyan value is 49.57%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(50,32,0,10)
C50M32Y0K10 
(50%,32%,0%,10%)
(0.50/0.32/0.00/0.10)	

CMYK percentages

%49.57
%32.17
%0
%9.8

Codes

Color #749CE6 in popluar color models

749CE6
RGB116156230
HSL219°69.51%67.84%
HSB/HSV219°49.57%90.20%
CMYK49.57%32.17%0.00%
9.80%

Color #749CE6 in popluar number systems.

HEX749CE6
Decimal116156230
Binary11101001001110011100110
Octal164234346

Shades and tints

Shades of #749CE6

#749CE6
(116,156,230)
#6A8ED2
(106,142,210)
#6080BE
(96,128,190)
#5672AA
(86,114,170)
#4C6496
(76,100,150)
#425682
(66,86,130)
#38486E
(56,72,110)
#2E3A5A
(46,58,90)
#242C46
(36,44,70)
#1A1E32
(26,30,50)
#10101E
(16,16,30)
#000000
(0,0,0)

Tints of #749CE6

#749CE6
(116,156,230)
#80A5E8
(128,165,232)
#8CAEEA
(140,174,234)
#98B7EC
(152,183,236)
#A4C0EE
(164,192,238)
#B0C9F0
(176,201,240)
#BCD2F2
(188,210,242)
#C8DBF4
(200,219,244)
#D4E4F6
(212,228,246)
#E0EDF8
(224,237,248)
#ECF6FA
(236,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749CE6 color. Also use rgb(116,156,230) instead hex code.

Text Font Color

.myTextColor { color: #749CE6; }

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

This text font color is #749CE6.


Background Color

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

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

This div background color is #749CE6.


Border color

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

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

This div border color is #749CE6.


Opacity

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

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

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

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

This text has shadow with #749CE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749CE6 on black background.


Color preview on white background

This text has color #749CE6 on white background.



Black color preview on #749CE6 background

This text has black color on #749CE6 background.


White color preview on #749CE6 background

This text has white color on #749CE6 background.