COLOR #4F1C62

HEX: #4F1C62
RGB: (79,28,98)

Color info

#4F1C62 contains mainly red and blue colors. Web safe color of #4F1C62 is #663366 (or #636).

RGB color model

#4F1C62 color RGB value is (79,28,98).

  • red value is 79;
  • green value is 28;
  • blue value is 98.
RGB:
(79,28,98)
(31%,11%,38%)

RGB channels and saturation

R 79 of 255 = 31%
G 28 of 255 = 11%
B 98 of 255 = 38%

79
28
98

R + G + B ~ 27%. #4F1C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 28 + 98 = 205 (100%)
R 79 of 205 ~ 38.54%
G 28 of 205 ~ 13.66%
B 98 of 205 ~ 47.8%

%38.54
%13.66
%47.8

CMYK color model

#4F1C62 color CMYK value is (19,71,0,62).

  • cyan value is 19.39%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(19,71,0,62)
C19M71Y0K62 
(19%,71%,0%,62%)
(0.19/0.71/0.00/0.62)	

CMYK percentages

%19.39
%71.43
%0
%61.57

Codes

Color #4F1C62 in popluar color models

4F1C62
RGB792898
HSL284°55.56%24.71%
HSB/HSV284°71.43%38.43%
CMYK19.39%71.43%0.00%
61.57%

Color #4F1C62 in popluar number systems.

HEX4F1C62
Decimal792898
Binary1001111111001100010
Octal11734142

Shades and tints

Shades of #4F1C62

#4F1C62
(79,28,98)
#481A5A
(72,26,90)
#411852
(65,24,82)
#3A164A
(58,22,74)
#331442
(51,20,66)
#2C123A
(44,18,58)
#251032
(37,16,50)
#1E0E2A
(30,14,42)
#170C22
(23,12,34)
#100A1A
(16,10,26)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #4F1C62

#4F1C62
(79,28,98)
#5F3070
(95,48,112)
#6F447E
(111,68,126)
#7F588C
(127,88,140)
#8F6C9A
(143,108,154)
#9F80A8
(159,128,168)
#AF94B6
(175,148,182)
#BFA8C4
(191,168,196)
#CFBCD2
(207,188,210)
#DFD0E0
(223,208,224)
#EFE4EE
(239,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1C62 color. Also use rgb(79,28,98) instead hex code.

Text Font Color

.myTextColor { color: #4F1C62; }

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

This text font color is #4F1C62.


Background Color

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

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

This div background color is #4F1C62.


Border color

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

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

This div border color is #4F1C62.


Opacity

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

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

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

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

This text has shadow with #4F1C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1C62 on black background.


Color preview on white background

This text has color #4F1C62 on white background.



Black color preview on #4F1C62 background

This text has black color on #4F1C62 background.


White color preview on #4F1C62 background

This text has white color on #4F1C62 background.