COLOR #748DD0

HEX: #748DD0 RGB: (116,141,208)

Color info

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

RGB color model

#748DD0 color RGB value is (116,141,208).

RGB: (116,141,208) (45%, 55%, 82%)

RGB channels and saturation

R 116 of 255 = 45%
G 141 of 255 = 55%
B 208 of 255 = 82%

116
141
208

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

Portions of RGB colors in percentages

R + G + B = 116 + 141 + 208 = 465 (100%)
R 116 of 465 ~ 24.95%
G 141 of 465 ~ 30.32%
B 208 of 465 ~ 44.73'%

%24.95
%30.32
%44.73

CMYK color model

#748DD0 color CMYK value is (44,32,0,18).

  • cyan value is 44.23%
  • magenta value is 32.21%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (44,32,0,18) C44M32Y0K18 (44%,32%,0%,18%) (0.44/0.32/0.00/0.18) 

CMYK percentages

%44.23
%32.21
%0
%18.43

Codes

Color #748DD0 in popluar color models

74 8D D0
RGB 116 141 208
HSL 224° 49.46% 63.53%
HSB/HSV 224° 44.23% 81.57%
CMYK 44.23% 32.21% 0.00%
18.43%

Color #748DD0 in popluar number systems.

HEX 74 8D D0
Decimal 116 141 208
Binary 1110100 10001101 11010000
Octal 164 215 320

Shades and tints

Shades of #748DD0

#748DD0
(116,141,208)
#6A81BE
(106,129,190)
#6075AC
(96,117,172)
#56699A
(86,105,154)
#4C5D88
(76,93,136)
#425176
(66,81,118)
#384564
(56,69,100)
#2E3952
(46,57,82)
#242D40
(36,45,64)
#1A212E
(26,33,46)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #748DD0

#748DD0
(116,141,208)
#8097D4
(128,151,212)
#8CA1D8
(140,161,216)
#98ABDC
(152,171,220)
#A4B5E0
(164,181,224)
#B0BFE4
(176,191,228)
#BCC9E8
(188,201,232)
#C8D3EC
(200,211,236)
#D4DDF0
(212,221,240)
#E0E7F4
(224,231,244)
#ECF1F8
(236,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748DD0 color. Also use rgb(116,141,208) instead hex code.

Text Font Color

.myTextColor { color: #748DD0; }

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

This text font color is #748DD0.

Background Color

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

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

This div background color is #748DD0.

Border color

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

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

This div border color is #748DD0.

Opacity

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

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

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

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

This text has shadow with #748DD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748DD0.

Preview

Color preview on black background

This text has color #748DD0 on black background.


Color preview on white background

This text has color #748DD0 on white background.


Black color preview on #748DD0 background

This text has black color on #748DD0 background.


White color preview on #748DD0 background

This text has white color on #748DD0 background.


Related colors

Complementary color

Complementary color for #hex is #8B722F.


I love getcolorcode.com

Triadic colors

1 #D0748D and #8DD074 with #748DD0 are triadic colors.

2 #D08D74 and #8D74D0 with #748DD0 are triadic colors.