COLOR #748FBA

HEX: #748FBA
RGB: (116,143,186)

Color info

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

RGB color model

#748FBA color RGB value is (116,143,186).

  • red value is 116;
  • green value is 143;
  • blue value is 186.
RGB:
(116,143,186)
(45%,56%,73%)

RGB channels and saturation

R 116 of 255 = 45%
G 143 of 255 = 56%
B 186 of 255 = 73%

116
143
186

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

Portions of RGB colors in percentages

R + G + B =
116 + 143 + 186 = 445 (100%)
R 116 of 445 ~ 26.07%
G 143 of 445 ~ 32.13%
B 186 of 445 ~ 41.8%

%26.07
%32.13
%41.8

CMYK color model

#748FBA color CMYK value is (38,23,0,27).

  • cyan value is 37.63%
  • magenta value is 23.12%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(38,23,0,27)
C38M23Y0K27 
(38%,23%,0%,27%)
(0.38/0.23/0.00/0.27)	

CMYK percentages

%37.63
%23.12
%0
%27.06

Codes

Color #748FBA in popluar color models

748FBA
RGB116143186
HSL217°33.65%59.22%
HSB/HSV217°37.63%72.94%
CMYK37.63%23.12%0.00%
27.06%

Color #748FBA in popluar number systems.

HEX748FBA
Decimal116143186
Binary11101001000111110111010
Octal164217272

Shades and tints

Shades of #748FBA

#748FBA
(116,143,186)
#6A82AA
(106,130,170)
#60759A
(96,117,154)
#56688A
(86,104,138)
#4C5B7A
(76,91,122)
#424E6A
(66,78,106)
#38415A
(56,65,90)
#2E344A
(46,52,74)
#24273A
(36,39,58)
#1A1A2A
(26,26,42)
#100D1A
(16,13,26)
#000000
(0,0,0)

Tints of #748FBA

#748FBA
(116,143,186)
#8099C0
(128,153,192)
#8CA3C6
(140,163,198)
#98ADCC
(152,173,204)
#A4B7D2
(164,183,210)
#B0C1D8
(176,193,216)
#BCCBDE
(188,203,222)
#C8D5E4
(200,213,228)
#D4DFEA
(212,223,234)
#E0E9F0
(224,233,240)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748FBA color. Also use rgb(116,143,186) instead hex code.

Text Font Color

.myTextColor { color: #748FBA; }

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

This text font color is #748FBA.


Background Color

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

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

This div background color is #748FBA.


Border color

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

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

This div border color is #748FBA.


Opacity

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

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

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

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

This text has shadow with #748FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748FBA on black background.


Color preview on white background

This text has color #748FBA on white background.



Black color preview on #748FBA background

This text has black color on #748FBA background.


White color preview on #748FBA background

This text has white color on #748FBA background.