COLOR #4F5BB0

HEX: #4F5BB0
RGB: (79,91,176)

Color info

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

RGB color model

#4F5BB0 color RGB value is (79,91,176).

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

RGB channels and saturation

R 79 of 255 = 31%
G 91 of 255 = 36%
B 176 of 255 = 69%

79
91
176

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

Portions of RGB colors in percentages

R + G + B =
79 + 91 + 176 = 346 (100%)
R 79 of 346 ~ 22.83%
G 91 of 346 ~ 26.3%
B 176 of 346 ~ 50.87%

%22.83
%26.3
%50.87

CMYK color model

#4F5BB0 color CMYK value is (55,48,0,31).

  • cyan value is 55.11%
  • magenta value is 48.30%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(55,48,0,31)
C55M48Y0K31 
(55%,48%,0%,31%)
(0.55/0.48/0.00/0.31)	

CMYK percentages

%55.11
%48.3
%0
%30.98

Codes

Color #4F5BB0 in popluar color models

4F5BB0
RGB7991176
HSL233°38.04%50.00%
HSB/HSV233°55.11%69.02%
CMYK55.11%48.30%0.00%
30.98%

Color #4F5BB0 in popluar number systems.

HEX4F5BB0
Decimal7991176
Binary1001111101101110110000
Octal117133260

Shades and tints

Shades of #4F5BB0

#4F5BB0
(79,91,176)
#4853A0
(72,83,160)
#414B90
(65,75,144)
#3A4380
(58,67,128)
#333B70
(51,59,112)
#2C3360
(44,51,96)
#252B50
(37,43,80)
#1E2340
(30,35,64)
#171B30
(23,27,48)
#101320
(16,19,32)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #4F5BB0

#4F5BB0
(79,91,176)
#5F69B7
(95,105,183)
#6F77BE
(111,119,190)
#7F85C5
(127,133,197)
#8F93CC
(143,147,204)
#9FA1D3
(159,161,211)
#AFAFDA
(175,175,218)
#BFBDE1
(191,189,225)
#CFCBE8
(207,203,232)
#DFD9EF
(223,217,239)
#EFE7F6
(239,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5BB0; }

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

This text font color is #4F5BB0.


Background Color

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

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

This div background color is #4F5BB0.


Border color

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

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

This div border color is #4F5BB0.


Opacity

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

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

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

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

This text has shadow with #4F5BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5BB0 on black background.


Color preview on white background

This text has color #4F5BB0 on white background.



Black color preview on #4F5BB0 background

This text has black color on #4F5BB0 background.


White color preview on #4F5BB0 background

This text has white color on #4F5BB0 background.