COLOR #4F489C

HEX: #4F489C
RGB: (79,72,156)

Color info

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

RGB color model

#4F489C color RGB value is (79,72,156).

  • red value is 79;
  • green value is 72;
  • blue value is 156.
RGB:
(79,72,156)
(31%,28%,61%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 156 of 255 = 61%

79
72
156

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

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 156 = 307 (100%)
R 79 of 307 ~ 25.73%
G 72 of 307 ~ 23.45%
B 156 of 307 ~ 50.81%

%25.73
%23.45
%50.81

CMYK color model

#4F489C color CMYK value is (49,54,0,39).

  • cyan value is 49.36%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(49,54,0,39)
C49M54Y0K39 
(49%,54%,0%,39%)
(0.49/0.54/0.00/0.39)	

CMYK percentages

%49.36
%53.85
%0
%38.82

Codes

Color #4F489C in popluar color models

4F489C
RGB7972156
HSL245°36.84%44.71%
HSB/HSV245°53.85%61.18%
CMYK49.36%53.85%0.00%
38.82%

Color #4F489C in popluar number systems.

HEX4F489C
Decimal7972156
Binary1001111100100010011100
Octal117110234

Shades and tints

Shades of #4F489C

#4F489C
(79,72,156)
#48428E
(72,66,142)
#413C80
(65,60,128)
#3A3672
(58,54,114)
#333064
(51,48,100)
#2C2A56
(44,42,86)
#252448
(37,36,72)
#1E1E3A
(30,30,58)
#17182C
(23,24,44)
#10121E
(16,18,30)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #4F489C

#4F489C
(79,72,156)
#5F58A5
(95,88,165)
#6F68AE
(111,104,174)
#7F78B7
(127,120,183)
#8F88C0
(143,136,192)
#9F98C9
(159,152,201)
#AFA8D2
(175,168,210)
#BFB8DB
(191,184,219)
#CFC8E4
(207,200,228)
#DFD8ED
(223,216,237)
#EFE8F6
(239,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F489C color. Also use rgb(79,72,156) instead hex code.

Text Font Color

.myTextColor { color: #4F489C; }

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

This text font color is #4F489C.


Background Color

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

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

This div background color is #4F489C.


Border color

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

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

This div border color is #4F489C.


Opacity

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

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

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

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

This text has shadow with #4F489C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F489C on black background.


Color preview on white background

This text has color #4F489C on white background.



Black color preview on #4F489C background

This text has black color on #4F489C background.


White color preview on #4F489C background

This text has white color on #4F489C background.