COLOR #4F4C8C

HEX: #4F4C8C
RGB: (79,76,140)

Color info

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

RGB color model

#4F4C8C color RGB value is (79,76,140).

  • red value is 79;
  • green value is 76;
  • blue value is 140.
RGB: (79,76,140) (31%,30%,55%)

RGB channels and saturation

R 79 of 255 = 31%
G 76 of 255 = 30%
B 140 of 255 = 55%

79
76
140

R + G + B ~ 39%. #4F4C8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 76 + 140 = 295 (100%)
R 79 of 295 ~ 26.78%
G 76 of 295 ~ 25.76%
B 140 of 295 ~ 47.46%

%26.78
%25.76
%47.46

CMYK color model

#4F4C8C color CMYK value is (44,46,0,45).

  • cyan value is 43.57%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (44,46,0,45) C44M46Y0K45 (44%,46%,0%,45%) (0.44/0.46/0.00/0.45)

CMYK percentages

%43.57
%45.71
%0
%45.1

Codes

Color #4F4C8C in popluar color models

4F4C8C
RGB7976140
HSL243°29.63%42.35%
HSB/HSV243°45.71%54.90%
CMYK43.57%45.71%0.00%
45.10%

Color #4F4C8C in popluar number systems.

HEX4F4C8C
Decimal7976140
Binary1001111100110010001100
Octal117114214

Shades and tints

Shades of #4F4C8C

#4F4C8C
(79,76,140)
#484680
(72,70,128)
#414074
(65,64,116)
#3A3A68
(58,58,104)
#33345C
(51,52,92)
#2C2E50
(44,46,80)
#252844
(37,40,68)
#1E2238
(30,34,56)
#171C2C
(23,28,44)
#101620
(16,22,32)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #4F4C8C

#4F4C8C
(79,76,140)
#5F5C96
(95,92,150)
#6F6CA0
(111,108,160)
#7F7CAA
(127,124,170)
#8F8CB4
(143,140,180)
#9F9CBE
(159,156,190)
#AFACC8
(175,172,200)
#BFBCD2
(191,188,210)
#CFCCDC
(207,204,220)
#DFDCE6
(223,220,230)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4C8C; }

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

This text font color is #4F4C8C.


Background Color

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

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

This div background color is #4F4C8C.


Border color

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

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

This div border color is #4F4C8C.


Opacity

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

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

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

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

This text has shadow with #4F4C8C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4F4C8C on black background.


Color preview on white background

This text has color #4F4C8C on white background.



Black color preview on #4F4C8C background

This text has black color on #4F4C8C background.


White color preview on #4F4C8C background

This text has white color on #4F4C8C background.