COLOR #4C6488

HEX: #4C6488
RGB: (76,100,136)

Color info

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

RGB color model

#4C6488 color RGB value is (76,100,136).

  • red value is 76;
  • green value is 100;
  • blue value is 136.
RGB:
(76,100,136)
(30%,39%,53%)

RGB channels and saturation

R 76 of 255 = 30%
G 100 of 255 = 39%
B 136 of 255 = 53%

76
100
136

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

Portions of RGB colors in percentages

R + G + B =
76 + 100 + 136 = 312 (100%)
R 76 of 312 ~ 24.36%
G 100 of 312 ~ 32.05%
B 136 of 312 ~ 43.59%

%24.36
%32.05
%43.59

CMYK color model

#4C6488 color CMYK value is (44,26,0,47).

  • cyan value is 44.12%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(44,26,0,47)
C44M26Y0K47 
(44%,26%,0%,47%)
(0.44/0.26/0.00/0.47)	

CMYK percentages

%44.12
%26.47
%0
%46.67

Codes

Color #4C6488 in popluar color models

4C6488
RGB76100136
HSL216°28.30%41.57%
HSB/HSV216°44.12%53.33%
CMYK44.12%26.47%0.00%
46.67%

Color #4C6488 in popluar number systems.

HEX4C6488
Decimal76100136
Binary1001100110010010001000
Octal114144210

Shades and tints

Shades of #4C6488

#4C6488
(76,100,136)
#465B7C
(70,91,124)
#405270
(64,82,112)
#3A4964
(58,73,100)
#344058
(52,64,88)
#2E374C
(46,55,76)
#282E40
(40,46,64)
#222534
(34,37,52)
#1C1C28
(28,28,40)
#16131C
(22,19,28)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #4C6488

#4C6488
(76,100,136)
#5C7292
(92,114,146)
#6C809C
(108,128,156)
#7C8EA6
(124,142,166)
#8C9CB0
(140,156,176)
#9CAABA
(156,170,186)
#ACB8C4
(172,184,196)
#BCC6CE
(188,198,206)
#CCD4D8
(204,212,216)
#DCE2E2
(220,226,226)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6488 color. Also use rgb(76,100,136) instead hex code.

Text Font Color

.myTextColor { color: #4C6488; }

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

This text font color is #4C6488.


Background Color

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

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

This div background color is #4C6488.


Border color

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

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

This div border color is #4C6488.


Opacity

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

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

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

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

This text has shadow with #4C6488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6488 on black background.


Color preview on white background

This text has color #4C6488 on white background.



Black color preview on #4C6488 background

This text has black color on #4C6488 background.


White color preview on #4C6488 background

This text has white color on #4C6488 background.