COLOR #4C38A7

HEX: #4C38A7
RGB: (76,56,167)

Color info

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

RGB color model

#4C38A7 color RGB value is (76,56,167).

  • red value is 76;
  • green value is 56;
  • blue value is 167.
RGB:
(76,56,167)
(30%,22%,65%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 167 of 255 = 65%

76
56
167

R + G + B ~ 39%. #4C38A7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 56 + 167 = 299 (100%)
R 76 of 299 ~ 25.42%
G 56 of 299 ~ 18.73%
B 167 of 299 ~ 55.85%

%25.42
%18.73
%55.85

CMYK color model

#4C38A7 color CMYK value is (54,66,0,35).

  • cyan value is 54.49%
  • magenta value is 66.47%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(54,66,0,35)
C54M66Y0K35 
(54%,66%,0%,35%)
(0.54/0.66/0.00/0.35)	

CMYK percentages

%54.49
%66.47
%0
%34.51

Codes

Color #4C38A7 in popluar color models

4C38A7
RGB7656167
HSL251°49.78%43.73%
HSB/HSV251°66.47%65.49%
CMYK54.49%66.47%0.00%
34.51%

Color #4C38A7 in popluar number systems.

HEX4C38A7
Decimal7656167
Binary100110011100010100111
Octal11470247

Shades and tints

Shades of #4C38A7

#4C38A7
(76,56,167)
#463398
(70,51,152)
#402E89
(64,46,137)
#3A297A
(58,41,122)
#34246B
(52,36,107)
#2E1F5C
(46,31,92)
#281A4D
(40,26,77)
#22153E
(34,21,62)
#1C102F
(28,16,47)
#160B20
(22,11,32)
#100611
(16,6,17)
#000000
(0,0,0)

Tints of #4C38A7

#4C38A7
(76,56,167)
#5C4AAF
(92,74,175)
#6C5CB7
(108,92,183)
#7C6EBF
(124,110,191)
#8C80C7
(140,128,199)
#9C92CF
(156,146,207)
#ACA4D7
(172,164,215)
#BCB6DF
(188,182,223)
#CCC8E7
(204,200,231)
#DCDAEF
(220,218,239)
#ECECF7
(236,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C38A7 color. Also use rgb(76,56,167) instead hex code.

Text Font Color

.myTextColor { color: #4C38A7; }

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

This text font color is #4C38A7.


Background Color

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

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

This div background color is #4C38A7.


Border color

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

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

This div border color is #4C38A7.


Opacity

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

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

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

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

This text has shadow with #4C38A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C38A7 on black background.


Color preview on white background

This text has color #4C38A7 on white background.



Black color preview on #4C38A7 background

This text has black color on #4C38A7 background.


White color preview on #4C38A7 background

This text has white color on #4C38A7 background.