COLOR #4F4297

HEX: #4F4297
RGB: (79,66,151)

Color info

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

RGB color model

#4F4297 color RGB value is (79,66,151).

  • red value is 79;
  • green value is 66;
  • blue value is 151.
RGB:
(79,66,151)
(31%,26%,59%)

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 151 of 255 = 59%

79
66
151

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

Portions of RGB colors in percentages

R + G + B =
79 + 66 + 151 = 296 (100%)
R 79 of 296 ~ 26.69%
G 66 of 296 ~ 22.3%
B 151 of 296 ~ 51.01%

%26.69
%22.3
%51.01

CMYK color model

#4F4297 color CMYK value is (48,56,0,41).

  • cyan value is 47.68%
  • magenta value is 56.29%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(48,56,0,41)
C48M56Y0K41 
(48%,56%,0%,41%)
(0.48/0.56/0.00/0.41)	

CMYK percentages

%47.68
%56.29
%0
%40.78

Codes

Color #4F4297 in popluar color models

4F4297
RGB7966151
HSL249°39.17%42.55%
HSB/HSV249°56.29%59.22%
CMYK47.68%56.29%0.00%
40.78%

Color #4F4297 in popluar number systems.

HEX4F4297
Decimal7966151
Binary1001111100001010010111
Octal117102227

Shades and tints

Shades of #4F4297

#4F4297
(79,66,151)
#483C8A
(72,60,138)
#41367D
(65,54,125)
#3A3070
(58,48,112)
#332A63
(51,42,99)
#2C2456
(44,36,86)
#251E49
(37,30,73)
#1E183C
(30,24,60)
#17122F
(23,18,47)
#100C22
(16,12,34)
#090615
(9,6,21)
#000000
(0,0,0)

Tints of #4F4297

#4F4297
(79,66,151)
#5F53A0
(95,83,160)
#6F64A9
(111,100,169)
#7F75B2
(127,117,178)
#8F86BB
(143,134,187)
#9F97C4
(159,151,196)
#AFA8CD
(175,168,205)
#BFB9D6
(191,185,214)
#CFCADF
(207,202,223)
#DFDBE8
(223,219,232)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4297 color. Also use rgb(79,66,151) instead hex code.

Text Font Color

.myTextColor { color: #4F4297; }

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

This text font color is #4F4297.


Background Color

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

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

This div background color is #4F4297.


Border color

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

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

This div border color is #4F4297.


Opacity

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

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

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

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

This text has shadow with #4F4297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4297 on black background.


Color preview on white background

This text has color #4F4297 on white background.



Black color preview on #4F4297 background

This text has black color on #4F4297 background.


White color preview on #4F4297 background

This text has white color on #4F4297 background.