COLOR #4C23BD

HEX: #4C23BD
RGB: (76,35,189)

Color info

#4C23BD contains mainly blue color. Web safe color of #4C23BD is #3333CC (or #33C).

RGB color model

#4C23BD color RGB value is (76,35,189).

  • red value is 76;
  • green value is 35;
  • blue value is 189.
RGB:
(76,35,189)
(30%,14%,74%)

RGB channels and saturation

R 76 of 255 = 30%
G 35 of 255 = 14%
B 189 of 255 = 74%

76
35
189

R + G + B ~ 39%. #4C23BD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 35 + 189 = 300 (100%)
R 76 of 300 ~ 25.33%
G 35 of 300 ~ 11.67%
B 189 of 300 ~ 63%

%25.33
%11.67
%63

CMYK color model

#4C23BD color CMYK value is (60,81,0,26).

  • cyan value is 59.79%
  • magenta value is 81.48%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(60,81,0,26)
C60M81Y0K26 
(60%,81%,0%,26%)
(0.60/0.81/0.00/0.26)	

CMYK percentages

%59.79
%81.48
%0
%25.88

Codes

Color #4C23BD in popluar color models

4C23BD
RGB7635189
HSL256°68.75%43.92%
HSB/HSV256°81.48%74.12%
CMYK59.79%81.48%0.00%
25.88%

Color #4C23BD in popluar number systems.

HEX4C23BD
Decimal7635189
Binary100110010001110111101
Octal11443275

Shades and tints

Shades of #4C23BD

#4C23BD
(76,35,189)
#4620AC
(70,32,172)
#401D9B
(64,29,155)
#3A1A8A
(58,26,138)
#341779
(52,23,121)
#2E1468
(46,20,104)
#281157
(40,17,87)
#220E46
(34,14,70)
#1C0B35
(28,11,53)
#160824
(22,8,36)
#100513
(16,5,19)
#000000
(0,0,0)

Tints of #4C23BD

#4C23BD
(76,35,189)
#5C37C3
(92,55,195)
#6C4BC9
(108,75,201)
#7C5FCF
(124,95,207)
#8C73D5
(140,115,213)
#9C87DB
(156,135,219)
#AC9BE1
(172,155,225)
#BCAFE7
(188,175,231)
#CCC3ED
(204,195,237)
#DCD7F3
(220,215,243)
#ECEBF9
(236,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C23BD color. Also use rgb(76,35,189) instead hex code.

Text Font Color

.myTextColor { color: #4C23BD; }

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

This text font color is #4C23BD.


Background Color

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

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

This div background color is #4C23BD.


Border color

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

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

This div border color is #4C23BD.


Opacity

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

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

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

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

This text has shadow with #4C23BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C23BD on black background.


Color preview on white background

This text has color #4C23BD on white background.



Black color preview on #4C23BD background

This text has black color on #4C23BD background.


White color preview on #4C23BD background

This text has white color on #4C23BD background.