COLOR #4C6581

HEX: #4C6581
RGB: (76,101,129)

Color info

#4C6581 contains red, green and blue colors in about the same proportion. Web safe color of #4C6581 is #336699 (or #369).

RGB color model

#4C6581 color RGB value is (76,101,129).

  • red value is 76;
  • green value is 101;
  • blue value is 129.
RGB:
(76,101,129)
(30%,40%,51%)

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 129 of 255 = 51%

76
101
129

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

Portions of RGB colors in percentages

R + G + B =
76 + 101 + 129 = 306 (100%)
R 76 of 306 ~ 24.84%
G 101 of 306 ~ 33.01%
B 129 of 306 ~ 42.16%

%24.84
%33.01
%42.16

CMYK color model

#4C6581 color CMYK value is (41,22,0,49).

  • cyan value is 41.09%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(41,22,0,49)
C41M22Y0K49 
(41%,22%,0%,49%)
(0.41/0.22/0.00/0.49)	

CMYK percentages

%41.09
%21.71
%0
%49.41

Codes

Color #4C6581 in popluar color models

4C6581
RGB76101129
HSL212°25.85%40.20%
HSB/HSV212°41.09%50.59%
CMYK41.09%21.71%0.00%
49.41%

Color #4C6581 in popluar number systems.

HEX4C6581
Decimal76101129
Binary1001100110010110000001
Octal114145201

Shades and tints

Shades of #4C6581

#4C6581
(76,101,129)
#465C76
(70,92,118)
#40536B
(64,83,107)
#3A4A60
(58,74,96)
#344155
(52,65,85)
#2E384A
(46,56,74)
#282F3F
(40,47,63)
#222634
(34,38,52)
#1C1D29
(28,29,41)
#16141E
(22,20,30)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #4C6581

#4C6581
(76,101,129)
#5C738C
(92,115,140)
#6C8197
(108,129,151)
#7C8FA2
(124,143,162)
#8C9DAD
(140,157,173)
#9CABB8
(156,171,184)
#ACB9C3
(172,185,195)
#BCC7CE
(188,199,206)
#CCD5D9
(204,213,217)
#DCE3E4
(220,227,228)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6581; }

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

This text font color is #4C6581.


Background Color

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

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

This div background color is #4C6581.


Border color

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

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

This div border color is #4C6581.


Opacity

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

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

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

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

This text has shadow with #4C6581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6581 on black background.


Color preview on white background

This text has color #4C6581 on white background.



Black color preview on #4C6581 background

This text has black color on #4C6581 background.


White color preview on #4C6581 background

This text has white color on #4C6581 background.