COLOR #4C2892

HEX: #4C2892 RGB: (76,40,146)

Color info

#4C2892 contains mainly blue color. Web safe color of #4C2892 is #333399 (or #339).

RGB color model

#4C2892 color RGB value is (76,40,146).

RGB: (76,40,146) (30%, 16%, 57%)

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 146 of 255 = 57%

76
40
146

R + G + B ~ 34%. #4C2892 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 40 + 146 = 262 (100%)
R 76 of 262 ~ 29.01%
G 40 of 262 ~ 15.27%
B 146 of 262 ~ 55.73'%

%29.01
%15.27
%55.73

CMYK color model

#4C2892 color CMYK value is (48,73,0,43).

  • cyan value is 47.95%
  • magenta value is 72.60%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (48,73,0,43)
C48M73Y0K43 (48%, 73%, 0%, 43%)
(0.48 / 0.73 / 0.00 / 0.43)

CMYK percentages

%47.95
%72.6
%0
%42.75

Codes

Color #4C2892 in popluar color models

4C 28 92
RGB 76 40 146
HSL 260° 56.99% 36.47%
HSB/HSV 260° 72.60% 57.25%
CMYK 47.95% 72.60% 0.00%
42.75%

Color #4C2892 in popluar number systems.

HEX 4C 28 92
Decimal 76 40 146
Binary 1001100 101000 10010010
Octal 114 50 222

Shades and tints

Shades of #4C2892

#4C2892
(76,40,146)
#462585
(70,37,133)
#402278
(64,34,120)
#3A1F6B
(58,31,107)
#341C5E
(52,28,94)
#2E1951
(46,25,81)
#281644
(40,22,68)
#221337
(34,19,55)
#1C102A
(28,16,42)
#160D1D
(22,13,29)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #4C2892

#4C2892
(76,40,146)
#5C3B9B
(92,59,155)
#6C4EA4
(108,78,164)
#7C61AD
(124,97,173)
#8C74B6
(140,116,182)
#9C87BF
(156,135,191)
#AC9AC8
(172,154,200)
#BCADD1
(188,173,209)
#CCC0DA
(204,192,218)
#DCD3E3
(220,211,227)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2892 color. Also use rgb(76,40,146) instead hex code.

Text Font Color

.myTextColor { color: #4C2892; }

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

This text font color is #4C2892.

Background Color

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

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

This div background color is #4C2892.

Border color

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

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

This div border color is #4C2892.

Opacity

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

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

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

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

This text has shadow with #4C2892 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2892.

Preview

Color preview on black background

This text has color #4C2892 on black background.


Color preview on white background

This text has color #4C2892 on white background.


Black color preview on #4C2892 background

This text has black color on #4C2892 background.


White color preview on #4C2892 background

This text has white color on #4C2892 background.


Related colors

Complementary color

Complementary color for #hex is #B3D76D.


I love getcolorcode.com

Triadic colors

1 #924C28 and #28924C with #4C2892 are triadic colors.

2 #92284C and #284C92 with #4C2892 are triadic colors.