COLOR #4F7584

HEX: #4F7584
RGB: (79,117,132)

Color info

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

RGB color model

#4F7584 color RGB value is (79,117,132).

  • red value is 79;
  • green value is 117;
  • blue value is 132.
RGB:
(79,117,132)
(31%,46%,52%)

RGB channels and saturation

R 79 of 255 = 31%
G 117 of 255 = 46%
B 132 of 255 = 52%

79
117
132

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

Portions of RGB colors in percentages

R + G + B =
79 + 117 + 132 = 328 (100%)
R 79 of 328 ~ 24.09%
G 117 of 328 ~ 35.67%
B 132 of 328 ~ 40.24%

%24.09
%35.67
%40.24

CMYK color model

#4F7584 color CMYK value is (40,11,0,48).

  • cyan value is 40.15%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(40,11,0,48)
C40M11Y0K48 
(40%,11%,0%,48%)
(0.40/0.11/0.00/0.48)	

CMYK percentages

%40.15
%11.36
%0
%48.24

Codes

Color #4F7584 in popluar color models

4F7584
RGB79117132
HSL197°25.12%41.37%
HSB/HSV197°40.15%51.76%
CMYK40.15%11.36%0.00%
48.24%

Color #4F7584 in popluar number systems.

HEX4F7584
Decimal79117132
Binary1001111111010110000100
Octal117165204

Shades and tints

Shades of #4F7584

#4F7584
(79,117,132)
#486B78
(72,107,120)
#41616C
(65,97,108)
#3A5760
(58,87,96)
#334D54
(51,77,84)
#2C4348
(44,67,72)
#25393C
(37,57,60)
#1E2F30
(30,47,48)
#172524
(23,37,36)
#101B18
(16,27,24)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #4F7584

#4F7584
(79,117,132)
#5F818F
(95,129,143)
#6F8D9A
(111,141,154)
#7F99A5
(127,153,165)
#8FA5B0
(143,165,176)
#9FB1BB
(159,177,187)
#AFBDC6
(175,189,198)
#BFC9D1
(191,201,209)
#CFD5DC
(207,213,220)
#DFE1E7
(223,225,231)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7584 color. Also use rgb(79,117,132) instead hex code.

Text Font Color

.myTextColor { color: #4F7584; }

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

This text font color is #4F7584.


Background Color

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

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

This div background color is #4F7584.


Border color

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

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

This div border color is #4F7584.


Opacity

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

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

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

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

This text has shadow with #4F7584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7584 on black background.


Color preview on white background

This text has color #4F7584 on white background.



Black color preview on #4F7584 background

This text has black color on #4F7584 background.


White color preview on #4F7584 background

This text has white color on #4F7584 background.