COLOR #748AC7

HEX: #748AC7
RGB: (116,138,199)

Color info

#748AC7 contains mainly blue color. Web safe color of #748AC7 is #6699CC (or #69C).

RGB color model

#748AC7 color RGB value is (116,138,199).

  • red value is 116;
  • green value is 138;
  • blue value is 199.
RGB:
(116,138,199)
(45%,54%,78%)

RGB channels and saturation

R 116 of 255 = 45%
G 138 of 255 = 54%
B 199 of 255 = 78%

116
138
199

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

Portions of RGB colors in percentages

R + G + B =
116 + 138 + 199 = 453 (100%)
R 116 of 453 ~ 25.61%
G 138 of 453 ~ 30.46%
B 199 of 453 ~ 43.93%

%25.61
%30.46
%43.93

CMYK color model

#748AC7 color CMYK value is (42,31,0,22).

  • cyan value is 41.71%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(42,31,0,22)
C42M31Y0K22 
(42%,31%,0%,22%)
(0.42/0.31/0.00/0.22)	

CMYK percentages

%41.71
%30.65
%0
%21.96

Codes

Color #748AC7 in popluar color models

748AC7
RGB116138199
HSL224°42.56%61.76%
HSB/HSV224°41.71%78.04%
CMYK41.71%30.65%0.00%
21.96%

Color #748AC7 in popluar number systems.

HEX748AC7
Decimal116138199
Binary11101001000101011000111
Octal164212307

Shades and tints

Shades of #748AC7

#748AC7
(116,138,199)
#6A7EB5
(106,126,181)
#6072A3
(96,114,163)
#566691
(86,102,145)
#4C5A7F
(76,90,127)
#424E6D
(66,78,109)
#38425B
(56,66,91)
#2E3649
(46,54,73)
#242A37
(36,42,55)
#1A1E25
(26,30,37)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #748AC7

#748AC7
(116,138,199)
#8094CC
(128,148,204)
#8C9ED1
(140,158,209)
#98A8D6
(152,168,214)
#A4B2DB
(164,178,219)
#B0BCE0
(176,188,224)
#BCC6E5
(188,198,229)
#C8D0EA
(200,208,234)
#D4DAEF
(212,218,239)
#E0E4F4
(224,228,244)
#ECEEF9
(236,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748AC7 color. Also use rgb(116,138,199) instead hex code.

Text Font Color

.myTextColor { color: #748AC7; }

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

This text font color is #748AC7.


Background Color

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

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

This div background color is #748AC7.


Border color

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

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

This div border color is #748AC7.


Opacity

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

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

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

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

This text has shadow with #748AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748AC7 on black background.


Color preview on white background

This text has color #748AC7 on white background.



Black color preview on #748AC7 background

This text has black color on #748AC7 background.


White color preview on #748AC7 background

This text has white color on #748AC7 background.