COLOR #4F237B

HEX: #4F237B
RGB: (79,35,123)

Color info

#4F237B contains mainly red and blue colors. Web safe color of #4F237B is #663366 (or #636).

RGB color model

#4F237B color RGB value is (79,35,123).

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

RGB channels and saturation

R 79 of 255 = 31%
G 35 of 255 = 14%
B 123 of 255 = 48%

79
35
123

R + G + B ~ 31%. #4F237B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 35 + 123 = 237 (100%)
R 79 of 237 ~ 33.33%
G 35 of 237 ~ 14.77%
B 123 of 237 ~ 51.9%

%33.33
%14.77
%51.9

CMYK color model

#4F237B color CMYK value is (36,72,0,52).

  • cyan value is 35.77%
  • magenta value is 71.54%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(36,72,0,52)
C36M72Y0K52 
(36%,72%,0%,52%)
(0.36/0.72/0.00/0.52)	

CMYK percentages

%35.77
%71.54
%0
%51.76

Codes

Color #4F237B in popluar color models

4F237B
RGB7935123
HSL270°55.70%30.98%
HSB/HSV270°71.54%48.24%
CMYK35.77%71.54%0.00%
51.76%

Color #4F237B in popluar number systems.

HEX4F237B
Decimal7935123
Binary10011111000111111011
Octal11743173

Shades and tints

Shades of #4F237B

#4F237B
(79,35,123)
#482070
(72,32,112)
#411D65
(65,29,101)
#3A1A5A
(58,26,90)
#33174F
(51,23,79)
#2C1444
(44,20,68)
#251139
(37,17,57)
#1E0E2E
(30,14,46)
#170B23
(23,11,35)
#100818
(16,8,24)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #4F237B

#4F237B
(79,35,123)
#5F3787
(95,55,135)
#6F4B93
(111,75,147)
#7F5F9F
(127,95,159)
#8F73AB
(143,115,171)
#9F87B7
(159,135,183)
#AF9BC3
(175,155,195)
#BFAFCF
(191,175,207)
#CFC3DB
(207,195,219)
#DFD7E7
(223,215,231)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F237B; }

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

This text font color is #4F237B.


Background Color

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

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

This div background color is #4F237B.


Border color

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

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

This div border color is #4F237B.


Opacity

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

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

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

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

This text has shadow with #4F237B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F237B on black background.


Color preview on white background

This text has color #4F237B on white background.



Black color preview on #4F237B background

This text has black color on #4F237B background.


White color preview on #4F237B background

This text has white color on #4F237B background.