COLOR #4F4395

HEX: #4F4395
RGB: (79,67,149)

Color info

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

RGB color model

#4F4395 color RGB value is (79,67,149).

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

RGB channels and saturation

R 79 of 255 = 31%
G 67 of 255 = 26%
B 149 of 255 = 58%

79
67
149

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

Portions of RGB colors in percentages

R + G + B =
79 + 67 + 149 = 295 (100%)
R 79 of 295 ~ 26.78%
G 67 of 295 ~ 22.71%
B 149 of 295 ~ 50.51%

%26.78
%22.71
%50.51

CMYK color model

#4F4395 color CMYK value is (47,55,0,42).

  • cyan value is 46.98%
  • magenta value is 55.03%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(47,55,0,42)
C47M55Y0K42 
(47%,55%,0%,42%)
(0.47/0.55/0.00/0.42)	

CMYK percentages

%46.98
%55.03
%0
%41.57

Codes

Color #4F4395 in popluar color models

4F4395
RGB7967149
HSL249°37.96%42.35%
HSB/HSV249°55.03%58.43%
CMYK46.98%55.03%0.00%
41.57%

Color #4F4395 in popluar number systems.

HEX4F4395
Decimal7967149
Binary1001111100001110010101
Octal117103225

Shades and tints

Shades of #4F4395

#4F4395
(79,67,149)
#483D88
(72,61,136)
#41377B
(65,55,123)
#3A316E
(58,49,110)
#332B61
(51,43,97)
#2C2554
(44,37,84)
#251F47
(37,31,71)
#1E193A
(30,25,58)
#17132D
(23,19,45)
#100D20
(16,13,32)
#090713
(9,7,19)
#000000
(0,0,0)

Tints of #4F4395

#4F4395
(79,67,149)
#5F549E
(95,84,158)
#6F65A7
(111,101,167)
#7F76B0
(127,118,176)
#8F87B9
(143,135,185)
#9F98C2
(159,152,194)
#AFA9CB
(175,169,203)
#BFBAD4
(191,186,212)
#CFCBDD
(207,203,221)
#DFDCE6
(223,220,230)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4395; }

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

This text font color is #4F4395.


Background Color

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

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

This div background color is #4F4395.


Border color

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

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

This div border color is #4F4395.


Opacity

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

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

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

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

This text has shadow with #4F4395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4395 on black background.


Color preview on white background

This text has color #4F4395 on white background.



Black color preview on #4F4395 background

This text has black color on #4F4395 background.


White color preview on #4F4395 background

This text has white color on #4F4395 background.