COLOR #4F407C

HEX: #4F407C
RGB: (79,64,124)

Color info

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

RGB color model

#4F407C color RGB value is (79,64,124).

  • red value is 79;
  • green value is 64;
  • blue value is 124.
RGB:
(79,64,124)
(31%,25%,49%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 124 of 255 = 49%

79
64
124

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

Portions of RGB colors in percentages

R + G + B =
79 + 64 + 124 = 267 (100%)
R 79 of 267 ~ 29.59%
G 64 of 267 ~ 23.97%
B 124 of 267 ~ 46.44%

%29.59
%23.97
%46.44

CMYK color model

#4F407C color CMYK value is (36,48,0,51).

  • cyan value is 36.29%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(36,48,0,51)
C36M48Y0K51 
(36%,48%,0%,51%)
(0.36/0.48/0.00/0.51)	

CMYK percentages

%36.29
%48.39
%0
%51.37

Codes

Color #4F407C in popluar color models

4F407C
RGB7964124
HSL255°31.91%36.86%
HSB/HSV255°48.39%48.63%
CMYK36.29%48.39%0.00%
51.37%

Color #4F407C in popluar number systems.

HEX4F407C
Decimal7964124
Binary100111110000001111100
Octal117100174

Shades and tints

Shades of #4F407C

#4F407C
(79,64,124)
#483B71
(72,59,113)
#413666
(65,54,102)
#3A315B
(58,49,91)
#332C50
(51,44,80)
#2C2745
(44,39,69)
#25223A
(37,34,58)
#1E1D2F
(30,29,47)
#171824
(23,24,36)
#101319
(16,19,25)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #4F407C

#4F407C
(79,64,124)
#5F5187
(95,81,135)
#6F6292
(111,98,146)
#7F739D
(127,115,157)
#8F84A8
(143,132,168)
#9F95B3
(159,149,179)
#AFA6BE
(175,166,190)
#BFB7C9
(191,183,201)
#CFC8D4
(207,200,212)
#DFD9DF
(223,217,223)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F407C color. Also use rgb(79,64,124) instead hex code.

Text Font Color

.myTextColor { color: #4F407C; }

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

This text font color is #4F407C.


Background Color

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

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

This div background color is #4F407C.


Border color

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

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

This div border color is #4F407C.


Opacity

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

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

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

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

This text has shadow with #4F407C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F407C on black background.


Color preview on white background

This text has color #4F407C on white background.



Black color preview on #4F407C background

This text has black color on #4F407C background.


White color preview on #4F407C background

This text has white color on #4F407C background.