COLOR #4C63A7

HEX: #4C63A7 RGB: (76,99,167)

Color info

#4C63A7 contains mainly blue color. Web safe color of #4C63A7 is #336699 (or #369).

RGB color model

#4C63A7 color RGB value is (76,99,167).

RGB: (76,99,167) (30%, 39%, 65%)

RGB channels and saturation

R 76 of 255 = 30%
G 99 of 255 = 39%
B 167 of 255 = 65%

76
99
167

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

Portions of RGB colors in percentages

R + G + B = 76 + 99 + 167 = 342 (100%)
R 76 of 342 ~ 22.22%
G 99 of 342 ~ 28.95%
B 167 of 342 ~ 48.83'%

%22.22
%28.95
%48.83

CMYK color model

#4C63A7 color CMYK value is (54,41,0,35).

  • cyan value is 54.49%
  • magenta value is 40.72%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (54,41,0,35)
C54M41Y0K35 (54%, 41%, 0%, 35%)
(0.54 / 0.41 / 0.00 / 0.35)

CMYK percentages

%54.49
%40.72
%0
%34.51

Codes

Color #4C63A7 in popluar color models

4C 63 A7
RGB 76 99 167
HSL 225° 37.45% 47.65%
HSB/HSV 225° 54.49% 65.49%
CMYK 54.49% 40.72% 0.00%
34.51%

Color #4C63A7 in popluar number systems.

HEX 4C 63 A7
Decimal 76 99 167
Binary 1001100 1100011 10100111
Octal 114 143 247

Shades and tints

Shades of #4C63A7

#4C63A7
(76,99,167)
#465A98
(70,90,152)
#405189
(64,81,137)
#3A487A
(58,72,122)
#343F6B
(52,63,107)
#2E365C
(46,54,92)
#282D4D
(40,45,77)
#22243E
(34,36,62)
#1C1B2F
(28,27,47)
#161220
(22,18,32)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #4C63A7

#4C63A7
(76,99,167)
#5C71AF
(92,113,175)
#6C7FB7
(108,127,183)
#7C8DBF
(124,141,191)
#8C9BC7
(140,155,199)
#9CA9CF
(156,169,207)
#ACB7D7
(172,183,215)
#BCC5DF
(188,197,223)
#CCD3E7
(204,211,231)
#DCE1EF
(220,225,239)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C63A7; }

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

This text font color is #4C63A7.

Background Color

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

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

This div background color is #4C63A7.

Border color

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

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

This div border color is #4C63A7.

Opacity

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

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

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

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

This text has shadow with #4C63A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C63A7.

Preview

Color preview on black background

This text has color #4C63A7 on black background.


Color preview on white background

This text has color #4C63A7 on white background.


Black color preview on #4C63A7 background

This text has black color on #4C63A7 background.


White color preview on #4C63A7 background

This text has white color on #4C63A7 background.


Related colors

Complementary color

Complementary color for #hex is #B39C58.


I love getcolorcode.com

Triadic colors

1 #A74C63 and #63A74C with #4C63A7 are triadic colors.

2 #A7634C and #634CA7 with #4C63A7 are triadic colors.