COLOR #4C068E

HEX: #4C068E RGB: (76,6,142)

Color info

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

RGB color model

#4C068E color RGB value is (76,6,142).

RGB: (76,6,142) (30%, 2%, 56%)

RGB channels and saturation

R 76 of 255 = 30%
G 6 of 255 = 2%
B 142 of 255 = 56%

76
6
142

R + G + B ~ 29%. #4C068E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 6 + 142 = 224 (100%)
R 76 of 224 ~ 33.93%
G 6 of 224 ~ 2.68%
B 142 of 224 ~ 63.39'%

%33.93
%63.39

CMYK color model

#4C068E color CMYK value is (46,96,0,44).

  • cyan value is 46.48%
  • magenta value is 95.77%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (46,96,0,44)
C46M96Y0K44 (46%, 96%, 0%, 44%)
(0.46 / 0.96 / 0.00 / 0.44)

CMYK percentages

%46.48
%95.77
%0
%44.31

Codes

Color #4C068E in popluar color models

4C 06 8E
RGB 76 6 142
HSL 271° 91.89% 29.02%
HSB/HSV 271° 95.77% 55.69%
CMYK 46.48% 95.77% 0.00%
44.31%

Color #4C068E in popluar number systems.

HEX 4C 06 8E
Decimal 76 6 142
Binary 1001100 110 10001110
Octal 114 6 216

Shades and tints

Shades of #4C068E

#4C068E
(76,6,142)
#460682
(70,6,130)
#400676
(64,6,118)
#3A066A
(58,6,106)
#34065E
(52,6,94)
#2E0652
(46,6,82)
#280646
(40,6,70)
#22063A
(34,6,58)
#1C062E
(28,6,46)
#160622
(22,6,34)
#100616
(16,6,22)
#000000
(0,0,0)

Tints of #4C068E

#4C068E
(76,6,142)
#5C1C98
(92,28,152)
#6C32A2
(108,50,162)
#7C48AC
(124,72,172)
#8C5EB6
(140,94,182)
#9C74C0
(156,116,192)
#AC8ACA
(172,138,202)
#BCA0D4
(188,160,212)
#CCB6DE
(204,182,222)
#DCCCE8
(220,204,232)
#ECE2F2
(236,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C068E; }

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

This text font color is #4C068E.

Background Color

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

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

This div background color is #4C068E.

Border color

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

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

This div border color is #4C068E.

Opacity

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

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

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

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

This text has shadow with #4C068E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C068E.

Preview

Color preview on black background

This text has color #4C068E on black background.


Color preview on white background

This text has color #4C068E on white background.


Black color preview on #4C068E background

This text has black color on #4C068E background.


White color preview on #4C068E background

This text has white color on #4C068E background.


Related colors

Complementary color

Complementary color for #hex is #B3F971.


I love getcolorcode.com

Triadic colors

1 #8E4C06 and #068E4C with #4C068E are triadic colors.

2 #8E064C and #064C8E with #4C068E are triadic colors.