COLOR #4F6387

HEX: #4F6387
RGB: (79,99,135)

Color info

#4F6387 contains red, green and blue colors in about the same proportion. Web safe color of #4F6387 is #666699 (or #669).

RGB color model

#4F6387 color RGB value is (79,99,135).

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

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 135 of 255 = 53%

79
99
135

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

Portions of RGB colors in percentages

R + G + B =
79 + 99 + 135 = 313 (100%)
R 79 of 313 ~ 25.24%
G 99 of 313 ~ 31.63%
B 135 of 313 ~ 43.13%

%25.24
%31.63
%43.13

CMYK color model

#4F6387 color CMYK value is (41,27,0,47).

  • cyan value is 41.48%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(41,27,0,47)
C41M27Y0K47 
(41%,27%,0%,47%)
(0.41/0.27/0.00/0.47)	

CMYK percentages

%41.48
%26.67
%0
%47.06

Codes

Color #4F6387 in popluar color models

4F6387
RGB7999135
HSL219°26.17%41.96%
HSB/HSV219°41.48%52.94%
CMYK41.48%26.67%0.00%
47.06%

Color #4F6387 in popluar number systems.

HEX4F6387
Decimal7999135
Binary1001111110001110000111
Octal117143207

Shades and tints

Shades of #4F6387

#4F6387
(79,99,135)
#485A7B
(72,90,123)
#41516F
(65,81,111)
#3A4863
(58,72,99)
#333F57
(51,63,87)
#2C364B
(44,54,75)
#252D3F
(37,45,63)
#1E2433
(30,36,51)
#171B27
(23,27,39)
#10121B
(16,18,27)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #4F6387

#4F6387
(79,99,135)
#5F7191
(95,113,145)
#6F7F9B
(111,127,155)
#7F8DA5
(127,141,165)
#8F9BAF
(143,155,175)
#9FA9B9
(159,169,185)
#AFB7C3
(175,183,195)
#BFC5CD
(191,197,205)
#CFD3D7
(207,211,215)
#DFE1E1
(223,225,225)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6387; }

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

This text font color is #4F6387.


Background Color

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

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

This div background color is #4F6387.


Border color

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

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

This div border color is #4F6387.


Opacity

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

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

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

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

This text has shadow with #4F6387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6387 on black background.


Color preview on white background

This text has color #4F6387 on white background.



Black color preview on #4F6387 background

This text has black color on #4F6387 background.


White color preview on #4F6387 background

This text has white color on #4F6387 background.