COLOR #4F637B

HEX: #4F637B
RGB: (79,99,123)

Color info

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

RGB color model

#4F637B color RGB value is (79,99,123).

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

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 123 of 255 = 48%

79
99
123

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

Portions of RGB colors in percentages

R + G + B =
79 + 99 + 123 = 301 (100%)
R 79 of 301 ~ 26.25%
G 99 of 301 ~ 32.89%
B 123 of 301 ~ 40.86%

%26.25
%32.89
%40.86

CMYK color model

#4F637B color CMYK value is (36,20,0,52).

  • cyan value is 35.77%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(36,20,0,52)
C36M20Y0K52 
(36%,20%,0%,52%)
(0.36/0.20/0.00/0.52)	

CMYK percentages

%35.77
%19.51
%0
%51.76

Codes

Color #4F637B in popluar color models

4F637B
RGB7999123
HSL213°21.78%39.61%
HSB/HSV213°35.77%48.24%
CMYK35.77%19.51%0.00%
51.76%

Color #4F637B in popluar number systems.

HEX4F637B
Decimal7999123
Binary100111111000111111011
Octal117143173

Shades and tints

Shades of #4F637B

#4F637B
(79,99,123)
#485A70
(72,90,112)
#415165
(65,81,101)
#3A485A
(58,72,90)
#333F4F
(51,63,79)
#2C3644
(44,54,68)
#252D39
(37,45,57)
#1E242E
(30,36,46)
#171B23
(23,27,35)
#101218
(16,18,24)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #4F637B

#4F637B
(79,99,123)
#5F7187
(95,113,135)
#6F7F93
(111,127,147)
#7F8D9F
(127,141,159)
#8F9BAB
(143,155,171)
#9FA9B7
(159,169,183)
#AFB7C3
(175,183,195)
#BFC5CF
(191,197,207)
#CFD3DB
(207,211,219)
#DFE1E7
(223,225,231)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F637B color. Also use rgb(79,99,123) instead hex code.

Text Font Color

.myTextColor { color: #4F637B; }

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

This text font color is #4F637B.


Background Color

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

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

This div background color is #4F637B.


Border color

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

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

This div border color is #4F637B.


Opacity

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

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

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

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

This text has shadow with #4F637B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F637B on black background.


Color preview on white background

This text has color #4F637B on white background.



Black color preview on #4F637B background

This text has black color on #4F637B background.


White color preview on #4F637B background

This text has white color on #4F637B background.