COLOR #748FAA

HEX: #748FAA
RGB: (116,143,170)

Color info

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

RGB color model

#748FAA color RGB value is (116,143,170).

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

RGB channels and saturation

R 116 of 255 = 45%
G 143 of 255 = 56%
B 170 of 255 = 67%

116
143
170

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

Portions of RGB colors in percentages

R + G + B =
116 + 143 + 170 = 429 (100%)
R 116 of 429 ~ 27.04%
G 143 of 429 ~ 33.33%
B 170 of 429 ~ 39.63%

%27.04
%33.33
%39.63

CMYK color model

#748FAA color CMYK value is (32,16,0,33).

  • cyan value is 31.76%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(32,16,0,33)
C32M16Y0K33 
(32%,16%,0%,33%)
(0.32/0.16/0.00/0.33)	

CMYK percentages

%31.76
%15.88
%0
%33.33

Codes

Color #748FAA in popluar color models

748FAA
RGB116143170
HSL210°24.11%56.08%
HSB/HSV210°31.76%66.67%
CMYK31.76%15.88%0.00%
33.33%

Color #748FAA in popluar number systems.

HEX748FAA
Decimal116143170
Binary11101001000111110101010
Octal164217252

Shades and tints

Shades of #748FAA

#748FAA
(116,143,170)
#6A829B
(106,130,155)
#60758C
(96,117,140)
#56687D
(86,104,125)
#4C5B6E
(76,91,110)
#424E5F
(66,78,95)
#384150
(56,65,80)
#2E3441
(46,52,65)
#242732
(36,39,50)
#1A1A23
(26,26,35)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #748FAA

#748FAA
(116,143,170)
#8099B1
(128,153,177)
#8CA3B8
(140,163,184)
#98ADBF
(152,173,191)
#A4B7C6
(164,183,198)
#B0C1CD
(176,193,205)
#BCCBD4
(188,203,212)
#C8D5DB
(200,213,219)
#D4DFE2
(212,223,226)
#E0E9E9
(224,233,233)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748FAA; }

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

This text font color is #748FAA.


Background Color

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

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

This div background color is #748FAA.


Border color

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

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

This div border color is #748FAA.


Opacity

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

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

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

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

This text has shadow with #748FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748FAA on black background.


Color preview on white background

This text has color #748FAA on white background.



Black color preview on #748FAA background

This text has black color on #748FAA background.


White color preview on #748FAA background

This text has white color on #748FAA background.