COLOR #4F449A

HEX: #4F449A
RGB: (79,68,154)

Color info

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

RGB color model

#4F449A color RGB value is (79,68,154).

  • red value is 79;
  • green value is 68;
  • blue value is 154.
RGB:
(79,68,154)
(31%,27%,60%)

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 154 of 255 = 60%

79
68
154

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

Portions of RGB colors in percentages

R + G + B =
79 + 68 + 154 = 301 (100%)
R 79 of 301 ~ 26.25%
G 68 of 301 ~ 22.59%
B 154 of 301 ~ 51.16%

%26.25
%22.59
%51.16

CMYK color model

#4F449A color CMYK value is (49,56,0,40).

  • cyan value is 48.70%
  • magenta value is 55.84%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(49,56,0,40)
C49M56Y0K40 
(49%,56%,0%,40%)
(0.49/0.56/0.00/0.40)	

CMYK percentages

%48.7
%55.84
%0
%39.61

Codes

Color #4F449A in popluar color models

4F449A
RGB7968154
HSL248°38.74%43.53%
HSB/HSV248°55.84%60.39%
CMYK48.70%55.84%0.00%
39.61%

Color #4F449A in popluar number systems.

HEX4F449A
Decimal7968154
Binary1001111100010010011010
Octal117104232

Shades and tints

Shades of #4F449A

#4F449A
(79,68,154)
#483E8C
(72,62,140)
#41387E
(65,56,126)
#3A3270
(58,50,112)
#332C62
(51,44,98)
#2C2654
(44,38,84)
#252046
(37,32,70)
#1E1A38
(30,26,56)
#17142A
(23,20,42)
#100E1C
(16,14,28)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #4F449A

#4F449A
(79,68,154)
#5F55A3
(95,85,163)
#6F66AC
(111,102,172)
#7F77B5
(127,119,181)
#8F88BE
(143,136,190)
#9F99C7
(159,153,199)
#AFAAD0
(175,170,208)
#BFBBD9
(191,187,217)
#CFCCE2
(207,204,226)
#DFDDEB
(223,221,235)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F449A color. Also use rgb(79,68,154) instead hex code.

Text Font Color

.myTextColor { color: #4F449A; }

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

This text font color is #4F449A.


Background Color

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

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

This div background color is #4F449A.


Border color

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

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

This div border color is #4F449A.


Opacity

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

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

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

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

This text has shadow with #4F449A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F449A on black background.


Color preview on white background

This text has color #4F449A on white background.



Black color preview on #4F449A background

This text has black color on #4F449A background.


White color preview on #4F449A background

This text has white color on #4F449A background.