COLOR #4C5F99

HEX: #4C5F99
RGB: (76,95,153)

Color info

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

RGB color model

#4C5F99 color RGB value is (76,95,153).

  • red value is 76;
  • green value is 95;
  • blue value is 153.
RGB:
(76,95,153)
(30%,37%,60%)

RGB channels and saturation

R 76 of 255 = 30%
G 95 of 255 = 37%
B 153 of 255 = 60%

76
95
153

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

Portions of RGB colors in percentages

R + G + B =
76 + 95 + 153 = 324 (100%)
R 76 of 324 ~ 23.46%
G 95 of 324 ~ 29.32%
B 153 of 324 ~ 47.22%

%23.46
%29.32
%47.22

CMYK color model

#4C5F99 color CMYK value is (50,38,0,40).

  • cyan value is 50.33%
  • magenta value is 37.91%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(50,38,0,40)
C50M38Y0K40 
(50%,38%,0%,40%)
(0.50/0.38/0.00/0.40)	

CMYK percentages

%50.33
%37.91
%0
%40

Codes

Color #4C5F99 in popluar color models

4C5F99
RGB7695153
HSL225°33.62%44.90%
HSB/HSV225°50.33%60.00%
CMYK50.33%37.91%0.00%
40.00%

Color #4C5F99 in popluar number systems.

HEX4C5F99
Decimal7695153
Binary1001100101111110011001
Octal114137231

Shades and tints

Shades of #4C5F99

#4C5F99
(76,95,153)
#46578C
(70,87,140)
#404F7F
(64,79,127)
#3A4772
(58,71,114)
#343F65
(52,63,101)
#2E3758
(46,55,88)
#282F4B
(40,47,75)
#22273E
(34,39,62)
#1C1F31
(28,31,49)
#161724
(22,23,36)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #4C5F99

#4C5F99
(76,95,153)
#5C6DA2
(92,109,162)
#6C7BAB
(108,123,171)
#7C89B4
(124,137,180)
#8C97BD
(140,151,189)
#9CA5C6
(156,165,198)
#ACB3CF
(172,179,207)
#BCC1D8
(188,193,216)
#CCCFE1
(204,207,225)
#DCDDEA
(220,221,234)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5F99 color. Also use rgb(76,95,153) instead hex code.

Text Font Color

.myTextColor { color: #4C5F99; }

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

This text font color is #4C5F99.


Background Color

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

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

This div background color is #4C5F99.


Border color

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

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

This div border color is #4C5F99.


Opacity

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

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

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

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

This text has shadow with #4C5F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5F99 on black background.


Color preview on white background

This text has color #4C5F99 on white background.



Black color preview on #4C5F99 background

This text has black color on #4C5F99 background.


White color preview on #4C5F99 background

This text has white color on #4C5F99 background.