COLOR #4F598C

HEX: #4F598C
RGB: (79,89,140)

Color info

#4F598C contains mainly green and blue colors. Web safe color of #4F598C is #666699 (or #669).

RGB color model

#4F598C color RGB value is (79,89,140).

  • red value is 79;
  • green value is 89;
  • blue value is 140.
RGB:
(79,89,140)
(31%,35%,55%)

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 140 of 255 = 55%

79
89
140

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

Portions of RGB colors in percentages

R + G + B =
79 + 89 + 140 = 308 (100%)
R 79 of 308 ~ 25.65%
G 89 of 308 ~ 28.9%
B 140 of 308 ~ 45.45%

%25.65
%28.9
%45.45

CMYK color model

#4F598C color CMYK value is (44,36,0,45).

  • cyan value is 43.57%
  • magenta value is 36.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(44,36,0,45)
C44M36Y0K45 
(44%,36%,0%,45%)
(0.44/0.36/0.00/0.45)	

CMYK percentages

%43.57
%36.43
%0
%45.1

Codes

Color #4F598C in popluar color models

4F598C
RGB7989140
HSL230°27.85%42.94%
HSB/HSV230°43.57%54.90%
CMYK43.57%36.43%0.00%
45.10%

Color #4F598C in popluar number systems.

HEX4F598C
Decimal7989140
Binary1001111101100110001100
Octal117131214

Shades and tints

Shades of #4F598C

#4F598C
(79,89,140)
#485180
(72,81,128)
#414974
(65,73,116)
#3A4168
(58,65,104)
#33395C
(51,57,92)
#2C3150
(44,49,80)
#252944
(37,41,68)
#1E2138
(30,33,56)
#17192C
(23,25,44)
#101120
(16,17,32)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #4F598C

#4F598C
(79,89,140)
#5F6896
(95,104,150)
#6F77A0
(111,119,160)
#7F86AA
(127,134,170)
#8F95B4
(143,149,180)
#9FA4BE
(159,164,190)
#AFB3C8
(175,179,200)
#BFC2D2
(191,194,210)
#CFD1DC
(207,209,220)
#DFE0E6
(223,224,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F598C; }

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

This text font color is #4F598C.


Background Color

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

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

This div background color is #4F598C.


Border color

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

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

This div border color is #4F598C.


Opacity

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

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

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

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

This text has shadow with #4F598C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F598C on black background.


Color preview on white background

This text has color #4F598C on white background.



Black color preview on #4F598C background

This text has black color on #4F598C background.


White color preview on #4F598C background

This text has white color on #4F598C background.