COLOR #748BA2

HEX: #748BA2
RGB: (116,139,162)

Color info

#748BA2 contains red, green and blue colors in about the same proportion. Web safe color of #748BA2 is #669999 (or #699).

RGB color model

#748BA2 color RGB value is (116,139,162).

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

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 162 of 255 = 64%

116
139
162

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

Portions of RGB colors in percentages

R + G + B =
116 + 139 + 162 = 417 (100%)
R 116 of 417 ~ 27.82%
G 139 of 417 ~ 33.33%
B 162 of 417 ~ 38.85%

%27.82
%33.33
%38.85

CMYK color model

#748BA2 color CMYK value is (28,14,0,36).

  • cyan value is 28.40%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(28,14,0,36)
C28M14Y0K36 
(28%,14%,0%,36%)
(0.28/0.14/0.00/0.36)	

CMYK percentages

%28.4
%14.2
%0
%36.47

Codes

Color #748BA2 in popluar color models

748BA2
RGB116139162
HSL210°19.83%54.51%
HSB/HSV210°28.40%63.53%
CMYK28.40%14.20%0.00%
36.47%

Color #748BA2 in popluar number systems.

HEX748BA2
Decimal116139162
Binary11101001000101110100010
Octal164213242

Shades and tints

Shades of #748BA2

#748BA2
(116,139,162)
#6A7F94
(106,127,148)
#607386
(96,115,134)
#566778
(86,103,120)
#4C5B6A
(76,91,106)
#424F5C
(66,79,92)
#38434E
(56,67,78)
#2E3740
(46,55,64)
#242B32
(36,43,50)
#1A1F24
(26,31,36)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #748BA2

#748BA2
(116,139,162)
#8095AA
(128,149,170)
#8C9FB2
(140,159,178)
#98A9BA
(152,169,186)
#A4B3C2
(164,179,194)
#B0BDCA
(176,189,202)
#BCC7D2
(188,199,210)
#C8D1DA
(200,209,218)
#D4DBE2
(212,219,226)
#E0E5EA
(224,229,234)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748BA2; }

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

This text font color is #748BA2.


Background Color

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

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

This div background color is #748BA2.


Border color

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

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

This div border color is #748BA2.


Opacity

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

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

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

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

This text has shadow with #748BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748BA2 on black background.


Color preview on white background

This text has color #748BA2 on white background.



Black color preview on #748BA2 background

This text has black color on #748BA2 background.


White color preview on #748BA2 background

This text has white color on #748BA2 background.