COLOR #4C627B

HEX: #4C627B RGB: (76,98,123)

Color info

#4C627B contains red, green and blue colors in about the same proportion. Web safe color of #4C627B is #336666 (or #366).

RGB color model

#4C627B color RGB value is (76,98,123).

RGB: (76,98,123) (30%, 38%, 48%)

RGB channels and saturation

R 76 of 255 = 30%
G 98 of 255 = 38%
B 123 of 255 = 48%

76
98
123

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

Portions of RGB colors in percentages

R + G + B = 76 + 98 + 123 = 297 (100%)
R 76 of 297 ~ 25.59%
G 98 of 297 ~ 33%
B 123 of 297 ~ 41.41'%

%25.59
%33
%41.41

CMYK color model

#4C627B color CMYK value is (38,20,0,52).

  • cyan value is 38.21%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (38,20,0,52)
C38M20Y0K52 (38%, 20%, 0%, 52%)
(0.38 / 0.20 / 0.00 / 0.52)

CMYK percentages

%38.21
%20.33
%0
%51.76

Codes

Color #4C627B in popluar color models

4C 62 7B
RGB 76 98 123
HSL 212° 23.62% 39.02%
HSB/HSV 212° 38.21% 48.24%
CMYK 38.21% 20.33% 0.00%
51.76%

Color #4C627B in popluar number systems.

HEX 4C 62 7B
Decimal 76 98 123
Binary 1001100 1100010 1111011
Octal 114 142 173

Shades and tints

Shades of #4C627B

#4C627B
(76,98,123)
#465A70
(70,90,112)
#405265
(64,82,101)
#3A4A5A
(58,74,90)
#34424F
(52,66,79)
#2E3A44
(46,58,68)
#283239
(40,50,57)
#222A2E
(34,42,46)
#1C2223
(28,34,35)
#161A18
(22,26,24)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #4C627B

#4C627B
(76,98,123)
#5C7087
(92,112,135)
#6C7E93
(108,126,147)
#7C8C9F
(124,140,159)
#8C9AAB
(140,154,171)
#9CA8B7
(156,168,183)
#ACB6C3
(172,182,195)
#BCC4CF
(188,196,207)
#CCD2DB
(204,210,219)
#DCE0E7
(220,224,231)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C627B color. Also use rgb(76,98,123) instead hex code.

Text Font Color

.myTextColor { color: #4C627B; }

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

This text font color is #4C627B.

Background Color

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

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

This div background color is #4C627B.

Border color

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

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

This div border color is #4C627B.

Opacity

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

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

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

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

This text has shadow with #4C627B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C627B.

Preview

Color preview on black background

This text has color #4C627B on black background.


Color preview on white background

This text has color #4C627B on white background.


Black color preview on #4C627B background

This text has black color on #4C627B background.


White color preview on #4C627B background

This text has white color on #4C627B background.


Related colors

Complementary color

Complementary color for #hex is #B39D84.


I love getcolorcode.com

Triadic colors

1 #7B4C62 and #627B4C with #4C627B are triadic colors.

2 #7B624C and #624C7B with #4C627B are triadic colors.