COLOR #4F607D

HEX: #4F607D RGB: (79,96,125)

Color info

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

RGB color model

#4F607D color RGB value is (79,96,125).

RGB: (79,96,125) (31%, 38%, 49%)

RGB channels and saturation

R 79 of 255 = 31%
G 96 of 255 = 38%
B 125 of 255 = 49%

79
96
125

R + G + B ~ 39%. #4F607D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 96 + 125 = 300 (100%)
R 79 of 300 ~ 26.33%
G 96 of 300 ~ 32%
B 125 of 300 ~ 41.67'%

%26.33
%32
%41.67

CMYK color model

#4F607D color CMYK value is (37,23,0,51).

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

CMYK: (37,23,0,51)
C37M23Y0K51 (37%, 23%, 0%, 51%)
(0.37 / 0.23 / 0.00 / 0.51)

CMYK percentages

%36.8
%23.2
%0
%50.98

Codes

Color #4F607D in popluar color models

4F 60 7D
RGB 79 96 125
HSL 218° 22.55% 40.00%
HSB/HSV 218° 36.80% 49.02%
CMYK 36.80% 23.20% 0.00%
50.98%

Color #4F607D in popluar number systems.

HEX 4F 60 7D
Decimal 79 96 125
Binary 1001111 1100000 1111101
Octal 117 140 175

Shades and tints

Shades of #4F607D

#4F607D
(79,96,125)
#485872
(72,88,114)
#415067
(65,80,103)
#3A485C
(58,72,92)
#334051
(51,64,81)
#2C3846
(44,56,70)
#25303B
(37,48,59)
#1E2830
(30,40,48)
#172025
(23,32,37)
#10181A
(16,24,26)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #4F607D

#4F607D
(79,96,125)
#5F6E88
(95,110,136)
#6F7C93
(111,124,147)
#7F8A9E
(127,138,158)
#8F98A9
(143,152,169)
#9FA6B4
(159,166,180)
#AFB4BF
(175,180,191)
#BFC2CA
(191,194,202)
#CFD0D5
(207,208,213)
#DFDEE0
(223,222,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F607D; }

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

This text font color is #4F607D.

Background Color

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

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

This div background color is #4F607D.

Border color

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

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

This div border color is #4F607D.

Opacity

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

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

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

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

This text has shadow with #4F607D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F607D.

Preview

Color preview on black background

This text has color #4F607D on black background.


Color preview on white background

This text has color #4F607D on white background.


Black color preview on #4F607D background

This text has black color on #4F607D background.


White color preview on #4F607D background

This text has white color on #4F607D background.


Related colors

Complementary color

Complementary color for #hex is #B09F82.


I love getcolorcode.com

Triadic colors

1 #7D4F60 and #607D4F with #4F607D are triadic colors.

2 #7D604F and #604F7D with #4F607D are triadic colors.