COLOR #4F647A

HEX: #4F647A
RGB: (79,100,122)

Color info

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

RGB color model

#4F647A color RGB value is (79,100,122).

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

RGB channels and saturation

R 79 of 255 = 31%
G 100 of 255 = 39%
B 122 of 255 = 48%

79
100
122

R + G + B ~ 39%. #4F647A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 100 + 122 = 301 (100%)
R 79 of 301 ~ 26.25%
G 100 of 301 ~ 33.22%
B 122 of 301 ~ 40.53%

%26.25
%33.22
%40.53

CMYK color model

#4F647A color CMYK value is (35,18,0,52).

  • cyan value is 35.25%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(35,18,0,52)
C35M18Y0K52 
(35%,18%,0%,52%)
(0.35/0.18/0.00/0.52)	

CMYK percentages

%35.25
%18.03
%0
%52.16

Codes

Color #4F647A in popluar color models

4F647A
RGB79100122
HSL211°21.39%39.41%
HSB/HSV211°35.25%47.84%
CMYK35.25%18.03%0.00%
52.16%

Color #4F647A in popluar number systems.

HEX4F647A
Decimal79100122
Binary100111111001001111010
Octal117144172

Shades and tints

Shades of #4F647A

#4F647A
(79,100,122)
#485B6F
(72,91,111)
#415264
(65,82,100)
#3A4959
(58,73,89)
#33404E
(51,64,78)
#2C3743
(44,55,67)
#252E38
(37,46,56)
#1E252D
(30,37,45)
#171C22
(23,28,34)
#101317
(16,19,23)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #4F647A

#4F647A
(79,100,122)
#5F7286
(95,114,134)
#6F8092
(111,128,146)
#7F8E9E
(127,142,158)
#8F9CAA
(143,156,170)
#9FAAB6
(159,170,182)
#AFB8C2
(175,184,194)
#BFC6CE
(191,198,206)
#CFD4DA
(207,212,218)
#DFE2E6
(223,226,230)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F647A; }

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

This text font color is #4F647A.


Background Color

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

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

This div background color is #4F647A.


Border color

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

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

This div border color is #4F647A.


Opacity

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

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

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

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

This text has shadow with #4F647A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F647A on black background.


Color preview on white background

This text has color #4F647A on white background.



Black color preview on #4F647A background

This text has black color on #4F647A background.


White color preview on #4F647A background

This text has white color on #4F647A background.