COLOR #4C06A9

HEX: #4C06A9
RGB: (76,6,169)

Color info

#4C06A9 contains mainly blue color. Web safe color of #4C06A9 is #330099 (or #309).

RGB color model

#4C06A9 color RGB value is (76,6,169).

  • red value is 76;
  • green value is 6;
  • blue value is 169.
RGB:
(76,6,169)
(30%,2%,66%)

RGB channels and saturation

R 76 of 255 = 30%
G 6 of 255 = 2%
B 169 of 255 = 66%

76
6
169

R + G + B ~ 33%. #4C06A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 6 + 169 = 251 (100%)
R 76 of 251 ~ 30.28%
G 6 of 251 ~ 2.39%
B 169 of 251 ~ 67.33%

%30.28
%67.33

CMYK color model

#4C06A9 color CMYK value is (55,96,0,34).

  • cyan value is 55.03%
  • magenta value is 96.45%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(55,96,0,34)
C55M96Y0K34 
(55%,96%,0%,34%)
(0.55/0.96/0.00/0.34)	

CMYK percentages

%55.03
%96.45
%0
%33.73

Codes

Color #4C06A9 in popluar color models

4C06A9
RGB766169
HSL266°93.14%34.31%
HSB/HSV266°96.45%66.27%
CMYK55.03%96.45%0.00%
33.73%

Color #4C06A9 in popluar number systems.

HEX4C06A9
Decimal766169
Binary100110011010101001
Octal1146251

Shades and tints

Shades of #4C06A9

#4C06A9
(76,6,169)
#46069A
(70,6,154)
#40068B
(64,6,139)
#3A067C
(58,6,124)
#34066D
(52,6,109)
#2E065E
(46,6,94)
#28064F
(40,6,79)
#220640
(34,6,64)
#1C0631
(28,6,49)
#160622
(22,6,34)
#100613
(16,6,19)
#000000
(0,0,0)

Tints of #4C06A9

#4C06A9
(76,6,169)
#5C1CB0
(92,28,176)
#6C32B7
(108,50,183)
#7C48BE
(124,72,190)
#8C5EC5
(140,94,197)
#9C74CC
(156,116,204)
#AC8AD3
(172,138,211)
#BCA0DA
(188,160,218)
#CCB6E1
(204,182,225)
#DCCCE8
(220,204,232)
#ECE2EF
(236,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C06A9 color. Also use rgb(76,6,169) instead hex code.

Text Font Color

.myTextColor { color: #4C06A9; }

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

This text font color is #4C06A9.


Background Color

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

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

This div background color is #4C06A9.


Border color

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

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

This div border color is #4C06A9.


Opacity

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

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

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

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

This text has shadow with #4C06A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C06A9 on black background.


Color preview on white background

This text has color #4C06A9 on white background.



Black color preview on #4C06A9 background

This text has black color on #4C06A9 background.


White color preview on #4C06A9 background

This text has white color on #4C06A9 background.