COLOR #4F4C99

HEX: #4F4C99 RGB: (79,76,153)

Color info

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

RGB color model

#4F4C99 color RGB value is (79,76,153).

RGB: (79,76,153) (31%, 30%, 60%)

RGB channels and saturation

R 79 of 255 = 31%
G 76 of 255 = 30%
B 153 of 255 = 60%

79
76
153

R + G + B ~ 40%. #4F4C99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 79 + 76 + 153 = 308 (100%)
R 79 of 308 ~ 25.65%
G 76 of 308 ~ 24.68%
B 153 of 308 ~ 49.68'%

%25.65
%24.68
%49.68

CMYK color model

#4F4C99 color CMYK value is (48,50,0,40).

  • cyan value is 48.37%
  • magenta value is 50.33%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (48,50,0,40) C48M50Y0K40 (48%,50%,0%,40%) (0.48/0.50/0.00/0.40) 

CMYK percentages

%48.37
%50.33
%0
%40

Codes

Color #4F4C99 in popluar color models

4F 4C 99
RGB 79 76 153
HSL 242° 33.62% 44.90%
HSB/HSV 242° 50.33% 60.00%
CMYK 48.37% 50.33% 0.00%
40.00%

Color #4F4C99 in popluar number systems.

HEX 4F 4C 99
Decimal 79 76 153
Binary 1001111 1001100 10011001
Octal 117 114 231

Shades and tints

Shades of #4F4C99

#4F4C99
(79,76,153)
#48468C
(72,70,140)
#41407F
(65,64,127)
#3A3A72
(58,58,114)
#333465
(51,52,101)
#2C2E58
(44,46,88)
#25284B
(37,40,75)
#1E223E
(30,34,62)
#171C31
(23,28,49)
#101624
(16,22,36)
#091017
(9,16,23)
#000000
(0,0,0)

Tints of #4F4C99

#4F4C99
(79,76,153)
#5F5CA2
(95,92,162)
#6F6CAB
(111,108,171)
#7F7CB4
(127,124,180)
#8F8CBD
(143,140,189)
#9F9CC6
(159,156,198)
#AFACCF
(175,172,207)
#BFBCD8
(191,188,216)
#CFCCE1
(207,204,225)
#DFDCEA
(223,220,234)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4C99 color. Also use rgb(79,76,153) instead hex code.

Text Font Color

.myTextColor { color: #4F4C99; }

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

This text font color is #4F4C99.

Background Color

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

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

This div background color is #4F4C99.

Border color

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

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

This div border color is #4F4C99.

Opacity

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

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

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

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

This text has shadow with #4F4C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4C99.

Preview

Color preview on black background

This text has color #4F4C99 on black background.


Color preview on white background

This text has color #4F4C99 on white background.


Black color preview on #4F4C99 background

This text has black color on #4F4C99 background.


White color preview on #4F4C99 background

This text has white color on #4F4C99 background.


Related colors

Complementary color

Complementary color for #hex is #B0B366.


I love getcolorcode.com

Triadic colors

1 #994F4C and #4C994F with #4F4C99 are triadic colors.

2 #994C4F and #4C4F99 with #4F4C99 are triadic colors.