COLOR #4F73A5

HEX: #4F73A5
RGB: (79,115,165)

Color info

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

RGB color model

#4F73A5 color RGB value is (79,115,165).

  • red value is 79;
  • green value is 115;
  • blue value is 165.
RGB:
(79,115,165)
(31%,45%,65%)

RGB channels and saturation

R 79 of 255 = 31%
G 115 of 255 = 45%
B 165 of 255 = 65%

79
115
165

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

Portions of RGB colors in percentages

R + G + B =
79 + 115 + 165 = 359 (100%)
R 79 of 359 ~ 22.01%
G 115 of 359 ~ 32.03%
B 165 of 359 ~ 45.96%

%22.01
%32.03
%45.96

CMYK color model

#4F73A5 color CMYK value is (52,30,0,35).

  • cyan value is 52.12%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(52,30,0,35)
C52M30Y0K35 
(52%,30%,0%,35%)
(0.52/0.30/0.00/0.35)	

CMYK percentages

%52.12
%30.3
%0
%35.29

Codes

Color #4F73A5 in popluar color models

4F73A5
RGB79115165
HSL215°35.25%47.84%
HSB/HSV215°52.12%64.71%
CMYK52.12%30.30%0.00%
35.29%

Color #4F73A5 in popluar number systems.

HEX4F73A5
Decimal79115165
Binary1001111111001110100101
Octal117163245

Shades and tints

Shades of #4F73A5

#4F73A5
(79,115,165)
#486996
(72,105,150)
#415F87
(65,95,135)
#3A5578
(58,85,120)
#334B69
(51,75,105)
#2C415A
(44,65,90)
#25374B
(37,55,75)
#1E2D3C
(30,45,60)
#17232D
(23,35,45)
#10191E
(16,25,30)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #4F73A5

#4F73A5
(79,115,165)
#5F7FAD
(95,127,173)
#6F8BB5
(111,139,181)
#7F97BD
(127,151,189)
#8FA3C5
(143,163,197)
#9FAFCD
(159,175,205)
#AFBBD5
(175,187,213)
#BFC7DD
(191,199,221)
#CFD3E5
(207,211,229)
#DFDFED
(223,223,237)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F73A5 color. Also use rgb(79,115,165) instead hex code.

Text Font Color

.myTextColor { color: #4F73A5; }

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

This text font color is #4F73A5.


Background Color

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

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

This div background color is #4F73A5.


Border color

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

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

This div border color is #4F73A5.


Opacity

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

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

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

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

This text has shadow with #4F73A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F73A5 on black background.


Color preview on white background

This text has color #4F73A5 on white background.



Black color preview on #4F73A5 background

This text has black color on #4F73A5 background.


White color preview on #4F73A5 background

This text has white color on #4F73A5 background.