COLOR #4C1664

HEX: #4C1664
RGB: (76,22,100)

Color info

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

RGB color model

#4C1664 color RGB value is (76,22,100).

  • red value is 76;
  • green value is 22;
  • blue value is 100.
RGB:
(76,22,100)
(30%,9%,39%)

RGB channels and saturation

R 76 of 255 = 30%
G 22 of 255 = 9%
B 100 of 255 = 39%

76
22
100

R + G + B ~ 26%. #4C1664 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 22 + 100 = 198 (100%)
R 76 of 198 ~ 38.38%
G 22 of 198 ~ 11.11%
B 100 of 198 ~ 50.51%

%38.38
%11.11
%50.51

CMYK color model

#4C1664 color CMYK value is (24,78,0,61).

  • cyan value is 24.00%
  • magenta value is 78.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(24,78,0,61)
C24M78Y0K61 
(24%,78%,0%,61%)
(0.24/0.78/0.00/0.61)	

CMYK percentages

%24
%78
%0
%60.78

Codes

Color #4C1664 in popluar color models

4C1664
RGB7622100
HSL282°63.93%23.92%
HSB/HSV282°78.00%39.22%
CMYK24.00%78.00%0.00%
60.78%

Color #4C1664 in popluar number systems.

HEX4C1664
Decimal7622100
Binary1001100101101100100
Octal11426144

Shades and tints

Shades of #4C1664

#4C1664
(76,22,100)
#46145B
(70,20,91)
#401252
(64,18,82)
#3A1049
(58,16,73)
#340E40
(52,14,64)
#2E0C37
(46,12,55)
#280A2E
(40,10,46)
#220825
(34,8,37)
#1C061C
(28,6,28)
#160413
(22,4,19)
#10020A
(16,2,10)
#000000
(0,0,0)

Tints of #4C1664

#4C1664
(76,22,100)
#5C2B72
(92,43,114)
#6C4080
(108,64,128)
#7C558E
(124,85,142)
#8C6A9C
(140,106,156)
#9C7FAA
(156,127,170)
#AC94B8
(172,148,184)
#BCA9C6
(188,169,198)
#CCBED4
(204,190,212)
#DCD3E2
(220,211,226)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1664 color. Also use rgb(76,22,100) instead hex code.

Text Font Color

.myTextColor { color: #4C1664; }

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

This text font color is #4C1664.


Background Color

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

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

This div background color is #4C1664.


Border color

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

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

This div border color is #4C1664.


Opacity

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

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

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

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

This text has shadow with #4C1664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1664 on black background.


Color preview on white background

This text has color #4C1664 on white background.



Black color preview on #4C1664 background

This text has black color on #4C1664 background.


White color preview on #4C1664 background

This text has white color on #4C1664 background.