COLOR #748EBF

HEX: #748EBF
RGB: (116,142,191)

Color info

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

RGB color model

#748EBF color RGB value is (116,142,191).

  • red value is 116;
  • green value is 142;
  • blue value is 191.
RGB:
(116,142,191)
(45%,56%,75%)

RGB channels and saturation

R 116 of 255 = 45%
G 142 of 255 = 56%
B 191 of 255 = 75%

116
142
191

R + G + B ~ 59%. #748EBF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 142 + 191 = 449 (100%)
R 116 of 449 ~ 25.84%
G 142 of 449 ~ 31.63%
B 191 of 449 ~ 42.54%

%25.84
%31.63
%42.54

CMYK color model

#748EBF color CMYK value is (39,26,0,25).

  • cyan value is 39.27%
  • magenta value is 25.65%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(39,26,0,25)
C39M26Y0K25 
(39%,26%,0%,25%)
(0.39/0.26/0.00/0.25)	

CMYK percentages

%39.27
%25.65
%0
%25.1

Codes

Color #748EBF in popluar color models

748EBF
RGB116142191
HSL219°36.95%60.20%
HSB/HSV219°39.27%74.90%
CMYK39.27%25.65%0.00%
25.10%

Color #748EBF in popluar number systems.

HEX748EBF
Decimal116142191
Binary11101001000111010111111
Octal164216277

Shades and tints

Shades of #748EBF

#748EBF
(116,142,191)
#6A82AE
(106,130,174)
#60769D
(96,118,157)
#566A8C
(86,106,140)
#4C5E7B
(76,94,123)
#42526A
(66,82,106)
#384659
(56,70,89)
#2E3A48
(46,58,72)
#242E37
(36,46,55)
#1A2226
(26,34,38)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #748EBF

#748EBF
(116,142,191)
#8098C4
(128,152,196)
#8CA2C9
(140,162,201)
#98ACCE
(152,172,206)
#A4B6D3
(164,182,211)
#B0C0D8
(176,192,216)
#BCCADD
(188,202,221)
#C8D4E2
(200,212,226)
#D4DEE7
(212,222,231)
#E0E8EC
(224,232,236)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748EBF color. Also use rgb(116,142,191) instead hex code.

Text Font Color

.myTextColor { color: #748EBF; }

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

This text font color is #748EBF.


Background Color

.myBgColor { background-color: #748EBF; }

<div style="background-color:#748EBF">Inner text</div>

This div background color is #748EBF.


Border color

.myBorderColor { border: 1px solid #748EBF; }

<div style="border:3px solid #748EBF">Div</div>

This div border color is #748EBF.


Opacity

.myOpacity80 { color: #748EBF; opacity: 0.8; }

<p style="color:#748EBF;opacity:0.8;">80%</p>

Text with #748EBF 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 #748EBF;}

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

This text has shadow with #748EBF color.

.textShadow {text-shadow: 3px 3px 1px #748EBF, 3px 3px 1px red;}

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

This text has shadow with #748EBF primary color and red secondary color.


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

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

This text has shadow with #748EBF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748EBF on black background.


Color preview on white background

This text has color #748EBF on white background.



Black color preview on #748EBF background

This text has black color on #748EBF background.


White color preview on #748EBF background

This text has white color on #748EBF background.