COLOR #4F6994

HEX: #4F6994
RGB: (79,105,148)

Color info

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

RGB color model

#4F6994 color RGB value is (79,105,148).

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

RGB channels and saturation

R 79 of 255 = 31%
G 105 of 255 = 41%
B 148 of 255 = 58%

79
105
148

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

Portions of RGB colors in percentages

R + G + B =
79 + 105 + 148 = 332 (100%)
R 79 of 332 ~ 23.8%
G 105 of 332 ~ 31.63%
B 148 of 332 ~ 44.58%

%23.8
%31.63
%44.58

CMYK color model

#4F6994 color CMYK value is (47,29,0,42).

  • cyan value is 46.62%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(47,29,0,42)
C47M29Y0K42 
(47%,29%,0%,42%)
(0.47/0.29/0.00/0.42)	

CMYK percentages

%46.62
%29.05
%0
%41.96

Codes

Color #4F6994 in popluar color models

4F6994
RGB79105148
HSL217°30.40%44.51%
HSB/HSV217°46.62%58.04%
CMYK46.62%29.05%0.00%
41.96%

Color #4F6994 in popluar number systems.

HEX4F6994
Decimal79105148
Binary1001111110100110010100
Octal117151224

Shades and tints

Shades of #4F6994

#4F6994
(79,105,148)
#486087
(72,96,135)
#41577A
(65,87,122)
#3A4E6D
(58,78,109)
#334560
(51,69,96)
#2C3C53
(44,60,83)
#253346
(37,51,70)
#1E2A39
(30,42,57)
#17212C
(23,33,44)
#10181F
(16,24,31)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #4F6994

#4F6994
(79,105,148)
#5F769D
(95,118,157)
#6F83A6
(111,131,166)
#7F90AF
(127,144,175)
#8F9DB8
(143,157,184)
#9FAAC1
(159,170,193)
#AFB7CA
(175,183,202)
#BFC4D3
(191,196,211)
#CFD1DC
(207,209,220)
#DFDEE5
(223,222,229)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6994; }

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

This text font color is #4F6994.


Background Color

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

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

This div background color is #4F6994.


Border color

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

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

This div border color is #4F6994.


Opacity

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

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

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

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

This text has shadow with #4F6994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6994 on black background.


Color preview on white background

This text has color #4F6994 on white background.



Black color preview on #4F6994 background

This text has black color on #4F6994 background.


White color preview on #4F6994 background

This text has white color on #4F6994 background.