COLOR #4F859C

HEX: #4F859C
RGB: (79,133,156)

Color info

#4F859C contains mainly green and blue colors. Web safe color of #4F859C is #669999 (or #699).

RGB color model

#4F859C color RGB value is (79,133,156).

  • red value is 79;
  • green value is 133;
  • blue value is 156.
RGB:
(79,133,156)
(31%,52%,61%)

RGB channels and saturation

R 79 of 255 = 31%
G 133 of 255 = 52%
B 156 of 255 = 61%

79
133
156

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

Portions of RGB colors in percentages

R + G + B =
79 + 133 + 156 = 368 (100%)
R 79 of 368 ~ 21.47%
G 133 of 368 ~ 36.14%
B 156 of 368 ~ 42.39%

%21.47
%36.14
%42.39

CMYK color model

#4F859C color CMYK value is (49,15,0,39).

  • cyan value is 49.36%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(49,15,0,39)
C49M15Y0K39 
(49%,15%,0%,39%)
(0.49/0.15/0.00/0.39)	

CMYK percentages

%49.36
%14.74
%0
%38.82

Codes

Color #4F859C in popluar color models

4F859C
RGB79133156
HSL198°32.77%46.08%
HSB/HSV198°49.36%61.18%
CMYK49.36%14.74%0.00%
38.82%

Color #4F859C in popluar number systems.

HEX4F859C
Decimal79133156
Binary10011111000010110011100
Octal117205234

Shades and tints

Shades of #4F859C

#4F859C
(79,133,156)
#48798E
(72,121,142)
#416D80
(65,109,128)
#3A6172
(58,97,114)
#335564
(51,85,100)
#2C4956
(44,73,86)
#253D48
(37,61,72)
#1E313A
(30,49,58)
#17252C
(23,37,44)
#10191E
(16,25,30)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #4F859C

#4F859C
(79,133,156)
#5F90A5
(95,144,165)
#6F9BAE
(111,155,174)
#7FA6B7
(127,166,183)
#8FB1C0
(143,177,192)
#9FBCC9
(159,188,201)
#AFC7D2
(175,199,210)
#BFD2DB
(191,210,219)
#CFDDE4
(207,221,228)
#DFE8ED
(223,232,237)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F859C color. Also use rgb(79,133,156) instead hex code.

Text Font Color

.myTextColor { color: #4F859C; }

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

This text font color is #4F859C.


Background Color

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

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

This div background color is #4F859C.


Border color

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

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

This div border color is #4F859C.


Opacity

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

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

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

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

This text has shadow with #4F859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F859C on black background.


Color preview on white background

This text has color #4F859C on white background.



Black color preview on #4F859C background

This text has black color on #4F859C background.


White color preview on #4F859C background

This text has white color on #4F859C background.