COLOR #4C1258

HEX: #4C1258 RGB: (76,18,88)

Color info

#4C1258 contains mainly red and blue colors. Web safe color of #4C1258 is #330066 (or #306).

RGB color model

#4C1258 color RGB value is (76,18,88).

RGB: (76,18,88) (30%, 7%, 35%)

RGB channels and saturation

R 76 of 255 = 30%
G 18 of 255 = 7%
B 88 of 255 = 35%

76
18
88

R + G + B ~ 24%. #4C1258 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 18 + 88 = 182 (100%)
R 76 of 182 ~ 41.76%
G 18 of 182 ~ 9.89%
B 88 of 182 ~ 48.35'%

%41.76
%48.35

CMYK color model

#4C1258 color CMYK value is (14,80,0,65).

  • cyan value is 13.64%
  • magenta value is 79.55%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (14,80,0,65)
C14M80Y0K65 (14%, 80%, 0%, 65%)
(0.14 / 0.80 / 0.00 / 0.65)

CMYK percentages

%13.64
%79.55
%0
%65.49

Codes

Color #4C1258 in popluar color models

4C 12 58
RGB 76 18 88
HSL 290° 66.04% 20.78%
HSB/HSV 290° 79.55% 34.51%
CMYK 13.64% 79.55% 0.00%
65.49%

Color #4C1258 in popluar number systems.

HEX 4C 12 58
Decimal 76 18 88
Binary 1001100 10010 1011000
Octal 114 22 130

Shades and tints

Shades of #4C1258

#4C1258
(76,18,88)
#461150
(70,17,80)
#401048
(64,16,72)
#3A0F40
(58,15,64)
#340E38
(52,14,56)
#2E0D30
(46,13,48)
#280C28
(40,12,40)
#220B20
(34,11,32)
#1C0A18
(28,10,24)
#160910
(22,9,16)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #4C1258

#4C1258
(76,18,88)
#5C2767
(92,39,103)
#6C3C76
(108,60,118)
#7C5185
(124,81,133)
#8C6694
(140,102,148)
#9C7BA3
(156,123,163)
#AC90B2
(172,144,178)
#BCA5C1
(188,165,193)
#CCBAD0
(204,186,208)
#DCCFDF
(220,207,223)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1258; }

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

This text font color is #4C1258.

Background Color

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

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

This div background color is #4C1258.

Border color

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

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

This div border color is #4C1258.

Opacity

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

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

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

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

This text has shadow with #4C1258 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C1258.

Preview

Color preview on black background

This text has color #4C1258 on black background.


Color preview on white background

This text has color #4C1258 on white background.


Black color preview on #4C1258 background

This text has black color on #4C1258 background.


White color preview on #4C1258 background

This text has white color on #4C1258 background.


Related colors

Complementary color

Complementary color for #hex is #B3EDA7.


I love getcolorcode.com

Triadic colors

1 #584C12 and #12584C with #4C1258 are triadic colors.

2 #58124C and #124C58 with #4C1258 are triadic colors.