COLOR #4F4574

HEX: #4F4574
RGB: (79,69,116)

Color info

#4F4574 contains red, green and blue colors in about the same proportion. Web safe color of #4F4574 is #663366 (or #636).

RGB color model

#4F4574 color RGB value is (79,69,116).

  • red value is 79;
  • green value is 69;
  • blue value is 116.
RGB:
(79,69,116)
(31%,27%,45%)

RGB channels and saturation

R 79 of 255 = 31%
G 69 of 255 = 27%
B 116 of 255 = 45%

79
69
116

R + G + B ~ 34%. #4F4574 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 69 + 116 = 264 (100%)
R 79 of 264 ~ 29.92%
G 69 of 264 ~ 26.14%
B 116 of 264 ~ 43.94%

%29.92
%26.14
%43.94

CMYK color model

#4F4574 color CMYK value is (32,41,0,55).

  • cyan value is 31.90%
  • magenta value is 40.52%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(32,41,0,55)
C32M41Y0K55 
(32%,41%,0%,55%)
(0.32/0.41/0.00/0.55)	

CMYK percentages

%31.9
%40.52
%0
%54.51

Codes

Color #4F4574 in popluar color models

4F4574
RGB7969116
HSL253°25.41%36.27%
HSB/HSV253°40.52%45.49%
CMYK31.90%40.52%0.00%
54.51%

Color #4F4574 in popluar number systems.

HEX4F4574
Decimal7969116
Binary100111110001011110100
Octal117105164

Shades and tints

Shades of #4F4574

#4F4574
(79,69,116)
#483F6A
(72,63,106)
#413960
(65,57,96)
#3A3356
(58,51,86)
#332D4C
(51,45,76)
#2C2742
(44,39,66)
#252138
(37,33,56)
#1E1B2E
(30,27,46)
#171524
(23,21,36)
#100F1A
(16,15,26)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #4F4574

#4F4574
(79,69,116)
#5F5580
(95,85,128)
#6F658C
(111,101,140)
#7F7598
(127,117,152)
#8F85A4
(143,133,164)
#9F95B0
(159,149,176)
#AFA5BC
(175,165,188)
#BFB5C8
(191,181,200)
#CFC5D4
(207,197,212)
#DFD5E0
(223,213,224)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4574 color. Also use rgb(79,69,116) instead hex code.

Text Font Color

.myTextColor { color: #4F4574; }

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

This text font color is #4F4574.


Background Color

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

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

This div background color is #4F4574.


Border color

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

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

This div border color is #4F4574.


Opacity

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

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

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

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

This text has shadow with #4F4574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4574 on black background.


Color preview on white background

This text has color #4F4574 on white background.



Black color preview on #4F4574 background

This text has black color on #4F4574 background.


White color preview on #4F4574 background

This text has white color on #4F4574 background.