COLOR #4F498D

HEX: #4F498D
RGB: (79,73,141)

Color info

#4F498D contains mainly blue color. Web safe color of #4F498D is #663399 (or #639).

RGB color model

#4F498D color RGB value is (79,73,141).

  • red value is 79;
  • green value is 73;
  • blue value is 141.
RGB:
(79,73,141)
(31%,29%,55%)

RGB channels and saturation

R 79 of 255 = 31%
G 73 of 255 = 29%
B 141 of 255 = 55%

79
73
141

R + G + B ~ 38%. #4F498D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 73 + 141 = 293 (100%)
R 79 of 293 ~ 26.96%
G 73 of 293 ~ 24.91%
B 141 of 293 ~ 48.12%

%26.96
%24.91
%48.12

CMYK color model

#4F498D color CMYK value is (44,48,0,45).

  • cyan value is 43.97%
  • magenta value is 48.23%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(44,48,0,45)
C44M48Y0K45 
(44%,48%,0%,45%)
(0.44/0.48/0.00/0.45)	

CMYK percentages

%43.97
%48.23
%0
%44.71

Codes

Color #4F498D in popluar color models

4F498D
RGB7973141
HSL245°31.78%41.96%
HSB/HSV245°48.23%55.29%
CMYK43.97%48.23%0.00%
44.71%

Color #4F498D in popluar number systems.

HEX4F498D
Decimal7973141
Binary1001111100100110001101
Octal117111215

Shades and tints

Shades of #4F498D

#4F498D
(79,73,141)
#484381
(72,67,129)
#413D75
(65,61,117)
#3A3769
(58,55,105)
#33315D
(51,49,93)
#2C2B51
(44,43,81)
#252545
(37,37,69)
#1E1F39
(30,31,57)
#17192D
(23,25,45)
#101321
(16,19,33)
#090D15
(9,13,21)
#000000
(0,0,0)

Tints of #4F498D

#4F498D
(79,73,141)
#5F5997
(95,89,151)
#6F69A1
(111,105,161)
#7F79AB
(127,121,171)
#8F89B5
(143,137,181)
#9F99BF
(159,153,191)
#AFA9C9
(175,169,201)
#BFB9D3
(191,185,211)
#CFC9DD
(207,201,221)
#DFD9E7
(223,217,231)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F498D color. Also use rgb(79,73,141) instead hex code.

Text Font Color

.myTextColor { color: #4F498D; }

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

This text font color is #4F498D.


Background Color

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

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

This div background color is #4F498D.


Border color

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

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

This div border color is #4F498D.


Opacity

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

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

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

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

This text has shadow with #4F498D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F498D on black background.


Color preview on white background

This text has color #4F498D on white background.



Black color preview on #4F498D background

This text has black color on #4F498D background.


White color preview on #4F498D background

This text has white color on #4F498D background.