COLOR #4C5CBF

HEX: #4C5CBF RGB: (76,92,191)

Color info

#4C5CBF contains mainly blue color. Web safe color of #4C5CBF is #3366CC (or #36C).

RGB color model

#4C5CBF color RGB value is (76,92,191).

RGB: (76,92,191) (30%, 36%, 75%)

RGB channels and saturation

R 76 of 255 = 30%
G 92 of 255 = 36%
B 191 of 255 = 75%

76
92
191

R + G + B ~ 47%. #4C5CBF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 76 + 92 + 191 = 359 (100%)
R 76 of 359 ~ 21.17%
G 92 of 359 ~ 25.63%
B 191 of 359 ~ 53.2'%

%21.17
%25.63
%53.2

CMYK color model

#4C5CBF color CMYK value is (60,52,0,25).

  • cyan value is 60.21%
  • magenta value is 51.83%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (60,52,0,25)
C60M52Y0K25 (60%, 52%, 0%, 25%)
(0.60 / 0.52 / 0.00 / 0.25)

CMYK percentages

%60.21
%51.83
%0
%25.1

Codes

Color #4C5CBF in popluar color models

4C 5C BF
RGB 76 92 191
HSL 232° 47.33% 52.35%
HSB/HSV 232° 60.21% 74.90%
CMYK 60.21% 51.83% 0.00%
25.10%

Color #4C5CBF in popluar number systems.

HEX 4C 5C BF
Decimal 76 92 191
Binary 1001100 1011100 10111111
Octal 114 134 277

Shades and tints

Shades of #4C5CBF

#4C5CBF
(76,92,191)
#4654AE
(70,84,174)
#404C9D
(64,76,157)
#3A448C
(58,68,140)
#343C7B
(52,60,123)
#2E346A
(46,52,106)
#282C59
(40,44,89)
#222448
(34,36,72)
#1C1C37
(28,28,55)
#161426
(22,20,38)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #4C5CBF

#4C5CBF
(76,92,191)
#5C6AC4
(92,106,196)
#6C78C9
(108,120,201)
#7C86CE
(124,134,206)
#8C94D3
(140,148,211)
#9CA2D8
(156,162,216)
#ACB0DD
(172,176,221)
#BCBEE2
(188,190,226)
#CCCCE7
(204,204,231)
#DCDAEC
(220,218,236)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5CBF color. Also use rgb(76,92,191) instead hex code.

Text Font Color

.myTextColor { color: #4C5CBF; }

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

This text font color is #4C5CBF.

Background Color

.myBgColor { background-color: #4C5CBF; }

<div style="background-color:#4C5CBF">Inner text</div>

This div background color is #4C5CBF.

Border color

.myBorderColor { border: 1px solid #4C5CBF; }

<div style="border:3px solid #4C5CBF">Div</div>

This div border color is #4C5CBF.

Opacity

.myOpacity80 { color: #4C5CBF; opacity: 0.8; }

<p style="color:#4C5CBF;opacity:0.8;">80%</p>

Text with #4C5CBF 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 #4C5CBF;}

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

This text has shadow with #4C5CBF color.


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

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

This text has shadow with #4C5CBF primary color and red secondary color.


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

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

This text has shadow with #4C5CBF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4C5CBF.

Preview

Color preview on black background

This text has color #4C5CBF on black background.


Color preview on white background

This text has color #4C5CBF on white background.


Black color preview on #4C5CBF background

This text has black color on #4C5CBF background.


White color preview on #4C5CBF background

This text has white color on #4C5CBF background.


Related colors

Complementary color

Complementary color for #hex is #B3A340.


I love getcolorcode.com

Triadic colors

1 #BF4C5C and #5CBF4C with #4C5CBF are triadic colors.

2 #BF5C4C and #5C4CBF with #4C5CBF are triadic colors.