COLOR #4F5B88

HEX: #4F5B88 RGB: (79,91,136)

Color info

#4F5B88 contains red, green and blue colors in about the same proportion. Web safe color of #4F5B88 is #666699 (or #669).

RGB color model

#4F5B88 color RGB value is (79,91,136).

RGB: (79,91,136) (31%, 36%, 53%)

RGB channels and saturation

R 79 of 255 = 31%
G 91 of 255 = 36%
B 136 of 255 = 53%

79
91
136

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

Portions of RGB colors in percentages

R + G + B = 79 + 91 + 136 = 306 (100%)
R 79 of 306 ~ 25.82%
G 91 of 306 ~ 29.74%
B 136 of 306 ~ 44.44'%

%25.82
%29.74
%44.44

CMYK color model

#4F5B88 color CMYK value is (42,33,0,47).

  • cyan value is 41.91%
  • magenta value is 33.09%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (42,33,0,47)
C42M33Y0K47 (42%, 33%, 0%, 47%)
(0.42 / 0.33 / 0.00 / 0.47)

CMYK percentages

%41.91
%33.09
%0
%46.67

Codes

Color #4F5B88 in popluar color models

4F 5B 88
RGB 79 91 136
HSL 227° 26.51% 42.16%
HSB/HSV 227° 41.91% 53.33%
CMYK 41.91% 33.09% 0.00%
46.67%

Color #4F5B88 in popluar number systems.

HEX 4F 5B 88
Decimal 79 91 136
Binary 1001111 1011011 10001000
Octal 117 133 210

Shades and tints

Shades of #4F5B88

#4F5B88
(79,91,136)
#48537C
(72,83,124)
#414B70
(65,75,112)
#3A4364
(58,67,100)
#333B58
(51,59,88)
#2C334C
(44,51,76)
#252B40
(37,43,64)
#1E2334
(30,35,52)
#171B28
(23,27,40)
#10131C
(16,19,28)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #4F5B88

#4F5B88
(79,91,136)
#5F6992
(95,105,146)
#6F779C
(111,119,156)
#7F85A6
(127,133,166)
#8F93B0
(143,147,176)
#9FA1BA
(159,161,186)
#AFAFC4
(175,175,196)
#BFBDCE
(191,189,206)
#CFCBD8
(207,203,216)
#DFD9E2
(223,217,226)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5B88; }

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

This text font color is #4F5B88.

Background Color

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

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

This div background color is #4F5B88.

Border color

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

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

This div border color is #4F5B88.

Opacity

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

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

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

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

This text has shadow with #4F5B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5B88.

Preview

Color preview on black background

This text has color #4F5B88 on black background.


Color preview on white background

This text has color #4F5B88 on white background.


Black color preview on #4F5B88 background

This text has black color on #4F5B88 background.


White color preview on #4F5B88 background

This text has white color on #4F5B88 background.


Related colors

Complementary color

Complementary color for #hex is #B0A477.


I love getcolorcode.com

Triadic colors

1 #884F5B and #5B884F with #4F5B88 are triadic colors.

2 #885B4F and #5B4F88 with #4F5B88 are triadic colors.