COLOR #4F589D

HEX: #4F589D RGB: (79,88,157)

Color info

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

RGB color model

#4F589D color RGB value is (79,88,157).

RGB: (79,88,157) (31%, 35%, 62%)

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 157 of 255 = 62%

79
88
157

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

Portions of RGB colors in percentages

R + G + B = 79 + 88 + 157 = 324 (100%)
R 79 of 324 ~ 24.38%
G 88 of 324 ~ 27.16%
B 157 of 324 ~ 48.46'%

%24.38
%27.16
%48.46

CMYK color model

#4F589D color CMYK value is (50,44,0,38).

  • cyan value is 49.68%
  • magenta value is 43.95%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (50,44,0,38)
C50M44Y0K38 (50%, 44%, 0%, 38%)
(0.50 / 0.44 / 0.00 / 0.38)

CMYK percentages

%49.68
%43.95
%0
%38.43

Codes

Color #4F589D in popluar color models

4F 58 9D
RGB 79 88 157
HSL 233° 33.05% 46.27%
HSB/HSV 233° 49.68% 61.57%
CMYK 49.68% 43.95% 0.00%
38.43%

Color #4F589D in popluar number systems.

HEX 4F 58 9D
Decimal 79 88 157
Binary 1001111 1011000 10011101
Octal 117 130 235

Shades and tints

Shades of #4F589D

#4F589D
(79,88,157)
#48508F
(72,80,143)
#414881
(65,72,129)
#3A4073
(58,64,115)
#333865
(51,56,101)
#2C3057
(44,48,87)
#252849
(37,40,73)
#1E203B
(30,32,59)
#17182D
(23,24,45)
#10101F
(16,16,31)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #4F589D

#4F589D
(79,88,157)
#5F67A5
(95,103,165)
#6F76AD
(111,118,173)
#7F85B5
(127,133,181)
#8F94BD
(143,148,189)
#9FA3C5
(159,163,197)
#AFB2CD
(175,178,205)
#BFC1D5
(191,193,213)
#CFD0DD
(207,208,221)
#DFDFE5
(223,223,229)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F589D; }

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

This text font color is #4F589D.

Background Color

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

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

This div background color is #4F589D.

Border color

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

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

This div border color is #4F589D.

Opacity

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

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

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

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

This text has shadow with #4F589D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F589D.

Preview

Color preview on black background

This text has color #4F589D on black background.


Color preview on white background

This text has color #4F589D on white background.


Black color preview on #4F589D background

This text has black color on #4F589D background.


White color preview on #4F589D background

This text has white color on #4F589D background.


Related colors

Complementary color

Complementary color for #hex is #B0A762.


I love getcolorcode.com

Triadic colors

1 #9D4F58 and #589D4F with #4F589D are triadic colors.

2 #9D584F and #584F9D with #4F589D are triadic colors.