COLOR #4C3DB7

HEX: #4C3DB7 RGB: (76,61,183)

Color info

#4C3DB7 contains mainly blue color. Web safe color of #4C3DB7 is #3333CC (or #33C).

RGB color model

#4C3DB7 color RGB value is (76,61,183).

RGB: (76,61,183) (30%, 24%, 72%)

RGB channels and saturation

R 76 of 255 = 30%
G 61 of 255 = 24%
B 183 of 255 = 72%

76
61
183

R + G + B ~ 42%. #4C3DB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 76 + 61 + 183 = 320 (100%)
R 76 of 320 ~ 23.75%
G 61 of 320 ~ 19.06%
B 183 of 320 ~ 57.19'%

%23.75
%19.06
%57.19

CMYK color model

#4C3DB7 color CMYK value is (58,67,0,28).

  • cyan value is 58.47%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (58,67,0,28)
C58M67Y0K28 (58%, 67%, 0%, 28%)
(0.58 / 0.67 / 0.00 / 0.28)

CMYK percentages

%58.47
%66.67
%0
%28.24

Codes

Color #4C3DB7 in popluar color models

4C 3D B7
RGB 76 61 183
HSL 247° 50.00% 47.84%
HSB/HSV 247° 66.67% 71.76%
CMYK 58.47% 66.67% 0.00%
28.24%

Color #4C3DB7 in popluar number systems.

HEX 4C 3D B7
Decimal 76 61 183
Binary 1001100 111101 10110111
Octal 114 75 267

Shades and tints

Shades of #4C3DB7

#4C3DB7
(76,61,183)
#4638A7
(70,56,167)
#403397
(64,51,151)
#3A2E87
(58,46,135)
#342977
(52,41,119)
#2E2467
(46,36,103)
#281F57
(40,31,87)
#221A47
(34,26,71)
#1C1537
(28,21,55)
#161027
(22,16,39)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #4C3DB7

#4C3DB7
(76,61,183)
#5C4EBD
(92,78,189)
#6C5FC3
(108,95,195)
#7C70C9
(124,112,201)
#8C81CF
(140,129,207)
#9C92D5
(156,146,213)
#ACA3DB
(172,163,219)
#BCB4E1
(188,180,225)
#CCC5E7
(204,197,231)
#DCD6ED
(220,214,237)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3DB7 color. Also use rgb(76,61,183) instead hex code.

Text Font Color

.myTextColor { color: #4C3DB7; }

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

This text font color is #4C3DB7.

Background Color

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

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

This div background color is #4C3DB7.

Border color

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

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

This div border color is #4C3DB7.

Opacity

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

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

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

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

This text has shadow with #4C3DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3DB7.

Preview

Color preview on black background

This text has color #4C3DB7 on black background.


Color preview on white background

This text has color #4C3DB7 on white background.


Black color preview on #4C3DB7 background

This text has black color on #4C3DB7 background.


White color preview on #4C3DB7 background

This text has white color on #4C3DB7 background.


Related colors

Complementary color

Complementary color for #hex is #B3C248.


I love getcolorcode.com

Triadic colors

1 #B74C3D and #3DB74C with #4C3DB7 are triadic colors.

2 #B73D4C and #3D4CB7 with #4C3DB7 are triadic colors.