COLOR #4F438E

HEX: #4F438E
RGB: (79,67,142)

Color info

#4F438E contains mainly blue color. Web safe color of #4F438E is #663399 (or #639).

RGB color model

#4F438E color RGB value is (79,67,142).

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

RGB channels and saturation

R 79 of 255 = 31%
G 67 of 255 = 26%
B 142 of 255 = 56%

79
67
142

R + G + B ~ 38%. #4F438E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 67 + 142 = 288 (100%)
R 79 of 288 ~ 27.43%
G 67 of 288 ~ 23.26%
B 142 of 288 ~ 49.31%

%27.43
%23.26
%49.31

CMYK color model

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

  • cyan value is 44.37%
  • magenta value is 52.82%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(44,53,0,44)
C44M53Y0K44 
(44%,53%,0%,44%)
(0.44/0.53/0.00/0.44)	

CMYK percentages

%44.37
%52.82
%0
%44.31

Codes

Color #4F438E in popluar color models

4F438E
RGB7967142
HSL250°35.89%40.98%
HSB/HSV250°52.82%55.69%
CMYK44.37%52.82%0.00%
44.31%

Color #4F438E in popluar number systems.

HEX4F438E
Decimal7967142
Binary1001111100001110001110
Octal117103216

Shades and tints

Shades of #4F438E

#4F438E
(79,67,142)
#483D82
(72,61,130)
#413776
(65,55,118)
#3A316A
(58,49,106)
#332B5E
(51,43,94)
#2C2552
(44,37,82)
#251F46
(37,31,70)
#1E193A
(30,25,58)
#17132E
(23,19,46)
#100D22
(16,13,34)
#090716
(9,7,22)
#000000
(0,0,0)

Tints of #4F438E

#4F438E
(79,67,142)
#5F5498
(95,84,152)
#6F65A2
(111,101,162)
#7F76AC
(127,118,172)
#8F87B6
(143,135,182)
#9F98C0
(159,152,192)
#AFA9CA
(175,169,202)
#BFBAD4
(191,186,212)
#CFCBDE
(207,203,222)
#DFDCE8
(223,220,232)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F438E; }

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

This text font color is #4F438E.


Background Color

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

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

This div background color is #4F438E.


Border color

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

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

This div border color is #4F438E.


Opacity

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

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

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

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

This text has shadow with #4F438E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F438E on black background.


Color preview on white background

This text has color #4F438E on white background.



Black color preview on #4F438E background

This text has black color on #4F438E background.


White color preview on #4F438E background

This text has white color on #4F438E background.