COLOR #748AD8

HEX: #748AD8
RGB: (116,138,216)

Color info

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

RGB color model

#748AD8 color RGB value is (116,138,216).

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

RGB channels and saturation

R 116 of 255 = 45%
G 138 of 255 = 54%
B 216 of 255 = 85%

116
138
216

R + G + B ~ 61%. #748AD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 138 + 216 = 470 (100%)
R 116 of 470 ~ 24.68%
G 138 of 470 ~ 29.36%
B 216 of 470 ~ 45.96%

%24.68
%29.36
%45.96

CMYK color model

#748AD8 color CMYK value is (46,36,0,15).

  • cyan value is 46.30%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(46,36,0,15)
C46M36Y0K15 
(46%,36%,0%,15%)
(0.46/0.36/0.00/0.15)	

CMYK percentages

%46.3
%36.11
%0
%15.29

Codes

Color #748AD8 in popluar color models

748AD8
RGB116138216
HSL227°56.18%65.10%
HSB/HSV227°46.30%84.71%
CMYK46.30%36.11%0.00%
15.29%

Color #748AD8 in popluar number systems.

HEX748AD8
Decimal116138216
Binary11101001000101011011000
Octal164212330

Shades and tints

Shades of #748AD8

#748AD8
(116,138,216)
#6A7EC5
(106,126,197)
#6072B2
(96,114,178)
#56669F
(86,102,159)
#4C5A8C
(76,90,140)
#424E79
(66,78,121)
#384266
(56,66,102)
#2E3653
(46,54,83)
#242A40
(36,42,64)
#1A1E2D
(26,30,45)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #748AD8

#748AD8
(116,138,216)
#8094DB
(128,148,219)
#8C9EDE
(140,158,222)
#98A8E1
(152,168,225)
#A4B2E4
(164,178,228)
#B0BCE7
(176,188,231)
#BCC6EA
(188,198,234)
#C8D0ED
(200,208,237)
#D4DAF0
(212,218,240)
#E0E4F3
(224,228,243)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748AD8; }

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

This text font color is #748AD8.


Background Color

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

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

This div background color is #748AD8.


Border color

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

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

This div border color is #748AD8.


Opacity

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

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

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

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

This text has shadow with #748AD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748AD8 on black background.


Color preview on white background

This text has color #748AD8 on white background.



Black color preview on #748AD8 background

This text has black color on #748AD8 background.


White color preview on #748AD8 background

This text has white color on #748AD8 background.