COLOR #4F4CA4

HEX: #4F4CA4
RGB: (79,76,164)

Color info

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

RGB color model

#4F4CA4 color RGB value is (79,76,164).

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

RGB channels and saturation

R 79 of 255 = 31%
G 76 of 255 = 30%
B 164 of 255 = 64%

79
76
164

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

Portions of RGB colors in percentages

R + G + B =
79 + 76 + 164 = 319 (100%)
R 79 of 319 ~ 24.76%
G 76 of 319 ~ 23.82%
B 164 of 319 ~ 51.41%

%24.76
%23.82
%51.41

CMYK color model

#4F4CA4 color CMYK value is (52,54,0,36).

  • cyan value is 51.83%
  • magenta value is 53.66%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(52,54,0,36)
C52M54Y0K36 
(52%,54%,0%,36%)
(0.52/0.54/0.00/0.36)	

CMYK percentages

%51.83
%53.66
%0
%35.69

Codes

Color #4F4CA4 in popluar color models

4F4CA4
RGB7976164
HSL242°36.67%47.06%
HSB/HSV242°53.66%64.31%
CMYK51.83%53.66%0.00%
35.69%

Color #4F4CA4 in popluar number systems.

HEX4F4CA4
Decimal7976164
Binary1001111100110010100100
Octal117114244

Shades and tints

Shades of #4F4CA4

#4F4CA4
(79,76,164)
#484696
(72,70,150)
#414088
(65,64,136)
#3A3A7A
(58,58,122)
#33346C
(51,52,108)
#2C2E5E
(44,46,94)
#252850
(37,40,80)
#1E2242
(30,34,66)
#171C34
(23,28,52)
#101626
(16,22,38)
#091018
(9,16,24)
#000000
(0,0,0)

Tints of #4F4CA4

#4F4CA4
(79,76,164)
#5F5CAC
(95,92,172)
#6F6CB4
(111,108,180)
#7F7CBC
(127,124,188)
#8F8CC4
(143,140,196)
#9F9CCC
(159,156,204)
#AFACD4
(175,172,212)
#BFBCDC
(191,188,220)
#CFCCE4
(207,204,228)
#DFDCEC
(223,220,236)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4CA4; }

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

This text font color is #4F4CA4.


Background Color

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

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

This div background color is #4F4CA4.


Border color

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

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

This div border color is #4F4CA4.


Opacity

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

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

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

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

This text has shadow with #4F4CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4CA4 on black background.


Color preview on white background

This text has color #4F4CA4 on white background.



Black color preview on #4F4CA4 background

This text has black color on #4F4CA4 background.


White color preview on #4F4CA4 background

This text has white color on #4F4CA4 background.