COLOR #748BB8

HEX: #748BB8
RGB: (116,139,184)

Color info

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

RGB color model

#748BB8 color RGB value is (116,139,184).

  • red value is 116;
  • green value is 139;
  • blue value is 184.
RGB:
(116,139,184)
(45%,55%,72%)

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 184 of 255 = 72%

116
139
184

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

Portions of RGB colors in percentages

R + G + B =
116 + 139 + 184 = 439 (100%)
R 116 of 439 ~ 26.42%
G 139 of 439 ~ 31.66%
B 184 of 439 ~ 41.91%

%26.42
%31.66
%41.91

CMYK color model

#748BB8 color CMYK value is (37,24,0,28).

  • cyan value is 36.96%
  • magenta value is 24.46%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(37,24,0,28)
C37M24Y0K28 
(37%,24%,0%,28%)
(0.37/0.24/0.00/0.28)	

CMYK percentages

%36.96
%24.46
%0
%27.84

Codes

Color #748BB8 in popluar color models

748BB8
RGB116139184
HSL220°32.38%58.82%
HSB/HSV220°36.96%72.16%
CMYK36.96%24.46%0.00%
27.84%

Color #748BB8 in popluar number systems.

HEX748BB8
Decimal116139184
Binary11101001000101110111000
Octal164213270

Shades and tints

Shades of #748BB8

#748BB8
(116,139,184)
#6A7FA8
(106,127,168)
#607398
(96,115,152)
#566788
(86,103,136)
#4C5B78
(76,91,120)
#424F68
(66,79,104)
#384358
(56,67,88)
#2E3748
(46,55,72)
#242B38
(36,43,56)
#1A1F28
(26,31,40)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #748BB8

#748BB8
(116,139,184)
#8095BE
(128,149,190)
#8C9FC4
(140,159,196)
#98A9CA
(152,169,202)
#A4B3D0
(164,179,208)
#B0BDD6
(176,189,214)
#BCC7DC
(188,199,220)
#C8D1E2
(200,209,226)
#D4DBE8
(212,219,232)
#E0E5EE
(224,229,238)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748BB8 color. Also use rgb(116,139,184) instead hex code.

Text Font Color

.myTextColor { color: #748BB8; }

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

This text font color is #748BB8.


Background Color

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

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

This div background color is #748BB8.


Border color

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

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

This div border color is #748BB8.


Opacity

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

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

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

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

This text has shadow with #748BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748BB8 on black background.


Color preview on white background

This text has color #748BB8 on white background.



Black color preview on #748BB8 background

This text has black color on #748BB8 background.


White color preview on #748BB8 background

This text has white color on #748BB8 background.