COLOR #4F699C

HEX: #4F699C
RGB: (79,105,156)

Color info

#4F699C contains mainly green and blue colors. Web safe color of #4F699C is #666699 (or #669).

RGB color model

#4F699C color RGB value is (79,105,156).

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

RGB channels and saturation

R 79 of 255 = 31%
G 105 of 255 = 41%
B 156 of 255 = 61%

79
105
156

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

Portions of RGB colors in percentages

R + G + B =
79 + 105 + 156 = 340 (100%)
R 79 of 340 ~ 23.24%
G 105 of 340 ~ 30.88%
B 156 of 340 ~ 45.88%

%23.24
%30.88
%45.88

CMYK color model

#4F699C color CMYK value is (49,33,0,39).

  • cyan value is 49.36%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(49,33,0,39)
C49M33Y0K39 
(49%,33%,0%,39%)
(0.49/0.33/0.00/0.39)	

CMYK percentages

%49.36
%32.69
%0
%38.82

Codes

Color #4F699C in popluar color models

4F699C
RGB79105156
HSL220°32.77%46.08%
HSB/HSV220°49.36%61.18%
CMYK49.36%32.69%0.00%
38.82%

Color #4F699C in popluar number systems.

HEX4F699C
Decimal79105156
Binary1001111110100110011100
Octal117151234

Shades and tints

Shades of #4F699C

#4F699C
(79,105,156)
#48608E
(72,96,142)
#415780
(65,87,128)
#3A4E72
(58,78,114)
#334564
(51,69,100)
#2C3C56
(44,60,86)
#253348
(37,51,72)
#1E2A3A
(30,42,58)
#17212C
(23,33,44)
#10181E
(16,24,30)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #4F699C

#4F699C
(79,105,156)
#5F76A5
(95,118,165)
#6F83AE
(111,131,174)
#7F90B7
(127,144,183)
#8F9DC0
(143,157,192)
#9FAAC9
(159,170,201)
#AFB7D2
(175,183,210)
#BFC4DB
(191,196,219)
#CFD1E4
(207,209,228)
#DFDEED
(223,222,237)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F699C; }

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

This text font color is #4F699C.


Background Color

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

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

This div background color is #4F699C.


Border color

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

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

This div border color is #4F699C.


Opacity

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

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

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

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

This text has shadow with #4F699C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F699C on black background.


Color preview on white background

This text has color #4F699C on white background.



Black color preview on #4F699C background

This text has black color on #4F699C background.


White color preview on #4F699C background

This text has white color on #4F699C background.