COLOR #4C4765

HEX: #4C4765 RGB: (76,71,101)

Color info

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

RGB color model

#4C4765 color RGB value is (76,71,101).

RGB: (76,71,101) (30%, 28%, 40%)

RGB channels and saturation

R 76 of 255 = 30%
G 71 of 255 = 28%
B 101 of 255 = 40%

76
71
101

R + G + B ~ 33%. #4C4765 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 71 + 101 = 248 (100%)
R 76 of 248 ~ 30.65%
G 71 of 248 ~ 28.63%
B 101 of 248 ~ 40.73'%

%30.65
%28.63
%40.73

CMYK color model

#4C4765 color CMYK value is (25,30,0,60).

  • cyan value is 24.75%
  • magenta value is 29.70%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (25,30,0,60)
C25M30Y0K60 (25%, 30%, 0%, 60%)
(0.25 / 0.30 / 0.00 / 0.60)

CMYK percentages

%24.75
%29.7
%0
%60.39

Codes

Color #4C4765 in popluar color models

4C 47 65
RGB 76 71 101
HSL 250° 17.44% 33.73%
HSB/HSV 250° 29.70% 39.61%
CMYK 24.75% 29.70% 0.00%
60.39%

Color #4C4765 in popluar number systems.

HEX 4C 47 65
Decimal 76 71 101
Binary 1001100 1000111 1100101
Octal 114 107 145

Shades and tints

Shades of #4C4765

#4C4765
(76,71,101)
#46415C
(70,65,92)
#403B53
(64,59,83)
#3A354A
(58,53,74)
#342F41
(52,47,65)
#2E2938
(46,41,56)
#28232F
(40,35,47)
#221D26
(34,29,38)
#1C171D
(28,23,29)
#161114
(22,17,20)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #4C4765

#4C4765
(76,71,101)
#5C5773
(92,87,115)
#6C6781
(108,103,129)
#7C778F
(124,119,143)
#8C879D
(140,135,157)
#9C97AB
(156,151,171)
#ACA7B9
(172,167,185)
#BCB7C7
(188,183,199)
#CCC7D5
(204,199,213)
#DCD7E3
(220,215,227)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4765 color. Also use rgb(76,71,101) instead hex code.

Text Font Color

.myTextColor { color: #4C4765; }

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

This text font color is #4C4765.

Background Color

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

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

This div background color is #4C4765.

Border color

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

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

This div border color is #4C4765.

Opacity

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

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

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

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

This text has shadow with #4C4765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4765.

Preview

Color preview on black background

This text has color #4C4765 on black background.


Color preview on white background

This text has color #4C4765 on white background.


Black color preview on #4C4765 background

This text has black color on #4C4765 background.


White color preview on #4C4765 background

This text has white color on #4C4765 background.


Related colors

Complementary color

Complementary color for #hex is #B3B89A.


I love getcolorcode.com

Triadic colors

1 #654C47 and #47654C with #4C4765 are triadic colors.

2 #65474C and #474C65 with #4C4765 are triadic colors.