COLOR #4F618C

HEX: #4F618C
RGB: (79,97,140)

Color info

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

RGB color model

#4F618C color RGB value is (79,97,140).

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

RGB channels and saturation

R 79 of 255 = 31%
G 97 of 255 = 38%
B 140 of 255 = 55%

79
97
140

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

Portions of RGB colors in percentages

R + G + B =
79 + 97 + 140 = 316 (100%)
R 79 of 316 ~ 25%
G 97 of 316 ~ 30.7%
B 140 of 316 ~ 44.3%

%25
%30.7
%44.3

CMYK color model

#4F618C color CMYK value is (44,31,0,45).

  • cyan value is 43.57%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(44,31,0,45)
C44M31Y0K45 
(44%,31%,0%,45%)
(0.44/0.31/0.00/0.45)	

CMYK percentages

%43.57
%30.71
%0
%45.1

Codes

Color #4F618C in popluar color models

4F618C
RGB7997140
HSL222°27.85%42.94%
HSB/HSV222°43.57%54.90%
CMYK43.57%30.71%0.00%
45.10%

Color #4F618C in popluar number systems.

HEX4F618C
Decimal7997140
Binary1001111110000110001100
Octal117141214

Shades and tints

Shades of #4F618C

#4F618C
(79,97,140)
#485980
(72,89,128)
#415174
(65,81,116)
#3A4968
(58,73,104)
#33415C
(51,65,92)
#2C3950
(44,57,80)
#253144
(37,49,68)
#1E2938
(30,41,56)
#17212C
(23,33,44)
#101920
(16,25,32)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #4F618C

#4F618C
(79,97,140)
#5F6F96
(95,111,150)
#6F7DA0
(111,125,160)
#7F8BAA
(127,139,170)
#8F99B4
(143,153,180)
#9FA7BE
(159,167,190)
#AFB5C8
(175,181,200)
#BFC3D2
(191,195,210)
#CFD1DC
(207,209,220)
#DFDFE6
(223,223,230)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F618C; }

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

This text font color is #4F618C.


Background Color

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

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

This div background color is #4F618C.


Border color

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

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

This div border color is #4F618C.


Opacity

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

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

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

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

This text has shadow with #4F618C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F618C on black background.


Color preview on white background

This text has color #4F618C on white background.



Black color preview on #4F618C background

This text has black color on #4F618C background.


White color preview on #4F618C background

This text has white color on #4F618C background.