COLOR #4F7DA9

HEX: #4F7DA9
RGB: (79,125,169)

Color info

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

RGB color model

#4F7DA9 color RGB value is (79,125,169).

  • red value is 79;
  • green value is 125;
  • blue value is 169.
RGB:
(79,125,169)
(31%,49%,66%)

RGB channels and saturation

R 79 of 255 = 31%
G 125 of 255 = 49%
B 169 of 255 = 66%

79
125
169

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

Portions of RGB colors in percentages

R + G + B =
79 + 125 + 169 = 373 (100%)
R 79 of 373 ~ 21.18%
G 125 of 373 ~ 33.51%
B 169 of 373 ~ 45.31%

%21.18
%33.51
%45.31

CMYK color model

#4F7DA9 color CMYK value is (53,26,0,34).

  • cyan value is 53.25%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(53,26,0,34)
C53M26Y0K34 
(53%,26%,0%,34%)
(0.53/0.26/0.00/0.34)	

CMYK percentages

%53.25
%26.04
%0
%33.73

Codes

Color #4F7DA9 in popluar color models

4F7DA9
RGB79125169
HSL209°36.29%48.63%
HSB/HSV209°53.25%66.27%
CMYK53.25%26.04%0.00%
33.73%

Color #4F7DA9 in popluar number systems.

HEX4F7DA9
Decimal79125169
Binary1001111111110110101001
Octal117175251

Shades and tints

Shades of #4F7DA9

#4F7DA9
(79,125,169)
#48729A
(72,114,154)
#41678B
(65,103,139)
#3A5C7C
(58,92,124)
#33516D
(51,81,109)
#2C465E
(44,70,94)
#253B4F
(37,59,79)
#1E3040
(30,48,64)
#172531
(23,37,49)
#101A22
(16,26,34)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #4F7DA9

#4F7DA9
(79,125,169)
#5F88B0
(95,136,176)
#6F93B7
(111,147,183)
#7F9EBE
(127,158,190)
#8FA9C5
(143,169,197)
#9FB4CC
(159,180,204)
#AFBFD3
(175,191,211)
#BFCADA
(191,202,218)
#CFD5E1
(207,213,225)
#DFE0E8
(223,224,232)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7DA9 color. Also use rgb(79,125,169) instead hex code.

Text Font Color

.myTextColor { color: #4F7DA9; }

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

This text font color is #4F7DA9.


Background Color

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

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

This div background color is #4F7DA9.


Border color

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

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

This div border color is #4F7DA9.


Opacity

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

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

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

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

This text has shadow with #4F7DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7DA9 on black background.


Color preview on white background

This text has color #4F7DA9 on white background.



Black color preview on #4F7DA9 background

This text has black color on #4F7DA9 background.


White color preview on #4F7DA9 background

This text has white color on #4F7DA9 background.