COLOR #4F50AA

HEX: #4F50AA RGB: (79,80,170)

Color info

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

RGB color model

#4F50AA color RGB value is (79,80,170).

RGB: (79,80,170) (31%, 31%, 67%)

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 170 of 255 = 67%

79
80
170

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

Portions of RGB colors in percentages

R + G + B = 79 + 80 + 170 = 329 (100%)
R 79 of 329 ~ 24.01%
G 80 of 329 ~ 24.32%
B 170 of 329 ~ 51.67'%

%24.01
%24.32
%51.67

CMYK color model

#4F50AA color CMYK value is (54,53,0,33).

  • cyan value is 53.53%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (54,53,0,33)
C54M53Y0K33 (54%, 53%, 0%, 33%)
(0.54 / 0.53 / 0.00 / 0.33)

CMYK percentages

%53.53
%52.94
%0
%33.33

Codes

Color #4F50AA in popluar color models

4F 50 AA
RGB 79 80 170
HSL 239° 36.55% 48.82%
HSB/HSV 239° 53.53% 66.67%
CMYK 53.53% 52.94% 0.00%
33.33%

Color #4F50AA in popluar number systems.

HEX 4F 50 AA
Decimal 79 80 170
Binary 1001111 1010000 10101010
Octal 117 120 252

Shades and tints

Shades of #4F50AA

#4F50AA
(79,80,170)
#48499B
(72,73,155)
#41428C
(65,66,140)
#3A3B7D
(58,59,125)
#33346E
(51,52,110)
#2C2D5F
(44,45,95)
#252650
(37,38,80)
#1E1F41
(30,31,65)
#171832
(23,24,50)
#101123
(16,17,35)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #4F50AA

#4F50AA
(79,80,170)
#5F5FB1
(95,95,177)
#6F6EB8
(111,110,184)
#7F7DBF
(127,125,191)
#8F8CC6
(143,140,198)
#9F9BCD
(159,155,205)
#AFAAD4
(175,170,212)
#BFB9DB
(191,185,219)
#CFC8E2
(207,200,226)
#DFD7E9
(223,215,233)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F50AA color. Also use rgb(79,80,170) instead hex code.

Text Font Color

.myTextColor { color: #4F50AA; }

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

This text font color is #4F50AA.

Background Color

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

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

This div background color is #4F50AA.

Border color

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

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

This div border color is #4F50AA.

Opacity

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

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

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

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

This text has shadow with #4F50AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F50AA.

Preview

Color preview on black background

This text has color #4F50AA on black background.


Color preview on white background

This text has color #4F50AA on white background.


Black color preview on #4F50AA background

This text has black color on #4F50AA background.


White color preview on #4F50AA background

This text has white color on #4F50AA background.


Related colors

Complementary color

Complementary color for #hex is #B0AF55.


I love getcolorcode.com

Triadic colors

1 #AA4F50 and #50AA4F with #4F50AA are triadic colors.

2 #AA504F and #504FAA with #4F50AA are triadic colors.