COLOR #4F4884

HEX: #4F4884 RGB: (79,72,132)

Color info

#4F4884 contains mainly red and blue colors. Web safe color of #4F4884 is #663399 (or #639).

RGB color model

#4F4884 color RGB value is (79,72,132).

RGB: (79,72,132) (31%, 28%, 52%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 132 of 255 = 52%

79
72
132

R + G + B ~ 37%. #4F4884 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 72 + 132 = 283 (100%)
R 79 of 283 ~ 27.92%
G 72 of 283 ~ 25.44%
B 132 of 283 ~ 46.64'%

%27.92
%25.44
%46.64

CMYK color model

#4F4884 color CMYK value is (40,45,0,48).

  • cyan value is 40.15%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (40,45,0,48) C40M45Y0K48 (40%,45%,0%,48%) (0.40/0.45/0.00/0.48) 

CMYK percentages

%40.15
%45.45
%0
%48.24

Codes

Color #4F4884 in popluar color models

4F 48 84
RGB 79 72 132
HSL 247° 29.41% 40.00%
HSB/HSV 247° 45.45% 51.76%
CMYK 40.15% 45.45% 0.00%
48.24%

Color #4F4884 in popluar number systems.

HEX 4F 48 84
Decimal 79 72 132
Binary 1001111 1001000 10000100
Octal 117 110 204

Shades and tints

Shades of #4F4884

#4F4884
(79,72,132)
#484278
(72,66,120)
#413C6C
(65,60,108)
#3A3660
(58,54,96)
#333054
(51,48,84)
#2C2A48
(44,42,72)
#25243C
(37,36,60)
#1E1E30
(30,30,48)
#171824
(23,24,36)
#101218
(16,18,24)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #4F4884

#4F4884
(79,72,132)
#5F588F
(95,88,143)
#6F689A
(111,104,154)
#7F78A5
(127,120,165)
#8F88B0
(143,136,176)
#9F98BB
(159,152,187)
#AFA8C6
(175,168,198)
#BFB8D1
(191,184,209)
#CFC8DC
(207,200,220)
#DFD8E7
(223,216,231)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4884 color. Also use rgb(79,72,132) instead hex code.

Text Font Color

.myTextColor { color: #4F4884; }

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

This text font color is #4F4884.

Background Color

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

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

This div background color is #4F4884.

Border color

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

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

This div border color is #4F4884.

Opacity

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

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

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

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

This text has shadow with #4F4884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4884.

Preview

Color preview on black background

This text has color #4F4884 on black background.


Color preview on white background

This text has color #4F4884 on white background.


Black color preview on #4F4884 background

This text has black color on #4F4884 background.


White color preview on #4F4884 background

This text has white color on #4F4884 background.


Related colors

Complementary color

Complementary color for #hex is #B0B77B.


I love getcolorcode.com

Triadic colors

1 #844F48 and #48844F with #4F4884 are triadic colors.

2 #84484F and #484F84 with #4F4884 are triadic colors.