COLOR #4F5588

HEX: #4F5588
RGB: (79,85,136)

Color info

#4F5588 contains red, green and blue colors in about the same proportion. Web safe color of #4F5588 is #666699 (or #669).

RGB color model

#4F5588 color RGB value is (79,85,136).

  • red value is 79;
  • green value is 85;
  • blue value is 136.
RGB:
(79,85,136)
(31%,33%,53%)

RGB channels and saturation

R 79 of 255 = 31%
G 85 of 255 = 33%
B 136 of 255 = 53%

79
85
136

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

Portions of RGB colors in percentages

R + G + B =
79 + 85 + 136 = 300 (100%)
R 79 of 300 ~ 26.33%
G 85 of 300 ~ 28.33%
B 136 of 300 ~ 45.33%

%26.33
%28.33
%45.33

CMYK color model

#4F5588 color CMYK value is (42,38,0,47).

  • cyan value is 41.91%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(42,38,0,47)
C42M38Y0K47 
(42%,38%,0%,47%)
(0.42/0.38/0.00/0.47)	

CMYK percentages

%41.91
%37.5
%0
%46.67

Codes

Color #4F5588 in popluar color models

4F5588
RGB7985136
HSL234°26.51%42.16%
HSB/HSV234°41.91%53.33%
CMYK41.91%37.50%0.00%
46.67%

Color #4F5588 in popluar number systems.

HEX4F5588
Decimal7985136
Binary1001111101010110001000
Octal117125210

Shades and tints

Shades of #4F5588

#4F5588
(79,85,136)
#484E7C
(72,78,124)
#414770
(65,71,112)
#3A4064
(58,64,100)
#333958
(51,57,88)
#2C324C
(44,50,76)
#252B40
(37,43,64)
#1E2434
(30,36,52)
#171D28
(23,29,40)
#10161C
(16,22,28)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #4F5588

#4F5588
(79,85,136)
#5F6492
(95,100,146)
#6F739C
(111,115,156)
#7F82A6
(127,130,166)
#8F91B0
(143,145,176)
#9FA0BA
(159,160,186)
#AFAFC4
(175,175,196)
#BFBECE
(191,190,206)
#CFCDD8
(207,205,216)
#DFDCE2
(223,220,226)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5588 color. Also use rgb(79,85,136) instead hex code.

Text Font Color

.myTextColor { color: #4F5588; }

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

This text font color is #4F5588.


Background Color

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

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

This div background color is #4F5588.


Border color

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

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

This div border color is #4F5588.


Opacity

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

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

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

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

This text has shadow with #4F5588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5588 on black background.


Color preview on white background

This text has color #4F5588 on white background.



Black color preview on #4F5588 background

This text has black color on #4F5588 background.


White color preview on #4F5588 background

This text has white color on #4F5588 background.