COLOR #748BA8

HEX: #748BA8 RGB: (116,139,168)

Color info

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

RGB color model

#748BA8 color RGB value is (116,139,168).

RGB: (116,139,168) (45%, 55%, 66%)

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 168 of 255 = 66%

116
139
168

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

Portions of RGB colors in percentages

R + G + B = 116 + 139 + 168 = 423 (100%)
R 116 of 423 ~ 27.42%
G 139 of 423 ~ 32.86%
B 168 of 423 ~ 39.72'%

%27.42
%32.86
%39.72

CMYK color model

#748BA8 color CMYK value is (31,17,0,34).

  • cyan value is 30.95%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (31,17,0,34)
C31M17Y0K34 (31%, 17%, 0%, 34%)
(0.31 / 0.17 / 0.00 / 0.34)

CMYK percentages

%30.95
%17.26
%0
%34.12

Codes

Color #748BA8 in popluar color models

74 8B A8
RGB 116 139 168
HSL 213° 23.01% 55.69%
HSB/HSV 213° 30.95% 65.88%
CMYK 30.95% 17.26% 0.00%
34.12%

Color #748BA8 in popluar number systems.

HEX 74 8B A8
Decimal 116 139 168
Binary 1110100 10001011 10101000
Octal 164 213 250

Shades and tints

Shades of #748BA8

#748BA8
(116,139,168)
#6A7F99
(106,127,153)
#60738A
(96,115,138)
#56677B
(86,103,123)
#4C5B6C
(76,91,108)
#424F5D
(66,79,93)
#38434E
(56,67,78)
#2E373F
(46,55,63)
#242B30
(36,43,48)
#1A1F21
(26,31,33)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #748BA8

#748BA8
(116,139,168)
#8095AF
(128,149,175)
#8C9FB6
(140,159,182)
#98A9BD
(152,169,189)
#A4B3C4
(164,179,196)
#B0BDCB
(176,189,203)
#BCC7D2
(188,199,210)
#C8D1D9
(200,209,217)
#D4DBE0
(212,219,224)
#E0E5E7
(224,229,231)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748BA8 color. Also use rgb(116,139,168) instead hex code.

Text Font Color

.myTextColor { color: #748BA8; }

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

This text font color is #748BA8.

Background Color

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

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

This div background color is #748BA8.

Border color

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

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

This div border color is #748BA8.

Opacity

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

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

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

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

This text has shadow with #748BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748BA8.

Preview

Color preview on black background

This text has color #748BA8 on black background.


Color preview on white background

This text has color #748BA8 on white background.


Black color preview on #748BA8 background

This text has black color on #748BA8 background.


White color preview on #748BA8 background

This text has white color on #748BA8 background.


Related colors

Complementary color

Complementary color for #hex is #8B7457.


I love getcolorcode.com

Triadic colors

1 #A8748B and #8BA874 with #748BA8 are triadic colors.

2 #A88B74 and #8B74A8 with #748BA8 are triadic colors.