COLOR #4F4965

HEX: #4F4965 RGB: (79,73,101)

Color info

#4F4965 contains red, green and blue colors in about the same proportion. Web safe color of #4F4965 is #663366 (or #636).

RGB color model

#4F4965 color RGB value is (79,73,101).

RGB: (79,73,101) (31%, 29%, 40%)

RGB channels and saturation

R 79 of 255 = 31%
G 73 of 255 = 29%
B 101 of 255 = 40%

79
73
101

R + G + B ~ 33%. #4F4965 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 73 + 101 = 253 (100%)
R 79 of 253 ~ 31.23%
G 73 of 253 ~ 28.85%
B 101 of 253 ~ 39.92'%

%31.23
%28.85
%39.92

CMYK color model

#4F4965 color CMYK value is (22,28,0,60).

  • cyan value is 21.78%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (22,28,0,60)
C22M28Y0K60 (22%, 28%, 0%, 60%)
(0.22 / 0.28 / 0.00 / 0.60)

CMYK percentages

%21.78
%27.72
%0
%60.39

Codes

Color #4F4965 in popluar color models

4F 49 65
RGB 79 73 101
HSL 253° 16.09% 34.12%
HSB/HSV 253° 27.72% 39.61%
CMYK 21.78% 27.72% 0.00%
60.39%

Color #4F4965 in popluar number systems.

HEX 4F 49 65
Decimal 79 73 101
Binary 1001111 1001001 1100101
Octal 117 111 145

Shades and tints

Shades of #4F4965

#4F4965
(79,73,101)
#48435C
(72,67,92)
#413D53
(65,61,83)
#3A374A
(58,55,74)
#333141
(51,49,65)
#2C2B38
(44,43,56)
#25252F
(37,37,47)
#1E1F26
(30,31,38)
#17191D
(23,25,29)
#101314
(16,19,20)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #4F4965

#4F4965
(79,73,101)
#5F5973
(95,89,115)
#6F6981
(111,105,129)
#7F798F
(127,121,143)
#8F899D
(143,137,157)
#9F99AB
(159,153,171)
#AFA9B9
(175,169,185)
#BFB9C7
(191,185,199)
#CFC9D5
(207,201,213)
#DFD9E3
(223,217,227)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4965 color. Also use rgb(79,73,101) instead hex code.

Text Font Color

.myTextColor { color: #4F4965; }

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

This text font color is #4F4965.

Background Color

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

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

This div background color is #4F4965.

Border color

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

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

This div border color is #4F4965.

Opacity

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

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

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

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

This text has shadow with #4F4965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4965.

Preview

Color preview on black background

This text has color #4F4965 on black background.


Color preview on white background

This text has color #4F4965 on white background.


Black color preview on #4F4965 background

This text has black color on #4F4965 background.


White color preview on #4F4965 background

This text has white color on #4F4965 background.


Related colors

Complementary color

Complementary color for #hex is #B0B69A.


I love getcolorcode.com

Triadic colors

1 #654F49 and #49654F with #4F4965 are triadic colors.

2 #65494F and #494F65 with #4F4965 are triadic colors.