COLOR #4F2999

HEX: #4F2999
RGB: (79,41,153)

Color info

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

RGB color model

#4F2999 color RGB value is (79,41,153).

  • red value is 79;
  • green value is 41;
  • blue value is 153.
RGB:
(79,41,153)
(31%,16%,60%)

RGB channels and saturation

R 79 of 255 = 31%
G 41 of 255 = 16%
B 153 of 255 = 60%

79
41
153

R + G + B ~ 36%. #4F2999 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 41 + 153 = 273 (100%)
R 79 of 273 ~ 28.94%
G 41 of 273 ~ 15.02%
B 153 of 273 ~ 56.04%

%28.94
%15.02
%56.04

CMYK color model

#4F2999 color CMYK value is (48,73,0,40).

  • cyan value is 48.37%
  • magenta value is 73.20%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(48,73,0,40)
C48M73Y0K40 
(48%,73%,0%,40%)
(0.48/0.73/0.00/0.40)	

CMYK percentages

%48.37
%73.2
%0
%40

Codes

Color #4F2999 in popluar color models

4F2999
RGB7941153
HSL260°57.73%38.04%
HSB/HSV260°73.20%60.00%
CMYK48.37%73.20%0.00%
40.00%

Color #4F2999 in popluar number systems.

HEX4F2999
Decimal7941153
Binary100111110100110011001
Octal11751231

Shades and tints

Shades of #4F2999

#4F2999
(79,41,153)
#48268C
(72,38,140)
#41237F
(65,35,127)
#3A2072
(58,32,114)
#331D65
(51,29,101)
#2C1A58
(44,26,88)
#25174B
(37,23,75)
#1E143E
(30,20,62)
#171131
(23,17,49)
#100E24
(16,14,36)
#090B17
(9,11,23)
#000000
(0,0,0)

Tints of #4F2999

#4F2999
(79,41,153)
#5F3CA2
(95,60,162)
#6F4FAB
(111,79,171)
#7F62B4
(127,98,180)
#8F75BD
(143,117,189)
#9F88C6
(159,136,198)
#AF9BCF
(175,155,207)
#BFAED8
(191,174,216)
#CFC1E1
(207,193,225)
#DFD4EA
(223,212,234)
#EFE7F3
(239,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2999 color. Also use rgb(79,41,153) instead hex code.

Text Font Color

.myTextColor { color: #4F2999; }

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

This text font color is #4F2999.


Background Color

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

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

This div background color is #4F2999.


Border color

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

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

This div border color is #4F2999.


Opacity

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

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

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

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

This text has shadow with #4F2999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2999 on black background.


Color preview on white background

This text has color #4F2999 on white background.



Black color preview on #4F2999 background

This text has black color on #4F2999 background.


White color preview on #4F2999 background

This text has white color on #4F2999 background.