COLOR #4F568E

HEX: #4F568E
RGB: (79,86,142)

Color info

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

RGB color model

#4F568E color RGB value is (79,86,142).

  • red value is 79;
  • green value is 86;
  • blue value is 142.
RGB:
(79,86,142)
(31%,34%,56%)

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 142 of 255 = 56%

79
86
142

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

Portions of RGB colors in percentages

R + G + B =
79 + 86 + 142 = 307 (100%)
R 79 of 307 ~ 25.73%
G 86 of 307 ~ 28.01%
B 142 of 307 ~ 46.25%

%25.73
%28.01
%46.25

CMYK color model

#4F568E color CMYK value is (44,39,0,44).

  • cyan value is 44.37%
  • magenta value is 39.44%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(44,39,0,44)
C44M39Y0K44 
(44%,39%,0%,44%)
(0.44/0.39/0.00/0.44)	

CMYK percentages

%44.37
%39.44
%0
%44.31

Codes

Color #4F568E in popluar color models

4F568E
RGB7986142
HSL233°28.51%43.33%
HSB/HSV233°44.37%55.69%
CMYK44.37%39.44%0.00%
44.31%

Color #4F568E in popluar number systems.

HEX4F568E
Decimal7986142
Binary1001111101011010001110
Octal117126216

Shades and tints

Shades of #4F568E

#4F568E
(79,86,142)
#484F82
(72,79,130)
#414876
(65,72,118)
#3A416A
(58,65,106)
#333A5E
(51,58,94)
#2C3352
(44,51,82)
#252C46
(37,44,70)
#1E253A
(30,37,58)
#171E2E
(23,30,46)
#101722
(16,23,34)
#091016
(9,16,22)
#000000
(0,0,0)

Tints of #4F568E

#4F568E
(79,86,142)
#5F6598
(95,101,152)
#6F74A2
(111,116,162)
#7F83AC
(127,131,172)
#8F92B6
(143,146,182)
#9FA1C0
(159,161,192)
#AFB0CA
(175,176,202)
#BFBFD4
(191,191,212)
#CFCEDE
(207,206,222)
#DFDDE8
(223,221,232)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F568E color. Also use rgb(79,86,142) instead hex code.

Text Font Color

.myTextColor { color: #4F568E; }

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

This text font color is #4F568E.


Background Color

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

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

This div background color is #4F568E.


Border color

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

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

This div border color is #4F568E.


Opacity

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

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

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

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

This text has shadow with #4F568E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F568E on black background.


Color preview on white background

This text has color #4F568E on white background.



Black color preview on #4F568E background

This text has black color on #4F568E background.


White color preview on #4F568E background

This text has white color on #4F568E background.