COLOR #4F599A

HEX: #4F599A RGB: (79,89,154)

Color info

#4F599A contains mainly blue color. Web safe color of #4F599A is #666699 (or #669).

RGB color model

#4F599A color RGB value is (79,89,154).

RGB: (79,89,154) (31%, 35%, 60%)

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 154 of 255 = 60%

79
89
154

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

Portions of RGB colors in percentages

R + G + B = 79 + 89 + 154 = 322 (100%)
R 79 of 322 ~ 24.53%
G 89 of 322 ~ 27.64%
B 154 of 322 ~ 47.83'%

%24.53
%27.64
%47.83

CMYK color model

#4F599A color CMYK value is (49,42,0,40).

  • cyan value is 48.70%
  • magenta value is 42.21%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (49,42,0,40) C49M42Y0K40 (49%,42%,0%,40%) (0.49/0.42/0.00/0.40) 

CMYK percentages

%48.7
%42.21
%0
%39.61

Codes

Color #4F599A in popluar color models

4F 59 9A
RGB 79 89 154
HSL 232° 32.19% 45.69%
HSB/HSV 232° 48.70% 60.39%
CMYK 48.70% 42.21% 0.00%
39.61%

Color #4F599A in popluar number systems.

HEX 4F 59 9A
Decimal 79 89 154
Binary 1001111 1011001 10011010
Octal 117 131 232

Shades and tints

Shades of #4F599A

#4F599A
(79,89,154)
#48518C
(72,81,140)
#41497E
(65,73,126)
#3A4170
(58,65,112)
#333962
(51,57,98)
#2C3154
(44,49,84)
#252946
(37,41,70)
#1E2138
(30,33,56)
#17192A
(23,25,42)
#10111C
(16,17,28)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #4F599A

#4F599A
(79,89,154)
#5F68A3
(95,104,163)
#6F77AC
(111,119,172)
#7F86B5
(127,134,181)
#8F95BE
(143,149,190)
#9FA4C7
(159,164,199)
#AFB3D0
(175,179,208)
#BFC2D9
(191,194,217)
#CFD1E2
(207,209,226)
#DFE0EB
(223,224,235)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F599A color. Also use rgb(79,89,154) instead hex code.

Text Font Color

.myTextColor { color: #4F599A; }

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

This text font color is #4F599A.

Background Color

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

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

This div background color is #4F599A.

Border color

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

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

This div border color is #4F599A.

Opacity

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

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

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

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

This text has shadow with #4F599A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F599A.

Preview

Color preview on black background

This text has color #4F599A on black background.


Color preview on white background

This text has color #4F599A on white background.


Black color preview on #4F599A background

This text has black color on #4F599A background.


White color preview on #4F599A background

This text has white color on #4F599A background.


Related colors

Complementary color

Complementary color for #hex is #B0A665.


I love getcolorcode.com

Triadic colors

1 #9A4F59 and #599A4F with #4F599A are triadic colors.

2 #9A594F and #594F9A with #4F599A are triadic colors.