COLOR #4F649C

HEX: #4F649C RGB: (79,100,156)

Color info

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

RGB color model

#4F649C color RGB value is (79,100,156).

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

RGB channels and saturation

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

79
100
156

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

Portions of RGB colors in percentages

R + G + B = 79 + 100 + 156 = 335 (100%)
R 79 of 335 ~ 23.58%
G 100 of 335 ~ 29.85%
B 156 of 335 ~ 46.57'%

%23.58
%29.85
%46.57

CMYK color model

#4F649C color CMYK value is (49,36,0,39).

  • cyan value is 49.36%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (49,36,0,39)
C49M36Y0K39 (49%, 36%, 0%, 39%)
(0.49 / 0.36 / 0.00 / 0.39)

CMYK percentages

%49.36
%35.9
%0
%38.82

Codes

Color #4F649C in popluar color models

4F 64 9C
RGB 79 100 156
HSL 224° 32.77% 46.08%
HSB/HSV 224° 49.36% 61.18%
CMYK 49.36% 35.90% 0.00%
38.82%

Color #4F649C in popluar number systems.

HEX 4F 64 9C
Decimal 79 100 156
Binary 1001111 1100100 10011100
Octal 117 144 234

Shades and tints

Shades of #4F649C

#4F649C
(79,100,156)
#485B8E
(72,91,142)
#415280
(65,82,128)
#3A4972
(58,73,114)
#334064
(51,64,100)
#2C3756
(44,55,86)
#252E48
(37,46,72)
#1E253A
(30,37,58)
#171C2C
(23,28,44)
#10131E
(16,19,30)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #4F649C

#4F649C
(79,100,156)
#5F72A5
(95,114,165)
#6F80AE
(111,128,174)
#7F8EB7
(127,142,183)
#8F9CC0
(143,156,192)
#9FAAC9
(159,170,201)
#AFB8D2
(175,184,210)
#BFC6DB
(191,198,219)
#CFD4E4
(207,212,228)
#DFE2ED
(223,226,237)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F649C; }

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

This text font color is #4F649C.

Background Color

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

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

This div background color is #4F649C.

Border color

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

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

This div border color is #4F649C.

Opacity

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

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

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

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

This text has shadow with #4F649C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F649C.

Preview

Color preview on black background

This text has color #4F649C on black background.


Color preview on white background

This text has color #4F649C on white background.


Black color preview on #4F649C background

This text has black color on #4F649C background.


White color preview on #4F649C background

This text has white color on #4F649C background.


Related colors

Complementary color

Complementary color for #hex is #B09B63.


I love getcolorcode.com

Triadic colors

1 #9C4F64 and #649C4F with #4F649C are triadic colors.

2 #9C644F and #644F9C with #4F649C are triadic colors.