COLOR #4F3775

HEX: #4F3775
RGB: (79,55,117)

Color info

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

RGB color model

#4F3775 color RGB value is (79,55,117).

  • red value is 79;
  • green value is 55;
  • blue value is 117.
RGB:
(79,55,117)
(31%,22%,46%)

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 117 of 255 = 46%

79
55
117

R + G + B ~ 33%. #4F3775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 55 + 117 = 251 (100%)
R 79 of 251 ~ 31.47%
G 55 of 251 ~ 21.91%
B 117 of 251 ~ 46.61%

%31.47
%21.91
%46.61

CMYK color model

#4F3775 color CMYK value is (32,53,0,54).

  • cyan value is 32.48%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(32,53,0,54)
C32M53Y0K54 
(32%,53%,0%,54%)
(0.32/0.53/0.00/0.54)	

CMYK percentages

%32.48
%52.99
%0
%54.12

Codes

Color #4F3775 in popluar color models

4F3775
RGB7955117
HSL263°36.05%33.73%
HSB/HSV263°52.99%45.88%
CMYK32.48%52.99%0.00%
54.12%

Color #4F3775 in popluar number systems.

HEX4F3775
Decimal7955117
Binary10011111101111110101
Octal11767165

Shades and tints

Shades of #4F3775

#4F3775
(79,55,117)
#48326B
(72,50,107)
#412D61
(65,45,97)
#3A2857
(58,40,87)
#33234D
(51,35,77)
#2C1E43
(44,30,67)
#251939
(37,25,57)
#1E142F
(30,20,47)
#170F25
(23,15,37)
#100A1B
(16,10,27)
#090511
(9,5,17)
#000000
(0,0,0)

Tints of #4F3775

#4F3775
(79,55,117)
#5F4981
(95,73,129)
#6F5B8D
(111,91,141)
#7F6D99
(127,109,153)
#8F7FA5
(143,127,165)
#9F91B1
(159,145,177)
#AFA3BD
(175,163,189)
#BFB5C9
(191,181,201)
#CFC7D5
(207,199,213)
#DFD9E1
(223,217,225)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3775 color. Also use rgb(79,55,117) instead hex code.

Text Font Color

.myTextColor { color: #4F3775; }

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

This text font color is #4F3775.


Background Color

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

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

This div background color is #4F3775.


Border color

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

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

This div border color is #4F3775.


Opacity

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

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

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

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

This text has shadow with #4F3775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3775 on black background.


Color preview on white background

This text has color #4F3775 on white background.



Black color preview on #4F3775 background

This text has black color on #4F3775 background.


White color preview on #4F3775 background

This text has white color on #4F3775 background.