COLOR #4F508E

HEX: #4F508E
RGB: (79,80,142)

Color info

#4F508E contains mainly blue color. Web safe color of #4F508E is #666699 (or #669).

RGB color model

#4F508E color RGB value is (79,80,142).

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

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 142 of 255 = 56%

79
80
142

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

Portions of RGB colors in percentages

R + G + B =
79 + 80 + 142 = 301 (100%)
R 79 of 301 ~ 26.25%
G 80 of 301 ~ 26.58%
B 142 of 301 ~ 47.18%

%26.25
%26.58
%47.18

CMYK color model

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

  • cyan value is 44.37%
  • magenta value is 43.66%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(44,44,0,44)
C44M44Y0K44 
(44%,44%,0%,44%)
(0.44/0.44/0.00/0.44)	

CMYK percentages

%44.37
%43.66
%0
%44.31

Codes

Color #4F508E in popluar color models

4F508E
RGB7980142
HSL239°28.51%43.33%
HSB/HSV239°44.37%55.69%
CMYK44.37%43.66%0.00%
44.31%

Color #4F508E in popluar number systems.

HEX4F508E
Decimal7980142
Binary1001111101000010001110
Octal117120216

Shades and tints

Shades of #4F508E

#4F508E
(79,80,142)
#484982
(72,73,130)
#414276
(65,66,118)
#3A3B6A
(58,59,106)
#33345E
(51,52,94)
#2C2D52
(44,45,82)
#252646
(37,38,70)
#1E1F3A
(30,31,58)
#17182E
(23,24,46)
#101122
(16,17,34)
#090A16
(9,10,22)
#000000
(0,0,0)

Tints of #4F508E

#4F508E
(79,80,142)
#5F5F98
(95,95,152)
#6F6EA2
(111,110,162)
#7F7DAC
(127,125,172)
#8F8CB6
(143,140,182)
#9F9BC0
(159,155,192)
#AFAACA
(175,170,202)
#BFB9D4
(191,185,212)
#CFC8DE
(207,200,222)
#DFD7E8
(223,215,232)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F508E; }

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

This text font color is #4F508E.


Background Color

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

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

This div background color is #4F508E.


Border color

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

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

This div border color is #4F508E.


Opacity

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

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

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

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

This text has shadow with #4F508E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F508E on black background.


Color preview on white background

This text has color #4F508E on white background.



Black color preview on #4F508E background

This text has black color on #4F508E background.


White color preview on #4F508E background

This text has white color on #4F508E background.