COLOR #4F649B

HEX: #4F649B RGB: (79,100,155)

Color info

#4F649B contains mainly green and blue colors. Web safe color of #4F649B is #666699 (or #669).

RGB color model

#4F649B color RGB value is (79,100,155).

RGB: (79,100,155) (31%, 39%, 61%)

RGB channels and saturation

R 79 of 255 = 31%
G 100 of 255 = 39%
B 155 of 255 = 61%

79
100
155

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

Portions of RGB colors in percentages

R + G + B = 79 + 100 + 155 = 334 (100%)
R 79 of 334 ~ 23.65%
G 100 of 334 ~ 29.94%
B 155 of 334 ~ 46.41'%

%23.65
%29.94
%46.41

CMYK color model

#4F649B color CMYK value is (49,35,0,39).

  • cyan value is 49.03%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (49,35,0,39)
C49M35Y0K39 (49%, 35%, 0%, 39%)
(0.49 / 0.35 / 0.00 / 0.39)

CMYK percentages

%49.03
%35.48
%0
%39.22

Codes

Color #4F649B in popluar color models

4F 64 9B
RGB 79 100 155
HSL 223° 32.48% 45.88%
HSB/HSV 223° 49.03% 60.78%
CMYK 49.03% 35.48% 0.00%
39.22%

Color #4F649B in popluar number systems.

HEX 4F 64 9B
Decimal 79 100 155
Binary 1001111 1100100 10011011
Octal 117 144 233

Shades and tints

Shades of #4F649B

#4F649B
(79,100,155)
#485B8D
(72,91,141)
#41527F
(65,82,127)
#3A4971
(58,73,113)
#334063
(51,64,99)
#2C3755
(44,55,85)
#252E47
(37,46,71)
#1E2539
(30,37,57)
#171C2B
(23,28,43)
#10131D
(16,19,29)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #4F649B

#4F649B
(79,100,155)
#5F72A4
(95,114,164)
#6F80AD
(111,128,173)
#7F8EB6
(127,142,182)
#8F9CBF
(143,156,191)
#9FAAC8
(159,170,200)
#AFB8D1
(175,184,209)
#BFC6DA
(191,198,218)
#CFD4E3
(207,212,227)
#DFE2EC
(223,226,236)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F649B color. Also use rgb(79,100,155) instead hex code.

Text Font Color

.myTextColor { color: #4F649B; }

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

This text font color is #4F649B.

Background Color

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

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

This div background color is #4F649B.

Border color

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

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

This div border color is #4F649B.

Opacity

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

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

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

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

This text has shadow with #4F649B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F649B.

Preview

Color preview on black background

This text has color #4F649B on black background.


Color preview on white background

This text has color #4F649B on white background.


Black color preview on #4F649B background

This text has black color on #4F649B background.


White color preview on #4F649B background

This text has white color on #4F649B background.


Related colors

Complementary color

Complementary color for #hex is #B09B64.


I love getcolorcode.com

Triadic colors

1 #9B4F64 and #649B4F with #4F649B are triadic colors.

2 #9B644F and #644F9B with #4F649B are triadic colors.