COLOR #4F497C

HEX: #4F497C RGB: (79,73,124)

Color info

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

RGB color model

#4F497C color RGB value is (79,73,124).

RGB: (79,73,124) (31%, 29%, 49%)

RGB channels and saturation

R 79 of 255 = 31%
G 73 of 255 = 29%
B 124 of 255 = 49%

79
73
124

R + G + B ~ 36%. #4F497C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 73 + 124 = 276 (100%)
R 79 of 276 ~ 28.62%
G 73 of 276 ~ 26.45%
B 124 of 276 ~ 44.93'%

%28.62
%26.45
%44.93

CMYK color model

#4F497C color CMYK value is (36,41,0,51).

  • cyan value is 36.29%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (36,41,0,51)
C36M41Y0K51 (36%, 41%, 0%, 51%)
(0.36 / 0.41 / 0.00 / 0.51)

CMYK percentages

%36.29
%41.13
%0
%51.37

Codes

Color #4F497C in popluar color models

4F 49 7C
RGB 79 73 124
HSL 247° 25.89% 38.63%
HSB/HSV 247° 41.13% 48.63%
CMYK 36.29% 41.13% 0.00%
51.37%

Color #4F497C in popluar number systems.

HEX 4F 49 7C
Decimal 79 73 124
Binary 1001111 1001001 1111100
Octal 117 111 174

Shades and tints

Shades of #4F497C

#4F497C
(79,73,124)
#484371
(72,67,113)
#413D66
(65,61,102)
#3A375B
(58,55,91)
#333150
(51,49,80)
#2C2B45
(44,43,69)
#25253A
(37,37,58)
#1E1F2F
(30,31,47)
#171924
(23,25,36)
#101319
(16,19,25)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #4F497C

#4F497C
(79,73,124)
#5F5987
(95,89,135)
#6F6992
(111,105,146)
#7F799D
(127,121,157)
#8F89A8
(143,137,168)
#9F99B3
(159,153,179)
#AFA9BE
(175,169,190)
#BFB9C9
(191,185,201)
#CFC9D4
(207,201,212)
#DFD9DF
(223,217,223)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F497C; }

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

This text font color is #4F497C.

Background Color

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

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

This div background color is #4F497C.

Border color

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

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

This div border color is #4F497C.

Opacity

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

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

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

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

This text has shadow with #4F497C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F497C.

Preview

Color preview on black background

This text has color #4F497C on black background.


Color preview on white background

This text has color #4F497C on white background.


Black color preview on #4F497C background

This text has black color on #4F497C background.


White color preview on #4F497C background

This text has white color on #4F497C background.


Related colors

Complementary color

Complementary color for #hex is #B0B683.


I love getcolorcode.com

Triadic colors

1 #7C4F49 and #497C4F with #4F497C are triadic colors.

2 #7C494F and #494F7C with #4F497C are triadic colors.