COLOR #4F597D

HEX: #4F597D RGB: (79,89,125)

Color info

#4F597D contains red, green and blue colors in about the same proportion. Web safe color of #4F597D is #666666 (or #666).

RGB color model

#4F597D color RGB value is (79,89,125).

RGB: (79,89,125) (31%, 35%, 49%)

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 125 of 255 = 49%

79
89
125

R + G + B ~ 38%. #4F597D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 89 + 125 = 293 (100%)
R 79 of 293 ~ 26.96%
G 89 of 293 ~ 30.38%
B 125 of 293 ~ 42.66'%

%26.96
%30.38
%42.66

CMYK color model

#4F597D color CMYK value is (37,29,0,51).

  • cyan value is 36.80%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (37,29,0,51)
C37M29Y0K51 (37%, 29%, 0%, 51%)
(0.37 / 0.29 / 0.00 / 0.51)

CMYK percentages

%36.8
%28.8
%0
%50.98

Codes

Color #4F597D in popluar color models

4F 59 7D
RGB 79 89 125
HSL 227° 22.55% 40.00%
HSB/HSV 227° 36.80% 49.02%
CMYK 36.80% 28.80% 0.00%
50.98%

Color #4F597D in popluar number systems.

HEX 4F 59 7D
Decimal 79 89 125
Binary 1001111 1011001 1111101
Octal 117 131 175

Shades and tints

Shades of #4F597D

#4F597D
(79,89,125)
#485172
(72,81,114)
#414967
(65,73,103)
#3A415C
(58,65,92)
#333951
(51,57,81)
#2C3146
(44,49,70)
#25293B
(37,41,59)
#1E2130
(30,33,48)
#171925
(23,25,37)
#10111A
(16,17,26)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #4F597D

#4F597D
(79,89,125)
#5F6888
(95,104,136)
#6F7793
(111,119,147)
#7F869E
(127,134,158)
#8F95A9
(143,149,169)
#9FA4B4
(159,164,180)
#AFB3BF
(175,179,191)
#BFC2CA
(191,194,202)
#CFD1D5
(207,209,213)
#DFE0E0
(223,224,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F597D color. Also use rgb(79,89,125) instead hex code.

Text Font Color

.myTextColor { color: #4F597D; }

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

This text font color is #4F597D.

Background Color

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

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

This div background color is #4F597D.

Border color

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

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

This div border color is #4F597D.

Opacity

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

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

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

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

This text has shadow with #4F597D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F597D.

Preview

Color preview on black background

This text has color #4F597D on black background.


Color preview on white background

This text has color #4F597D on white background.


Black color preview on #4F597D background

This text has black color on #4F597D background.


White color preview on #4F597D background

This text has white color on #4F597D background.


Related colors

Complementary color

Complementary color for #hex is #B0A682.


I love getcolorcode.com

Triadic colors

1 #7D4F59 and #597D4F with #4F597D are triadic colors.

2 #7D594F and #594F7D with #4F597D are triadic colors.