COLOR #4F2BB6

HEX: #4F2BB6
RGB: (79,43,182)

Color info

#4F2BB6 contains mainly blue color. Web safe color of #4F2BB6 is #6633CC (or #63C).

RGB color model

#4F2BB6 color RGB value is (79,43,182).

  • red value is 79;
  • green value is 43;
  • blue value is 182.
RGB:
(79,43,182)
(31%,17%,71%)

RGB channels and saturation

R 79 of 255 = 31%
G 43 of 255 = 17%
B 182 of 255 = 71%

79
43
182

R + G + B ~ 40%. #4F2BB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 43 + 182 = 304 (100%)
R 79 of 304 ~ 25.99%
G 43 of 304 ~ 14.14%
B 182 of 304 ~ 59.87%

%25.99
%14.14
%59.87

CMYK color model

#4F2BB6 color CMYK value is (57,76,0,29).

  • cyan value is 56.59%
  • magenta value is 76.37%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(57,76,0,29)
C57M76Y0K29 
(57%,76%,0%,29%)
(0.57/0.76/0.00/0.29)	

CMYK percentages

%56.59
%76.37
%0
%28.63

Codes

Color #4F2BB6 in popluar color models

4F2BB6
RGB7943182
HSL256°61.78%44.12%
HSB/HSV256°76.37%71.37%
CMYK56.59%76.37%0.00%
28.63%

Color #4F2BB6 in popluar number systems.

HEX4F2BB6
Decimal7943182
Binary100111110101110110110
Octal11753266

Shades and tints

Shades of #4F2BB6

#4F2BB6
(79,43,182)
#4828A6
(72,40,166)
#412596
(65,37,150)
#3A2286
(58,34,134)
#331F76
(51,31,118)
#2C1C66
(44,28,102)
#251956
(37,25,86)
#1E1646
(30,22,70)
#171336
(23,19,54)
#101026
(16,16,38)
#090D16
(9,13,22)
#000000
(0,0,0)

Tints of #4F2BB6

#4F2BB6
(79,43,182)
#5F3EBC
(95,62,188)
#6F51C2
(111,81,194)
#7F64C8
(127,100,200)
#8F77CE
(143,119,206)
#9F8AD4
(159,138,212)
#AF9DDA
(175,157,218)
#BFB0E0
(191,176,224)
#CFC3E6
(207,195,230)
#DFD6EC
(223,214,236)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2BB6 color. Also use rgb(79,43,182) instead hex code.

Text Font Color

.myTextColor { color: #4F2BB6; }

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

This text font color is #4F2BB6.


Background Color

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

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

This div background color is #4F2BB6.


Border color

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

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

This div border color is #4F2BB6.


Opacity

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

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

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

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

This text has shadow with #4F2BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2BB6 on black background.


Color preview on white background

This text has color #4F2BB6 on white background.



Black color preview on #4F2BB6 background

This text has black color on #4F2BB6 background.


White color preview on #4F2BB6 background

This text has white color on #4F2BB6 background.