COLOR #4F5888

HEX: #4F5888 RGB: (79,88,136)

Color info

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

RGB color model

#4F5888 color RGB value is (79,88,136).

RGB: (79,88,136) (31%, 35%, 53%)

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 136 of 255 = 53%

79
88
136

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

Portions of RGB colors in percentages

R + G + B = 79 + 88 + 136 = 303 (100%)
R 79 of 303 ~ 26.07%
G 88 of 303 ~ 29.04%
B 136 of 303 ~ 44.88'%

%26.07
%29.04
%44.88

CMYK color model

#4F5888 color CMYK value is (42,35,0,47).

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

CMYK: (42,35,0,47)
C42M35Y0K47 (42%, 35%, 0%, 47%)
(0.42 / 0.35 / 0.00 / 0.47)

CMYK percentages

%41.91
%35.29
%0
%46.67

Codes

Color #4F5888 in popluar color models

4F 58 88
RGB 79 88 136
HSL 231° 26.51% 42.16%
HSB/HSV 231° 41.91% 53.33%
CMYK 41.91% 35.29% 0.00%
46.67%

Color #4F5888 in popluar number systems.

HEX 4F 58 88
Decimal 79 88 136
Binary 1001111 1011000 10001000
Octal 117 130 210

Shades and tints

Shades of #4F5888

#4F5888
(79,88,136)
#48507C
(72,80,124)
#414870
(65,72,112)
#3A4064
(58,64,100)
#333858
(51,56,88)
#2C304C
(44,48,76)
#252840
(37,40,64)
#1E2034
(30,32,52)
#171828
(23,24,40)
#10101C
(16,16,28)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #4F5888

#4F5888
(79,88,136)
#5F6792
(95,103,146)
#6F769C
(111,118,156)
#7F85A6
(127,133,166)
#8F94B0
(143,148,176)
#9FA3BA
(159,163,186)
#AFB2C4
(175,178,196)
#BFC1CE
(191,193,206)
#CFD0D8
(207,208,216)
#DFDFE2
(223,223,226)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5888; }

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

This text font color is #4F5888.

Background Color

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

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

This div background color is #4F5888.

Border color

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

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

This div border color is #4F5888.

Opacity

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

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

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

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

This text has shadow with #4F5888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5888.

Preview

Color preview on black background

This text has color #4F5888 on black background.


Color preview on white background

This text has color #4F5888 on white background.


Black color preview on #4F5888 background

This text has black color on #4F5888 background.


White color preview on #4F5888 background

This text has white color on #4F5888 background.


Related colors

Complementary color

Complementary color for #hex is #B0A777.


I love getcolorcode.com

Triadic colors

1 #884F58 and #58884F with #4F5888 are triadic colors.

2 #88584F and #584F88 with #4F5888 are triadic colors.