COLOR #4C6B9B

HEX: #4C6B9B RGB: (76,107,155)

Color info

#4C6B9B contains mainly green and blue colors. Web safe color of #4C6B9B is #336699 (or #369).

RGB color model

#4C6B9B color RGB value is (76,107,155).

RGB: (76,107,155) (30%, 42%, 61%)

RGB channels and saturation

R 76 of 255 = 30%
G 107 of 255 = 42%
B 155 of 255 = 61%

76
107
155

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

Portions of RGB colors in percentages

R + G + B = 76 + 107 + 155 = 338 (100%)
R 76 of 338 ~ 22.49%
G 107 of 338 ~ 31.66%
B 155 of 338 ~ 45.86'%

%22.49
%31.66
%45.86

CMYK color model

#4C6B9B color CMYK value is (51,31,0,39).

  • cyan value is 50.97%
  • magenta value is 30.97%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (51,31,0,39)
C51M31Y0K39 (51%, 31%, 0%, 39%)
(0.51 / 0.31 / 0.00 / 0.39)

CMYK percentages

%50.97
%30.97
%0
%39.22

Codes

Color #4C6B9B in popluar color models

4C 6B 9B
RGB 76 107 155
HSL 216° 34.20% 45.29%
HSB/HSV 216° 50.97% 60.78%
CMYK 50.97% 30.97% 0.00%
39.22%

Color #4C6B9B in popluar number systems.

HEX 4C 6B 9B
Decimal 76 107 155
Binary 1001100 1101011 10011011
Octal 114 153 233

Shades and tints

Shades of #4C6B9B

#4C6B9B
(76,107,155)
#46628D
(70,98,141)
#40597F
(64,89,127)
#3A5071
(58,80,113)
#344763
(52,71,99)
#2E3E55
(46,62,85)
#283547
(40,53,71)
#222C39
(34,44,57)
#1C232B
(28,35,43)
#161A1D
(22,26,29)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #4C6B9B

#4C6B9B
(76,107,155)
#5C78A4
(92,120,164)
#6C85AD
(108,133,173)
#7C92B6
(124,146,182)
#8C9FBF
(140,159,191)
#9CACC8
(156,172,200)
#ACB9D1
(172,185,209)
#BCC6DA
(188,198,218)
#CCD3E3
(204,211,227)
#DCE0EC
(220,224,236)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6B9B color. Also use rgb(76,107,155) instead hex code.

Text Font Color

.myTextColor { color: #4C6B9B; }

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

This text font color is #4C6B9B.

Background Color

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

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

This div background color is #4C6B9B.

Border color

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

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

This div border color is #4C6B9B.

Opacity

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

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

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

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

This text has shadow with #4C6B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6B9B.

Preview

Color preview on black background

This text has color #4C6B9B on black background.


Color preview on white background

This text has color #4C6B9B on white background.


Black color preview on #4C6B9B background

This text has black color on #4C6B9B background.


White color preview on #4C6B9B background

This text has white color on #4C6B9B background.


Related colors

Complementary color

Complementary color for #hex is #B39464.


I love getcolorcode.com

Triadic colors

1 #9B4C6B and #6B9B4C with #4C6B9B are triadic colors.

2 #9B6B4C and #6B4C9B with #4C6B9B are triadic colors.