COLOR #4F5392

HEX: #4F5392
RGB: (79,83,146)

Color info

#4F5392 contains mainly blue color. Web safe color of #4F5392 is #666699 (or #669).

RGB color model

#4F5392 color RGB value is (79,83,146).

  • red value is 79;
  • green value is 83;
  • blue value is 146.
RGB:
(79,83,146)
(31%,33%,57%)

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 146 of 255 = 57%

79
83
146

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

Portions of RGB colors in percentages

R + G + B =
79 + 83 + 146 = 308 (100%)
R 79 of 308 ~ 25.65%
G 83 of 308 ~ 26.95%
B 146 of 308 ~ 47.4%

%25.65
%26.95
%47.4

CMYK color model

#4F5392 color CMYK value is (46,43,0,43).

  • cyan value is 45.89%
  • magenta value is 43.15%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(46,43,0,43)
C46M43Y0K43 
(46%,43%,0%,43%)
(0.46/0.43/0.00/0.43)	

CMYK percentages

%45.89
%43.15
%0
%42.75

Codes

Color #4F5392 in popluar color models

4F5392
RGB7983146
HSL236°29.78%44.12%
HSB/HSV236°45.89%57.25%
CMYK45.89%43.15%0.00%
42.75%

Color #4F5392 in popluar number systems.

HEX4F5392
Decimal7983146
Binary1001111101001110010010
Octal117123222

Shades and tints

Shades of #4F5392

#4F5392
(79,83,146)
#484C85
(72,76,133)
#414578
(65,69,120)
#3A3E6B
(58,62,107)
#33375E
(51,55,94)
#2C3051
(44,48,81)
#252944
(37,41,68)
#1E2237
(30,34,55)
#171B2A
(23,27,42)
#10141D
(16,20,29)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #4F5392

#4F5392
(79,83,146)
#5F629B
(95,98,155)
#6F71A4
(111,113,164)
#7F80AD
(127,128,173)
#8F8FB6
(143,143,182)
#9F9EBF
(159,158,191)
#AFADC8
(175,173,200)
#BFBCD1
(191,188,209)
#CFCBDA
(207,203,218)
#DFDAE3
(223,218,227)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5392 color. Also use rgb(79,83,146) instead hex code.

Text Font Color

.myTextColor { color: #4F5392; }

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

This text font color is #4F5392.


Background Color

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

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

This div background color is #4F5392.


Border color

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

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

This div border color is #4F5392.


Opacity

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

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

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

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

This text has shadow with #4F5392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5392 on black background.


Color preview on white background

This text has color #4F5392 on white background.



Black color preview on #4F5392 background

This text has black color on #4F5392 background.


White color preview on #4F5392 background

This text has white color on #4F5392 background.