COLOR #4F5A6E

HEX: #4F5A6E RGB: (79,90,110)

Color info

#4F5A6E contains red, green and blue colors in about the same proportion. Web safe color of #4F5A6E is #666666 (or #666).

RGB color model

#4F5A6E color RGB value is (79,90,110).

RGB: (79,90,110) (31%, 35%, 43%)

RGB channels and saturation

R 79 of 255 = 31%
G 90 of 255 = 35%
B 110 of 255 = 43%

79
90
110

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

Portions of RGB colors in percentages

R + G + B = 79 + 90 + 110 = 279 (100%)
R 79 of 279 ~ 28.32%
G 90 of 279 ~ 32.26%
B 110 of 279 ~ 39.43'%

%28.32
%32.26
%39.43

CMYK color model

#4F5A6E color CMYK value is (28,18,0,57).

  • cyan value is 28.18%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (28,18,0,57)
C28M18Y0K57 (28%, 18%, 0%, 57%)
(0.28 / 0.18 / 0.00 / 0.57)

CMYK percentages

%28.18
%18.18
%0
%56.86

Codes

Color #4F5A6E in popluar color models

4F 5A 6E
RGB 79 90 110
HSL 219° 16.40% 37.06%
HSB/HSV 219° 28.18% 43.14%
CMYK 28.18% 18.18% 0.00%
56.86%

Color #4F5A6E in popluar number systems.

HEX 4F 5A 6E
Decimal 79 90 110
Binary 1001111 1011010 1101110
Octal 117 132 156

Shades and tints

Shades of #4F5A6E

#4F5A6E
(79,90,110)
#485264
(72,82,100)
#414A5A
(65,74,90)
#3A4250
(58,66,80)
#333A46
(51,58,70)
#2C323C
(44,50,60)
#252A32
(37,42,50)
#1E2228
(30,34,40)
#171A1E
(23,26,30)
#101214
(16,18,20)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #4F5A6E

#4F5A6E
(79,90,110)
#5F697B
(95,105,123)
#6F7888
(111,120,136)
#7F8795
(127,135,149)
#8F96A2
(143,150,162)
#9FA5AF
(159,165,175)
#AFB4BC
(175,180,188)
#BFC3C9
(191,195,201)
#CFD2D6
(207,210,214)
#DFE1E3
(223,225,227)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5A6E color. Also use rgb(79,90,110) instead hex code.

Text Font Color

.myTextColor { color: #4F5A6E; }

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

This text font color is #4F5A6E.

Background Color

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

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

This div background color is #4F5A6E.

Border color

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

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

This div border color is #4F5A6E.

Opacity

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

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

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

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

This text has shadow with #4F5A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5A6E.

Preview

Color preview on black background

This text has color #4F5A6E on black background.


Color preview on white background

This text has color #4F5A6E on white background.


Black color preview on #4F5A6E background

This text has black color on #4F5A6E background.


White color preview on #4F5A6E background

This text has white color on #4F5A6E background.


Related colors

Complementary color

Complementary color for #hex is #B0A591.


I love getcolorcode.com

Triadic colors

1 #6E4F5A and #5A6E4F with #4F5A6E are triadic colors.

2 #6E5A4F and #5A4F6E with #4F5A6E are triadic colors.