COLOR #4C4095

HEX: #4C4095
RGB: (76,64,149)

Color info

#4C4095 contains mainly blue color. Web safe color of #4C4095 is #333399 (or #339).

RGB color model

#4C4095 color RGB value is (76,64,149).

  • red value is 76;
  • green value is 64;
  • blue value is 149.
RGB:
(76,64,149)
(30%,25%,58%)

RGB channels and saturation

R 76 of 255 = 30%
G 64 of 255 = 25%
B 149 of 255 = 58%

76
64
149

R + G + B ~ 38%. #4C4095 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 64 + 149 = 289 (100%)
R 76 of 289 ~ 26.3%
G 64 of 289 ~ 22.15%
B 149 of 289 ~ 51.56%

%26.3
%22.15
%51.56

CMYK color model

#4C4095 color CMYK value is (49,57,0,42).

  • cyan value is 48.99%
  • magenta value is 57.05%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(49,57,0,42)
C49M57Y0K42 
(49%,57%,0%,42%)
(0.49/0.57/0.00/0.42)	

CMYK percentages

%48.99
%57.05
%0
%41.57

Codes

Color #4C4095 in popluar color models

4C4095
RGB7664149
HSL248°39.91%41.76%
HSB/HSV248°57.05%58.43%
CMYK48.99%57.05%0.00%
41.57%

Color #4C4095 in popluar number systems.

HEX4C4095
Decimal7664149
Binary1001100100000010010101
Octal114100225

Shades and tints

Shades of #4C4095

#4C4095
(76,64,149)
#463B88
(70,59,136)
#40367B
(64,54,123)
#3A316E
(58,49,110)
#342C61
(52,44,97)
#2E2754
(46,39,84)
#282247
(40,34,71)
#221D3A
(34,29,58)
#1C182D
(28,24,45)
#161320
(22,19,32)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #4C4095

#4C4095
(76,64,149)
#5C519E
(92,81,158)
#6C62A7
(108,98,167)
#7C73B0
(124,115,176)
#8C84B9
(140,132,185)
#9C95C2
(156,149,194)
#ACA6CB
(172,166,203)
#BCB7D4
(188,183,212)
#CCC8DD
(204,200,221)
#DCD9E6
(220,217,230)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4095 color. Also use rgb(76,64,149) instead hex code.

Text Font Color

.myTextColor { color: #4C4095; }

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

This text font color is #4C4095.


Background Color

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

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

This div background color is #4C4095.


Border color

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

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

This div border color is #4C4095.


Opacity

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

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

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

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

This text has shadow with #4C4095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4095 on black background.


Color preview on white background

This text has color #4C4095 on white background.



Black color preview on #4C4095 background

This text has black color on #4C4095 background.


White color preview on #4C4095 background

This text has white color on #4C4095 background.