COLOR #748DB9

HEX: #748DB9 RGB: (116,141,185)

Color info

#748DB9 contains mainly green and blue colors. Web safe color of #748DB9 is #6699CC (or #69C).

RGB color model

#748DB9 color RGB value is (116,141,185).

RGB: (116,141,185) (45%, 55%, 73%)

RGB channels and saturation

R 116 of 255 = 45%
G 141 of 255 = 55%
B 185 of 255 = 73%

116
141
185

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

Portions of RGB colors in percentages

R + G + B = 116 + 141 + 185 = 442 (100%)
R 116 of 442 ~ 26.24%
G 141 of 442 ~ 31.9%
B 185 of 442 ~ 41.86'%

%26.24
%31.9
%41.86

CMYK color model

#748DB9 color CMYK value is (37,24,0,27).

  • cyan value is 37.30%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (37,24,0,27)
C37M24Y0K27 (37%, 24%, 0%, 27%)
(0.37 / 0.24 / 0.00 / 0.27)

CMYK percentages

%37.3
%23.78
%0
%27.45

Codes

Color #748DB9 in popluar color models

74 8D B9
RGB 116 141 185
HSL 218° 33.01% 59.02%
HSB/HSV 218° 37.30% 72.55%
CMYK 37.30% 23.78% 0.00%
27.45%

Color #748DB9 in popluar number systems.

HEX 74 8D B9
Decimal 116 141 185
Binary 1110100 10001101 10111001
Octal 164 215 271

Shades and tints

Shades of #748DB9

#748DB9
(116,141,185)
#6A81A9
(106,129,169)
#607599
(96,117,153)
#566989
(86,105,137)
#4C5D79
(76,93,121)
#425169
(66,81,105)
#384559
(56,69,89)
#2E3949
(46,57,73)
#242D39
(36,45,57)
#1A2129
(26,33,41)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #748DB9

#748DB9
(116,141,185)
#8097BF
(128,151,191)
#8CA1C5
(140,161,197)
#98ABCB
(152,171,203)
#A4B5D1
(164,181,209)
#B0BFD7
(176,191,215)
#BCC9DD
(188,201,221)
#C8D3E3
(200,211,227)
#D4DDE9
(212,221,233)
#E0E7EF
(224,231,239)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748DB9; }

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

This text font color is #748DB9.

Background Color

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

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

This div background color is #748DB9.

Border color

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

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

This div border color is #748DB9.

Opacity

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

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

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

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

This text has shadow with #748DB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748DB9.

Preview

Color preview on black background

This text has color #748DB9 on black background.


Color preview on white background

This text has color #748DB9 on white background.


Black color preview on #748DB9 background

This text has black color on #748DB9 background.


White color preview on #748DB9 background

This text has white color on #748DB9 background.


Related colors

Complementary color

Complementary color for #hex is #8B7246.


I love getcolorcode.com

Triadic colors

1 #B9748D and #8DB974 with #748DB9 are triadic colors.

2 #B98D74 and #8D74B9 with #748DB9 are triadic colors.