COLOR #4F307E

HEX: #4F307E
RGB: (79,48,126)

Color info

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

RGB color model

#4F307E color RGB value is (79,48,126).

  • red value is 79;
  • green value is 48;
  • blue value is 126.
RGB:
(79,48,126)
(31%,19%,49%)

RGB channels and saturation

R 79 of 255 = 31%
G 48 of 255 = 19%
B 126 of 255 = 49%

79
48
126

R + G + B ~ 33%. #4F307E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 48 + 126 = 253 (100%)
R 79 of 253 ~ 31.23%
G 48 of 253 ~ 18.97%
B 126 of 253 ~ 49.8%

%31.23
%18.97
%49.8

CMYK color model

#4F307E color CMYK value is (37,62,0,51).

  • cyan value is 37.30%
  • magenta value is 61.90%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(37,62,0,51)
C37M62Y0K51 
(37%,62%,0%,51%)
(0.37/0.62/0.00/0.51)	

CMYK percentages

%37.3
%61.9
%0
%50.59

Codes

Color #4F307E in popluar color models

4F307E
RGB7948126
HSL264°44.83%34.12%
HSB/HSV264°61.90%49.41%
CMYK37.30%61.90%0.00%
50.59%

Color #4F307E in popluar number systems.

HEX4F307E
Decimal7948126
Binary10011111100001111110
Octal11760176

Shades and tints

Shades of #4F307E

#4F307E
(79,48,126)
#482C73
(72,44,115)
#412868
(65,40,104)
#3A245D
(58,36,93)
#332052
(51,32,82)
#2C1C47
(44,28,71)
#25183C
(37,24,60)
#1E1431
(30,20,49)
#171026
(23,16,38)
#100C1B
(16,12,27)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #4F307E

#4F307E
(79,48,126)
#5F4289
(95,66,137)
#6F5494
(111,84,148)
#7F669F
(127,102,159)
#8F78AA
(143,120,170)
#9F8AB5
(159,138,181)
#AF9CC0
(175,156,192)
#BFAECB
(191,174,203)
#CFC0D6
(207,192,214)
#DFD2E1
(223,210,225)
#EFE4EC
(239,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F307E color. Also use rgb(79,48,126) instead hex code.

Text Font Color

.myTextColor { color: #4F307E; }

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

This text font color is #4F307E.


Background Color

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

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

This div background color is #4F307E.


Border color

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

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

This div border color is #4F307E.


Opacity

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

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

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

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

This text has shadow with #4F307E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F307E on black background.


Color preview on white background

This text has color #4F307E on white background.



Black color preview on #4F307E background

This text has black color on #4F307E background.


White color preview on #4F307E background

This text has white color on #4F307E background.