COLOR #4C58D4

HEX: #4C58D4
RGB: (76,88,212)

Color info

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

RGB color model

#4C58D4 color RGB value is (76,88,212).

  • red value is 76;
  • green value is 88;
  • blue value is 212.
RGB:
(76,88,212)
(30%,35%,83%)

RGB channels and saturation

R 76 of 255 = 30%
G 88 of 255 = 35%
B 212 of 255 = 83%

76
88
212

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

Portions of RGB colors in percentages

R + G + B =
76 + 88 + 212 = 376 (100%)
R 76 of 376 ~ 20.21%
G 88 of 376 ~ 23.4%
B 212 of 376 ~ 56.38%

%20.21
%23.4
%56.38

CMYK color model

#4C58D4 color CMYK value is (64,58,0,17).

  • cyan value is 64.15%
  • magenta value is 58.49%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(64,58,0,17)
C64M58Y0K17 
(64%,58%,0%,17%)
(0.64/0.58/0.00/0.17)	

CMYK percentages

%64.15
%58.49
%0
%16.86

Codes

Color #4C58D4 in popluar color models

4C58D4
RGB7688212
HSL235°61.26%56.47%
HSB/HSV235°64.15%83.14%
CMYK64.15%58.49%0.00%
16.86%

Color #4C58D4 in popluar number systems.

HEX4C58D4
Decimal7688212
Binary1001100101100011010100
Octal114130324

Shades and tints

Shades of #4C58D4

#4C58D4
(76,88,212)
#4650C1
(70,80,193)
#4048AE
(64,72,174)
#3A409B
(58,64,155)
#343888
(52,56,136)
#2E3075
(46,48,117)
#282862
(40,40,98)
#22204F
(34,32,79)
#1C183C
(28,24,60)
#161029
(22,16,41)
#100816
(16,8,22)
#000000
(0,0,0)

Tints of #4C58D4

#4C58D4
(76,88,212)
#5C67D7
(92,103,215)
#6C76DA
(108,118,218)
#7C85DD
(124,133,221)
#8C94E0
(140,148,224)
#9CA3E3
(156,163,227)
#ACB2E6
(172,178,230)
#BCC1E9
(188,193,233)
#CCD0EC
(204,208,236)
#DCDFEF
(220,223,239)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C58D4 color. Also use rgb(76,88,212) instead hex code.

Text Font Color

.myTextColor { color: #4C58D4; }

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

This text font color is #4C58D4.


Background Color

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

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

This div background color is #4C58D4.


Border color

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

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

This div border color is #4C58D4.


Opacity

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

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

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

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

This text has shadow with #4C58D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C58D4 on black background.


Color preview on white background

This text has color #4C58D4 on white background.



Black color preview on #4C58D4 background

This text has black color on #4C58D4 background.


White color preview on #4C58D4 background

This text has white color on #4C58D4 background.