COLOR #4F285D

HEX: #4F285D
RGB: (79,40,93)

Color info

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

RGB color model

#4F285D color RGB value is (79,40,93).

  • red value is 79;
  • green value is 40;
  • blue value is 93.
RGB:
(79,40,93)
(31%,16%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 40 of 255 = 16%
B 93 of 255 = 36%

79
40
93

R + G + B ~ 28%. #4F285D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 40 + 93 = 212 (100%)
R 79 of 212 ~ 37.26%
G 40 of 212 ~ 18.87%
B 93 of 212 ~ 43.87%

%37.26
%18.87
%43.87

CMYK color model

#4F285D color CMYK value is (15,57,0,64).

  • cyan value is 15.05%
  • magenta value is 56.99%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(15,57,0,64)
C15M57Y0K64 
(15%,57%,0%,64%)
(0.15/0.57/0.00/0.64)	

CMYK percentages

%15.05
%56.99
%0
%63.53

Codes

Color #4F285D in popluar color models

4F285D
RGB794093
HSL284°39.85%26.08%
HSB/HSV284°56.99%36.47%
CMYK15.05%56.99%0.00%
63.53%

Color #4F285D in popluar number systems.

HEX4F285D
Decimal794093
Binary10011111010001011101
Octal11750135

Shades and tints

Shades of #4F285D

#4F285D
(79,40,93)
#482555
(72,37,85)
#41224D
(65,34,77)
#3A1F45
(58,31,69)
#331C3D
(51,28,61)
#2C1935
(44,25,53)
#25162D
(37,22,45)
#1E1325
(30,19,37)
#17101D
(23,16,29)
#100D15
(16,13,21)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #4F285D

#4F285D
(79,40,93)
#5F3B6B
(95,59,107)
#6F4E79
(111,78,121)
#7F6187
(127,97,135)
#8F7495
(143,116,149)
#9F87A3
(159,135,163)
#AF9AB1
(175,154,177)
#BFADBF
(191,173,191)
#CFC0CD
(207,192,205)
#DFD3DB
(223,211,219)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F285D color. Also use rgb(79,40,93) instead hex code.

Text Font Color

.myTextColor { color: #4F285D; }

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

This text font color is #4F285D.


Background Color

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

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

This div background color is #4F285D.


Border color

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

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

This div border color is #4F285D.


Opacity

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

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

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

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

This text has shadow with #4F285D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F285D on black background.


Color preview on white background

This text has color #4F285D on white background.



Black color preview on #4F285D background

This text has black color on #4F285D background.


White color preview on #4F285D background

This text has white color on #4F285D background.