COLOR #748CB2

HEX: #748CB2
RGB: (116,140,178)

Color info

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

RGB color model

#748CB2 color RGB value is (116,140,178).

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

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 178 of 255 = 70%

116
140
178

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

Portions of RGB colors in percentages

R + G + B =
116 + 140 + 178 = 434 (100%)
R 116 of 434 ~ 26.73%
G 140 of 434 ~ 32.26%
B 178 of 434 ~ 41.01%

%26.73
%32.26
%41.01

CMYK color model

#748CB2 color CMYK value is (35,21,0,30).

  • cyan value is 34.83%
  • magenta value is 21.35%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(35,21,0,30)
C35M21Y0K30 
(35%,21%,0%,30%)
(0.35/0.21/0.00/0.30)	

CMYK percentages

%34.83
%21.35
%0
%30.2

Codes

Color #748CB2 in popluar color models

748CB2
RGB116140178
HSL217°28.70%57.65%
HSB/HSV217°34.83%69.80%
CMYK34.83%21.35%0.00%
30.20%

Color #748CB2 in popluar number systems.

HEX748CB2
Decimal116140178
Binary11101001000110010110010
Octal164214262

Shades and tints

Shades of #748CB2

#748CB2
(116,140,178)
#6A80A2
(106,128,162)
#607492
(96,116,146)
#566882
(86,104,130)
#4C5C72
(76,92,114)
#425062
(66,80,98)
#384452
(56,68,82)
#2E3842
(46,56,66)
#242C32
(36,44,50)
#1A2022
(26,32,34)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #748CB2

#748CB2
(116,140,178)
#8096B9
(128,150,185)
#8CA0C0
(140,160,192)
#98AAC7
(152,170,199)
#A4B4CE
(164,180,206)
#B0BED5
(176,190,213)
#BCC8DC
(188,200,220)
#C8D2E3
(200,210,227)
#D4DCEA
(212,220,234)
#E0E6F1
(224,230,241)
#ECF0F8
(236,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748CB2 color. Also use rgb(116,140,178) instead hex code.

Text Font Color

.myTextColor { color: #748CB2; }

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

This text font color is #748CB2.


Background Color

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

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

This div background color is #748CB2.


Border color

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

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

This div border color is #748CB2.


Opacity

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

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

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

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

This text has shadow with #748CB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748CB2 on black background.


Color preview on white background

This text has color #748CB2 on white background.



Black color preview on #748CB2 background

This text has black color on #748CB2 background.


White color preview on #748CB2 background

This text has white color on #748CB2 background.