COLOR #4C255A

HEX: #4C255A
RGB: (76,37,90)

Color info

#4C255A contains red, green and blue colors in about the same proportion. Web safe color of #4C255A is #333366 (or #336).

RGB color model

#4C255A color RGB value is (76,37,90).

  • red value is 76;
  • green value is 37;
  • blue value is 90.
RGB:
(76,37,90)
(30%,15%,35%)

RGB channels and saturation

R 76 of 255 = 30%
G 37 of 255 = 15%
B 90 of 255 = 35%

76
37
90

R + G + B ~ 27%. #4C255A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 37 + 90 = 203 (100%)
R 76 of 203 ~ 37.44%
G 37 of 203 ~ 18.23%
B 90 of 203 ~ 44.33%

%37.44
%18.23
%44.33

CMYK color model

#4C255A color CMYK value is (16,59,0,65).

  • cyan value is 15.56%
  • magenta value is 58.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(16,59,0,65)
C16M59Y0K65 
(16%,59%,0%,65%)
(0.16/0.59/0.00/0.65)	

CMYK percentages

%15.56
%58.89
%0
%64.71

Codes

Color #4C255A in popluar color models

4C255A
RGB763790
HSL284°41.73%24.90%
HSB/HSV284°58.89%35.29%
CMYK15.56%58.89%0.00%
64.71%

Color #4C255A in popluar number systems.

HEX4C255A
Decimal763790
Binary10011001001011011010
Octal11445132

Shades and tints

Shades of #4C255A

#4C255A
(76,37,90)
#462252
(70,34,82)
#401F4A
(64,31,74)
#3A1C42
(58,28,66)
#34193A
(52,25,58)
#2E1632
(46,22,50)
#28132A
(40,19,42)
#221022
(34,16,34)
#1C0D1A
(28,13,26)
#160A12
(22,10,18)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #4C255A

#4C255A
(76,37,90)
#5C3869
(92,56,105)
#6C4B78
(108,75,120)
#7C5E87
(124,94,135)
#8C7196
(140,113,150)
#9C84A5
(156,132,165)
#AC97B4
(172,151,180)
#BCAAC3
(188,170,195)
#CCBDD2
(204,189,210)
#DCD0E1
(220,208,225)
#ECE3F0
(236,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C255A color. Also use rgb(76,37,90) instead hex code.

Text Font Color

.myTextColor { color: #4C255A; }

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

This text font color is #4C255A.


Background Color

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

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

This div background color is #4C255A.


Border color

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

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

This div border color is #4C255A.


Opacity

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

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

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

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

This text has shadow with #4C255A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C255A on black background.


Color preview on white background

This text has color #4C255A on white background.



Black color preview on #4C255A background

This text has black color on #4C255A background.


White color preview on #4C255A background

This text has white color on #4C255A background.