COLOR #4F239C

HEX: #4F239C
RGB: (79,35,156)

Color info

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

RGB color model

#4F239C color RGB value is (79,35,156).

  • red value is 79;
  • green value is 35;
  • blue value is 156.
RGB:
(79,35,156)
(31%,14%,61%)

RGB channels and saturation

R 79 of 255 = 31%
G 35 of 255 = 14%
B 156 of 255 = 61%

79
35
156

R + G + B ~ 35%. #4F239C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 35 + 156 = 270 (100%)
R 79 of 270 ~ 29.26%
G 35 of 270 ~ 12.96%
B 156 of 270 ~ 57.78%

%29.26
%12.96
%57.78

CMYK color model

#4F239C color CMYK value is (49,78,0,39).

  • cyan value is 49.36%
  • magenta value is 77.56%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(49,78,0,39)
C49M78Y0K39 
(49%,78%,0%,39%)
(0.49/0.78/0.00/0.39)	

CMYK percentages

%49.36
%77.56
%0
%38.82

Codes

Color #4F239C in popluar color models

4F239C
RGB7935156
HSL262°63.35%37.45%
HSB/HSV262°77.56%61.18%
CMYK49.36%77.56%0.00%
38.82%

Color #4F239C in popluar number systems.

HEX4F239C
Decimal7935156
Binary100111110001110011100
Octal11743234

Shades and tints

Shades of #4F239C

#4F239C
(79,35,156)
#48208E
(72,32,142)
#411D80
(65,29,128)
#3A1A72
(58,26,114)
#331764
(51,23,100)
#2C1456
(44,20,86)
#251148
(37,17,72)
#1E0E3A
(30,14,58)
#170B2C
(23,11,44)
#10081E
(16,8,30)
#090510
(9,5,16)
#000000
(0,0,0)

Tints of #4F239C

#4F239C
(79,35,156)
#5F37A5
(95,55,165)
#6F4BAE
(111,75,174)
#7F5FB7
(127,95,183)
#8F73C0
(143,115,192)
#9F87C9
(159,135,201)
#AF9BD2
(175,155,210)
#BFAFDB
(191,175,219)
#CFC3E4
(207,195,228)
#DFD7ED
(223,215,237)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F239C color. Also use rgb(79,35,156) instead hex code.

Text Font Color

.myTextColor { color: #4F239C; }

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

This text font color is #4F239C.


Background Color

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

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

This div background color is #4F239C.


Border color

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

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

This div border color is #4F239C.


Opacity

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

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

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

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

This text has shadow with #4F239C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F239C on black background.


Color preview on white background

This text has color #4F239C on white background.



Black color preview on #4F239C background

This text has black color on #4F239C background.


White color preview on #4F239C background

This text has white color on #4F239C background.