COLOR #4F2F9A

HEX: #4F2F9A RGB: (79,47,154)

Color info

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

RGB color model

#4F2F9A color RGB value is (79,47,154).

RGB: (79,47,154) (31%, 18%, 60%)

RGB channels and saturation

R 79 of 255 = 31%
G 47 of 255 = 18%
B 154 of 255 = 60%

79
47
154

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

Portions of RGB colors in percentages

R + G + B = 79 + 47 + 154 = 280 (100%)
R 79 of 280 ~ 28.21%
G 47 of 280 ~ 16.79%
B 154 of 280 ~ 55'%

%28.21
%16.79
%55

CMYK color model

#4F2F9A color CMYK value is (49,69,0,40).

  • cyan value is 48.70%
  • magenta value is 69.48%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (49,69,0,40)
C49M69Y0K40 (49%, 69%, 0%, 40%)
(0.49 / 0.69 / 0.00 / 0.40)

CMYK percentages

%48.7
%69.48
%0
%39.61

Codes

Color #4F2F9A in popluar color models

4F 2F 9A
RGB 79 47 154
HSL 258° 53.23% 39.41%
HSB/HSV 258° 69.48% 60.39%
CMYK 48.70% 69.48% 0.00%
39.61%

Color #4F2F9A in popluar number systems.

HEX 4F 2F 9A
Decimal 79 47 154
Binary 1001111 101111 10011010
Octal 117 57 232

Shades and tints

Shades of #4F2F9A

#4F2F9A
(79,47,154)
#482B8C
(72,43,140)
#41277E
(65,39,126)
#3A2370
(58,35,112)
#331F62
(51,31,98)
#2C1B54
(44,27,84)
#251746
(37,23,70)
#1E1338
(30,19,56)
#170F2A
(23,15,42)
#100B1C
(16,11,28)
#09070E
(9,7,14)
#000000
(0,0,0)

Tints of #4F2F9A

#4F2F9A
(79,47,154)
#5F41A3
(95,65,163)
#6F53AC
(111,83,172)
#7F65B5
(127,101,181)
#8F77BE
(143,119,190)
#9F89C7
(159,137,199)
#AF9BD0
(175,155,208)
#BFADD9
(191,173,217)
#CFBFE2
(207,191,226)
#DFD1EB
(223,209,235)
#EFE3F4
(239,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2F9A color. Also use rgb(79,47,154) instead hex code.

Text Font Color

.myTextColor { color: #4F2F9A; }

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

This text font color is #4F2F9A.

Background Color

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

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

This div background color is #4F2F9A.

Border color

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

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

This div border color is #4F2F9A.

Opacity

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

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

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

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

This text has shadow with #4F2F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F2F9A.

Preview

Color preview on black background

This text has color #4F2F9A on black background.


Color preview on white background

This text has color #4F2F9A on white background.


Black color preview on #4F2F9A background

This text has black color on #4F2F9A background.


White color preview on #4F2F9A background

This text has white color on #4F2F9A background.


Related colors

Complementary color

Complementary color for #hex is #B0D065.


I love getcolorcode.com

Triadic colors

1 #9A4F2F and #2F9A4F with #4F2F9A are triadic colors.

2 #9A2F4F and #2F4F9A with #4F2F9A are triadic colors.