COLOR #748BB3

HEX: #748BB3
RGB: (116,139,179)

Color info

#748BB3 contains mainly green and blue colors. Web safe color of #748BB3 is #669999 (or #699).

RGB color model

#748BB3 color RGB value is (116,139,179).

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

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 179 of 255 = 70%

116
139
179

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

Portions of RGB colors in percentages

R + G + B =
116 + 139 + 179 = 434 (100%)
R 116 of 434 ~ 26.73%
G 139 of 434 ~ 32.03%
B 179 of 434 ~ 41.24%

%26.73
%32.03
%41.24

CMYK color model

#748BB3 color CMYK value is (35,22,0,30).

  • cyan value is 35.20%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(35,22,0,30)
C35M22Y0K30 
(35%,22%,0%,30%)
(0.35/0.22/0.00/0.30)	

CMYK percentages

%35.2
%22.35
%0
%29.8

Codes

Color #748BB3 in popluar color models

748BB3
RGB116139179
HSL218°29.30%57.84%
HSB/HSV218°35.20%70.20%
CMYK35.20%22.35%0.00%
29.80%

Color #748BB3 in popluar number systems.

HEX748BB3
Decimal116139179
Binary11101001000101110110011
Octal164213263

Shades and tints

Shades of #748BB3

#748BB3
(116,139,179)
#6A7FA3
(106,127,163)
#607393
(96,115,147)
#566783
(86,103,131)
#4C5B73
(76,91,115)
#424F63
(66,79,99)
#384353
(56,67,83)
#2E3743
(46,55,67)
#242B33
(36,43,51)
#1A1F23
(26,31,35)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #748BB3

#748BB3
(116,139,179)
#8095B9
(128,149,185)
#8C9FBF
(140,159,191)
#98A9C5
(152,169,197)
#A4B3CB
(164,179,203)
#B0BDD1
(176,189,209)
#BCC7D7
(188,199,215)
#C8D1DD
(200,209,221)
#D4DBE3
(212,219,227)
#E0E5E9
(224,229,233)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748BB3; }

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

This text font color is #748BB3.


Background Color

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

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

This div background color is #748BB3.


Border color

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

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

This div border color is #748BB3.


Opacity

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

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

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

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

This text has shadow with #748BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748BB3 on black background.


Color preview on white background

This text has color #748BB3 on white background.



Black color preview on #748BB3 background

This text has black color on #748BB3 background.


White color preview on #748BB3 background

This text has white color on #748BB3 background.