COLOR #4F638F

HEX: #4F638F
RGB: (79,99,143)

Color info

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

RGB color model

#4F638F color RGB value is (79,99,143).

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

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 143 of 255 = 56%

79
99
143

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

Portions of RGB colors in percentages

R + G + B =
79 + 99 + 143 = 321 (100%)
R 79 of 321 ~ 24.61%
G 99 of 321 ~ 30.84%
B 143 of 321 ~ 44.55%

%24.61
%30.84
%44.55

CMYK color model

#4F638F color CMYK value is (45,31,0,44).

  • cyan value is 44.76%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(45,31,0,44)
C45M31Y0K44 
(45%,31%,0%,44%)
(0.45/0.31/0.00/0.44)	

CMYK percentages

%44.76
%30.77
%0
%43.92

Codes

Color #4F638F in popluar color models

4F638F
RGB7999143
HSL221°28.83%43.53%
HSB/HSV221°44.76%56.08%
CMYK44.76%30.77%0.00%
43.92%

Color #4F638F in popluar number systems.

HEX4F638F
Decimal7999143
Binary1001111110001110001111
Octal117143217

Shades and tints

Shades of #4F638F

#4F638F
(79,99,143)
#485A82
(72,90,130)
#415175
(65,81,117)
#3A4868
(58,72,104)
#333F5B
(51,63,91)
#2C364E
(44,54,78)
#252D41
(37,45,65)
#1E2434
(30,36,52)
#171B27
(23,27,39)
#10121A
(16,18,26)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #4F638F

#4F638F
(79,99,143)
#5F7199
(95,113,153)
#6F7FA3
(111,127,163)
#7F8DAD
(127,141,173)
#8F9BB7
(143,155,183)
#9FA9C1
(159,169,193)
#AFB7CB
(175,183,203)
#BFC5D5
(191,197,213)
#CFD3DF
(207,211,223)
#DFE1E9
(223,225,233)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F638F; }

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

This text font color is #4F638F.


Background Color

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

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

This div background color is #4F638F.


Border color

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

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

This div border color is #4F638F.


Opacity

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

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

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

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

This text has shadow with #4F638F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F638F on black background.


Color preview on white background

This text has color #4F638F on white background.



Black color preview on #4F638F background

This text has black color on #4F638F background.


White color preview on #4F638F background

This text has white color on #4F638F background.