COLOR #4C497D

HEX: #4C497D RGB: (76,73,125)

Color info

#4C497D contains red, green and blue colors in about the same proportion. Web safe color of #4C497D is #333366 (or #336).

RGB color model

#4C497D color RGB value is (76,73,125).

RGB: (76,73,125) (30%, 29%, 49%)

RGB channels and saturation

R 76 of 255 = 30%
G 73 of 255 = 29%
B 125 of 255 = 49%

76
73
125

R + G + B ~ 36%. #4C497D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 73 + 125 = 274 (100%)
R 76 of 274 ~ 27.74%
G 73 of 274 ~ 26.64%
B 125 of 274 ~ 45.62'%

%27.74
%26.64
%45.62

CMYK color model

#4C497D color CMYK value is (39,42,0,51).

  • cyan value is 39.20%
  • magenta value is 41.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (39,42,0,51)
C39M42Y0K51 (39%, 42%, 0%, 51%)
(0.39 / 0.42 / 0.00 / 0.51)

CMYK percentages

%39.2
%41.6
%0
%50.98

Codes

Color #4C497D in popluar color models

4C 49 7D
RGB 76 73 125
HSL 243° 26.26% 38.82%
HSB/HSV 243° 41.60% 49.02%
CMYK 39.20% 41.60% 0.00%
50.98%

Color #4C497D in popluar number systems.

HEX 4C 49 7D
Decimal 76 73 125
Binary 1001100 1001001 1111101
Octal 114 111 175

Shades and tints

Shades of #4C497D

#4C497D
(76,73,125)
#464372
(70,67,114)
#403D67
(64,61,103)
#3A375C
(58,55,92)
#343151
(52,49,81)
#2E2B46
(46,43,70)
#28253B
(40,37,59)
#221F30
(34,31,48)
#1C1925
(28,25,37)
#16131A
(22,19,26)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #4C497D

#4C497D
(76,73,125)
#5C5988
(92,89,136)
#6C6993
(108,105,147)
#7C799E
(124,121,158)
#8C89A9
(140,137,169)
#9C99B4
(156,153,180)
#ACA9BF
(172,169,191)
#BCB9CA
(188,185,202)
#CCC9D5
(204,201,213)
#DCD9E0
(220,217,224)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C497D color. Also use rgb(76,73,125) instead hex code.

Text Font Color

.myTextColor { color: #4C497D; }

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

This text font color is #4C497D.

Background Color

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

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

This div background color is #4C497D.

Border color

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

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

This div border color is #4C497D.

Opacity

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

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

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

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

This text has shadow with #4C497D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C497D.

Preview

Color preview on black background

This text has color #4C497D on black background.


Color preview on white background

This text has color #4C497D on white background.


Black color preview on #4C497D background

This text has black color on #4C497D background.


White color preview on #4C497D background

This text has white color on #4C497D background.


Related colors

Complementary color

Complementary color for #hex is #B3B682.


I love getcolorcode.com

Triadic colors

1 #7D4C49 and #497D4C with #4C497D are triadic colors.

2 #7D494C and #494C7D with #4C497D are triadic colors.