COLOR #748CC4

HEX: #748CC4 RGB: (116,140,196)

Color info

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

RGB color model

#748CC4 color RGB value is (116,140,196).

RGB: (116,140,196) (45%, 55%, 77%)

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 196 of 255 = 77%

116
140
196

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

Portions of RGB colors in percentages

R + G + B = 116 + 140 + 196 = 452 (100%)
R 116 of 452 ~ 25.66%
G 140 of 452 ~ 30.97%
B 196 of 452 ~ 43.36'%

%25.66
%30.97
%43.36

CMYK color model

#748CC4 color CMYK value is (41,29,0,23).

  • cyan value is 40.82%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (41,29,0,23)
C41M29Y0K23 (41%, 29%, 0%, 23%)
(0.41 / 0.29 / 0.00 / 0.23)

CMYK percentages

%40.82
%28.57
%0
%23.14

Codes

Color #748CC4 in popluar color models

74 8C C4
RGB 116 140 196
HSL 222° 40.40% 61.18%
HSB/HSV 222° 40.82% 76.86%
CMYK 40.82% 28.57% 0.00%
23.14%

Color #748CC4 in popluar number systems.

HEX 74 8C C4
Decimal 116 140 196
Binary 1110100 10001100 11000100
Octal 164 214 304

Shades and tints

Shades of #748CC4

#748CC4
(116,140,196)
#6A80B3
(106,128,179)
#6074A2
(96,116,162)
#566891
(86,104,145)
#4C5C80
(76,92,128)
#42506F
(66,80,111)
#38445E
(56,68,94)
#2E384D
(46,56,77)
#242C3C
(36,44,60)
#1A202B
(26,32,43)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #748CC4

#748CC4
(116,140,196)
#8096C9
(128,150,201)
#8CA0CE
(140,160,206)
#98AAD3
(152,170,211)
#A4B4D8
(164,180,216)
#B0BEDD
(176,190,221)
#BCC8E2
(188,200,226)
#C8D2E7
(200,210,231)
#D4DCEC
(212,220,236)
#E0E6F1
(224,230,241)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748CC4 color. Also use rgb(116,140,196) instead hex code.

Text Font Color

.myTextColor { color: #748CC4; }

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

This text font color is #748CC4.

Background Color

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

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

This div background color is #748CC4.

Border color

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

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

This div border color is #748CC4.

Opacity

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

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

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

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

This text has shadow with #748CC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748CC4.

Preview

Color preview on black background

This text has color #748CC4 on black background.


Color preview on white background

This text has color #748CC4 on white background.


Black color preview on #748CC4 background

This text has black color on #748CC4 background.


White color preview on #748CC4 background

This text has white color on #748CC4 background.


Related colors

Complementary color

Complementary color for #hex is #8B733B.


I love getcolorcode.com

Triadic colors

1 #C4748C and #8CC474 with #748CC4 are triadic colors.

2 #C48C74 and #8C74C4 with #748CC4 are triadic colors.