COLOR #4C607B

HEX: #4C607B RGB: (76,96,123)

Color info

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

RGB color model

#4C607B color RGB value is (76,96,123).

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

RGB channels and saturation

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

76
96
123

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

Portions of RGB colors in percentages

R + G + B = 76 + 96 + 123 = 295 (100%)
R 76 of 295 ~ 25.76%
G 96 of 295 ~ 32.54%
B 123 of 295 ~ 41.69'%

%25.76
%32.54
%41.69

CMYK color model

#4C607B color CMYK value is (38,22,0,52).

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

CMYK: (38,22,0,52)
C38M22Y0K52 (38%, 22%, 0%, 52%)
(0.38 / 0.22 / 0.00 / 0.52)

CMYK percentages

%38.21
%21.95
%0
%51.76

Codes

Color #4C607B in popluar color models

4C 60 7B
RGB 76 96 123
HSL 214° 23.62% 39.02%
HSB/HSV 214° 38.21% 48.24%
CMYK 38.21% 21.95% 0.00%
51.76%

Color #4C607B in popluar number systems.

HEX 4C 60 7B
Decimal 76 96 123
Binary 1001100 1100000 1111011
Octal 114 140 173

Shades and tints

Shades of #4C607B

#4C607B
(76,96,123)
#465870
(70,88,112)
#405065
(64,80,101)
#3A485A
(58,72,90)
#34404F
(52,64,79)
#2E3844
(46,56,68)
#283039
(40,48,57)
#22282E
(34,40,46)
#1C2023
(28,32,35)
#161818
(22,24,24)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #4C607B

#4C607B
(76,96,123)
#5C6E87
(92,110,135)
#6C7C93
(108,124,147)
#7C8A9F
(124,138,159)
#8C98AB
(140,152,171)
#9CA6B7
(156,166,183)
#ACB4C3
(172,180,195)
#BCC2CF
(188,194,207)
#CCD0DB
(204,208,219)
#DCDEE7
(220,222,231)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C607B; }

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

This text font color is #4C607B.

Background Color

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

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

This div background color is #4C607B.

Border color

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

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

This div border color is #4C607B.

Opacity

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

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

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

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

This text has shadow with #4C607B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C607B.

Preview

Color preview on black background

This text has color #4C607B on black background.


Color preview on white background

This text has color #4C607B on white background.


Black color preview on #4C607B background

This text has black color on #4C607B background.


White color preview on #4C607B background

This text has white color on #4C607B background.


Related colors

Complementary color

Complementary color for #hex is #B39F84.


I love getcolorcode.com

Triadic colors

1 #7B4C60 and #607B4C with #4C607B are triadic colors.

2 #7B604C and #604C7B with #4C607B are triadic colors.