COLOR #748CCD

HEX: #748CCD RGB: (116,140,205)

Color info

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

RGB color model

#748CCD color RGB value is (116,140,205).

RGB: (116,140,205) (45%, 55%, 80%)

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 205 of 255 = 80%

116
140
205

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

Portions of RGB colors in percentages

R + G + B = 116 + 140 + 205 = 461 (100%)
R 116 of 461 ~ 25.16%
G 140 of 461 ~ 30.37%
B 205 of 461 ~ 44.47'%

%25.16
%30.37
%44.47

CMYK color model

#748CCD color CMYK value is (43,32,0,20).

  • cyan value is 43.41%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (43,32,0,20)
C43M32Y0K20 (43%, 32%, 0%, 20%)
(0.43 / 0.32 / 0.00 / 0.20)

CMYK percentages

%43.41
%31.71
%0
%19.61

Codes

Color #748CCD in popluar color models

74 8C CD
RGB 116 140 205
HSL 224° 47.09% 62.94%
HSB/HSV 224° 43.41% 80.39%
CMYK 43.41% 31.71% 0.00%
19.61%

Color #748CCD in popluar number systems.

HEX 74 8C CD
Decimal 116 140 205
Binary 1110100 10001100 11001101
Octal 164 214 315

Shades and tints

Shades of #748CCD

#748CCD
(116,140,205)
#6A80BB
(106,128,187)
#6074A9
(96,116,169)
#566897
(86,104,151)
#4C5C85
(76,92,133)
#425073
(66,80,115)
#384461
(56,68,97)
#2E384F
(46,56,79)
#242C3D
(36,44,61)
#1A202B
(26,32,43)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #748CCD

#748CCD
(116,140,205)
#8096D1
(128,150,209)
#8CA0D5
(140,160,213)
#98AAD9
(152,170,217)
#A4B4DD
(164,180,221)
#B0BEE1
(176,190,225)
#BCC8E5
(188,200,229)
#C8D2E9
(200,210,233)
#D4DCED
(212,220,237)
#E0E6F1
(224,230,241)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748CCD; }

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

This text font color is #748CCD.

Background Color

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

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

This div background color is #748CCD.

Border color

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

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

This div border color is #748CCD.

Opacity

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

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

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

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

This text has shadow with #748CCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748CCD.

Preview

Color preview on black background

This text has color #748CCD on black background.


Color preview on white background

This text has color #748CCD on white background.


Black color preview on #748CCD background

This text has black color on #748CCD background.


White color preview on #748CCD background

This text has white color on #748CCD background.


Related colors

Complementary color

Complementary color for #hex is #8B7332.


I love getcolorcode.com

Triadic colors

1 #CD748C and #8CCD74 with #748CCD are triadic colors.

2 #CD8C74 and #8C74CD with #748CCD are triadic colors.