COLOR #4F6C9E

HEX: #4F6C9E
RGB: (79,108,158)

Color info

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

RGB color model

#4F6C9E color RGB value is (79,108,158).

  • red value is 79;
  • green value is 108;
  • blue value is 158.
RGB:
(79,108,158)
(31%,42%,62%)

RGB channels and saturation

R 79 of 255 = 31%
G 108 of 255 = 42%
B 158 of 255 = 62%

79
108
158

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

Portions of RGB colors in percentages

R + G + B =
79 + 108 + 158 = 345 (100%)
R 79 of 345 ~ 22.9%
G 108 of 345 ~ 31.3%
B 158 of 345 ~ 45.8%

%22.9
%31.3
%45.8

CMYK color model

#4F6C9E color CMYK value is (50,32,0,38).

  • cyan value is 50.00%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(50,32,0,38)
C50M32Y0K38 
(50%,32%,0%,38%)
(0.50/0.32/0.00/0.38)	

CMYK percentages

%50
%31.65
%0
%38.04

Codes

Color #4F6C9E in popluar color models

4F6C9E
RGB79108158
HSL218°33.33%46.47%
HSB/HSV218°50.00%61.96%
CMYK50.00%31.65%0.00%
38.04%

Color #4F6C9E in popluar number systems.

HEX4F6C9E
Decimal79108158
Binary1001111110110010011110
Octal117154236

Shades and tints

Shades of #4F6C9E

#4F6C9E
(79,108,158)
#486390
(72,99,144)
#415A82
(65,90,130)
#3A5174
(58,81,116)
#334866
(51,72,102)
#2C3F58
(44,63,88)
#25364A
(37,54,74)
#1E2D3C
(30,45,60)
#17242E
(23,36,46)
#101B20
(16,27,32)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #4F6C9E

#4F6C9E
(79,108,158)
#5F79A6
(95,121,166)
#6F86AE
(111,134,174)
#7F93B6
(127,147,182)
#8FA0BE
(143,160,190)
#9FADC6
(159,173,198)
#AFBACE
(175,186,206)
#BFC7D6
(191,199,214)
#CFD4DE
(207,212,222)
#DFE1E6
(223,225,230)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6C9E color. Also use rgb(79,108,158) instead hex code.

Text Font Color

.myTextColor { color: #4F6C9E; }

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

This text font color is #4F6C9E.


Background Color

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

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

This div background color is #4F6C9E.


Border color

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

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

This div border color is #4F6C9E.


Opacity

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

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

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

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

This text has shadow with #4F6C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6C9E on black background.


Color preview on white background

This text has color #4F6C9E on white background.



Black color preview on #4F6C9E background

This text has black color on #4F6C9E background.


White color preview on #4F6C9E background

This text has white color on #4F6C9E background.