COLOR #4F5B9A

HEX: #4F5B9A
RGB: (79,91,154)

Color info

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

RGB color model

#4F5B9A color RGB value is (79,91,154).

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

RGB channels and saturation

R 79 of 255 = 31%
G 91 of 255 = 36%
B 154 of 255 = 60%

79
91
154

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

Portions of RGB colors in percentages

R + G + B =
79 + 91 + 154 = 324 (100%)
R 79 of 324 ~ 24.38%
G 91 of 324 ~ 28.09%
B 154 of 324 ~ 47.53%

%24.38
%28.09
%47.53

CMYK color model

#4F5B9A color CMYK value is (49,41,0,40).

  • cyan value is 48.70%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(49,41,0,40)
C49M41Y0K40 
(49%,41%,0%,40%)
(0.49/0.41/0.00/0.40)	

CMYK percentages

%48.7
%40.91
%0
%39.61

Codes

Color #4F5B9A in popluar color models

4F5B9A
RGB7991154
HSL230°32.19%45.69%
HSB/HSV230°48.70%60.39%
CMYK48.70%40.91%0.00%
39.61%

Color #4F5B9A in popluar number systems.

HEX4F5B9A
Decimal7991154
Binary1001111101101110011010
Octal117133232

Shades and tints

Shades of #4F5B9A

#4F5B9A
(79,91,154)
#48538C
(72,83,140)
#414B7E
(65,75,126)
#3A4370
(58,67,112)
#333B62
(51,59,98)
#2C3354
(44,51,84)
#252B46
(37,43,70)
#1E2338
(30,35,56)
#171B2A
(23,27,42)
#10131C
(16,19,28)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F5B9A

#4F5B9A
(79,91,154)
#5F69A3
(95,105,163)
#6F77AC
(111,119,172)
#7F85B5
(127,133,181)
#8F93BE
(143,147,190)
#9FA1C7
(159,161,199)
#AFAFD0
(175,175,208)
#BFBDD9
(191,189,217)
#CFCBE2
(207,203,226)
#DFD9EB
(223,217,235)
#EFE7F4
(239,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5B9A; }

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

This text font color is #4F5B9A.


Background Color

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

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

This div background color is #4F5B9A.


Border color

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

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

This div border color is #4F5B9A.


Opacity

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

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

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

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

This text has shadow with #4F5B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5B9A on black background.


Color preview on white background

This text has color #4F5B9A on white background.



Black color preview on #4F5B9A background

This text has black color on #4F5B9A background.


White color preview on #4F5B9A background

This text has white color on #4F5B9A background.