COLOR #4F5874

HEX: #4F5874 RGB: (79,88,116)

Color info

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

RGB color model

#4F5874 color RGB value is (79,88,116).

RGB: (79,88,116) (31%, 35%, 45%)

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 116 of 255 = 45%

79
88
116

R + G + B ~ 37%. #4F5874 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 88 + 116 = 283 (100%)
R 79 of 283 ~ 27.92%
G 88 of 283 ~ 31.1%
B 116 of 283 ~ 40.99'%

%27.92
%31.1
%40.99

CMYK color model

#4F5874 color CMYK value is (32,24,0,55).

  • cyan value is 31.90%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (32,24,0,55)
C32M24Y0K55 (32%, 24%, 0%, 55%)
(0.32 / 0.24 / 0.00 / 0.55)

CMYK percentages

%31.9
%24.14
%0
%54.51

Codes

Color #4F5874 in popluar color models

4F 58 74
RGB 79 88 116
HSL 225° 18.97% 38.24%
HSB/HSV 225° 31.90% 45.49%
CMYK 31.90% 24.14% 0.00%
54.51%

Color #4F5874 in popluar number systems.

HEX 4F 58 74
Decimal 79 88 116
Binary 1001111 1011000 1110100
Octal 117 130 164

Shades and tints

Shades of #4F5874

#4F5874
(79,88,116)
#48506A
(72,80,106)
#414860
(65,72,96)
#3A4056
(58,64,86)
#33384C
(51,56,76)
#2C3042
(44,48,66)
#252838
(37,40,56)
#1E202E
(30,32,46)
#171824
(23,24,36)
#10101A
(16,16,26)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #4F5874

#4F5874
(79,88,116)
#5F6780
(95,103,128)
#6F768C
(111,118,140)
#7F8598
(127,133,152)
#8F94A4
(143,148,164)
#9FA3B0
(159,163,176)
#AFB2BC
(175,178,188)
#BFC1C8
(191,193,200)
#CFD0D4
(207,208,212)
#DFDFE0
(223,223,224)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5874 color. Also use rgb(79,88,116) instead hex code.

Text Font Color

.myTextColor { color: #4F5874; }

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

This text font color is #4F5874.

Background Color

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

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

This div background color is #4F5874.

Border color

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

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

This div border color is #4F5874.

Opacity

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

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

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

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

This text has shadow with #4F5874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5874.

Preview

Color preview on black background

This text has color #4F5874 on black background.


Color preview on white background

This text has color #4F5874 on white background.


Black color preview on #4F5874 background

This text has black color on #4F5874 background.


White color preview on #4F5874 background

This text has white color on #4F5874 background.


Related colors

Complementary color

Complementary color for #hex is #B0A78B.


I love getcolorcode.com

Triadic colors

1 #744F58 and #58744F with #4F5874 are triadic colors.

2 #74584F and #584F74 with #4F5874 are triadic colors.