COLOR #4F6473

HEX: #4F6473
RGB: (79,100,115)

Color info

#4F6473 contains red, green and blue colors in about the same proportion. Web safe color of #4F6473 is #666666 (or #666).

RGB color model

#4F6473 color RGB value is (79,100,115).

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

RGB channels and saturation

R 79 of 255 = 31%
G 100 of 255 = 39%
B 115 of 255 = 45%

79
100
115

R + G + B ~ 38%. #4F6473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 100 + 115 = 294 (100%)
R 79 of 294 ~ 26.87%
G 100 of 294 ~ 34.01%
B 115 of 294 ~ 39.12%

%26.87
%34.01
%39.12

CMYK color model

#4F6473 color CMYK value is (31,13,0,55).

  • cyan value is 31.30%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(31,13,0,55)
C31M13Y0K55 
(31%,13%,0%,55%)
(0.31/0.13/0.00/0.55)	

CMYK percentages

%31.3
%13.04
%0
%54.9

Codes

Color #4F6473 in popluar color models

4F6473
RGB79100115
HSL205°18.56%38.04%
HSB/HSV205°31.30%45.10%
CMYK31.30%13.04%0.00%
54.90%

Color #4F6473 in popluar number systems.

HEX4F6473
Decimal79100115
Binary100111111001001110011
Octal117144163

Shades and tints

Shades of #4F6473

#4F6473
(79,100,115)
#485B69
(72,91,105)
#41525F
(65,82,95)
#3A4955
(58,73,85)
#33404B
(51,64,75)
#2C3741
(44,55,65)
#252E37
(37,46,55)
#1E252D
(30,37,45)
#171C23
(23,28,35)
#101319
(16,19,25)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #4F6473

#4F6473
(79,100,115)
#5F727F
(95,114,127)
#6F808B
(111,128,139)
#7F8E97
(127,142,151)
#8F9CA3
(143,156,163)
#9FAAAF
(159,170,175)
#AFB8BB
(175,184,187)
#BFC6C7
(191,198,199)
#CFD4D3
(207,212,211)
#DFE2DF
(223,226,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6473; }

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

This text font color is #4F6473.


Background Color

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

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

This div background color is #4F6473.


Border color

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

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

This div border color is #4F6473.


Opacity

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

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

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

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

This text has shadow with #4F6473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6473 on black background.


Color preview on white background

This text has color #4F6473 on white background.



Black color preview on #4F6473 background

This text has black color on #4F6473 background.


White color preview on #4F6473 background

This text has white color on #4F6473 background.