COLOR #4F58A4

HEX: #4F58A4
RGB: (79,88,164)

Color info

#4F58A4 contains mainly blue color. Web safe color of #4F58A4 is #666699 (or #669).

RGB color model

#4F58A4 color RGB value is (79,88,164).

  • red value is 79;
  • green value is 88;
  • blue value is 164.
RGB:
(79,88,164)
(31%,35%,64%)

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 164 of 255 = 64%

79
88
164

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

Portions of RGB colors in percentages

R + G + B =
79 + 88 + 164 = 331 (100%)
R 79 of 331 ~ 23.87%
G 88 of 331 ~ 26.59%
B 164 of 331 ~ 49.55%

%23.87
%26.59
%49.55

CMYK color model

#4F58A4 color CMYK value is (52,46,0,36).

  • cyan value is 51.83%
  • magenta value is 46.34%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(52,46,0,36)
C52M46Y0K36 
(52%,46%,0%,36%)
(0.52/0.46/0.00/0.36)	

CMYK percentages

%51.83
%46.34
%0
%35.69

Codes

Color #4F58A4 in popluar color models

4F58A4
RGB7988164
HSL234°34.98%47.65%
HSB/HSV234°51.83%64.31%
CMYK51.83%46.34%0.00%
35.69%

Color #4F58A4 in popluar number systems.

HEX4F58A4
Decimal7988164
Binary1001111101100010100100
Octal117130244

Shades and tints

Shades of #4F58A4

#4F58A4
(79,88,164)
#485096
(72,80,150)
#414888
(65,72,136)
#3A407A
(58,64,122)
#33386C
(51,56,108)
#2C305E
(44,48,94)
#252850
(37,40,80)
#1E2042
(30,32,66)
#171834
(23,24,52)
#101026
(16,16,38)
#090818
(9,8,24)
#000000
(0,0,0)

Tints of #4F58A4

#4F58A4
(79,88,164)
#5F67AC
(95,103,172)
#6F76B4
(111,118,180)
#7F85BC
(127,133,188)
#8F94C4
(143,148,196)
#9FA3CC
(159,163,204)
#AFB2D4
(175,178,212)
#BFC1DC
(191,193,220)
#CFD0E4
(207,208,228)
#DFDFEC
(223,223,236)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F58A4; }

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

This text font color is #4F58A4.


Background Color

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

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

This div background color is #4F58A4.


Border color

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

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

This div border color is #4F58A4.


Opacity

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

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

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

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

This text has shadow with #4F58A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F58A4 on black background.


Color preview on white background

This text has color #4F58A4 on white background.



Black color preview on #4F58A4 background

This text has black color on #4F58A4 background.


White color preview on #4F58A4 background

This text has white color on #4F58A4 background.