COLOR #4F52AF

HEX: #4F52AF RGB: (79,82,175)

Color info

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

RGB color model

#4F52AF color RGB value is (79,82,175).

RGB: (79,82,175) (31%, 32%, 69%)

RGB channels and saturation

R 79 of 255 = 31%
G 82 of 255 = 32%
B 175 of 255 = 69%

79
82
175

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

Portions of RGB colors in percentages

R + G + B = 79 + 82 + 175 = 336 (100%)
R 79 of 336 ~ 23.51%
G 82 of 336 ~ 24.4%
B 175 of 336 ~ 52.08'%

%23.51
%24.4
%52.08

CMYK color model

#4F52AF color CMYK value is (55,53,0,31).

  • cyan value is 54.86%
  • magenta value is 53.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (55,53,0,31)
C55M53Y0K31 (55%, 53%, 0%, 31%)
(0.55 / 0.53 / 0.00 / 0.31)

CMYK percentages

%54.86
%53.14
%0
%31.37

Codes

Color #4F52AF in popluar color models

4F 52 AF
RGB 79 82 175
HSL 238° 37.80% 49.80%
HSB/HSV 238° 54.86% 68.63%
CMYK 54.86% 53.14% 0.00%
31.37%

Color #4F52AF in popluar number systems.

HEX 4F 52 AF
Decimal 79 82 175
Binary 1001111 1010010 10101111
Octal 117 122 257

Shades and tints

Shades of #4F52AF

#4F52AF
(79,82,175)
#484BA0
(72,75,160)
#414491
(65,68,145)
#3A3D82
(58,61,130)
#333673
(51,54,115)
#2C2F64
(44,47,100)
#252855
(37,40,85)
#1E2146
(30,33,70)
#171A37
(23,26,55)
#101328
(16,19,40)
#090C19
(9,12,25)
#000000
(0,0,0)

Tints of #4F52AF

#4F52AF
(79,82,175)
#5F61B6
(95,97,182)
#6F70BD
(111,112,189)
#7F7FC4
(127,127,196)
#8F8ECB
(143,142,203)
#9F9DD2
(159,157,210)
#AFACD9
(175,172,217)
#BFBBE0
(191,187,224)
#CFCAE7
(207,202,231)
#DFD9EE
(223,217,238)
#EFE8F5
(239,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F52AF color. Also use rgb(79,82,175) instead hex code.

Text Font Color

.myTextColor { color: #4F52AF; }

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

This text font color is #4F52AF.

Background Color

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

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

This div background color is #4F52AF.

Border color

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

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

This div border color is #4F52AF.

Opacity

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

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

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

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

This text has shadow with #4F52AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F52AF.

Preview

Color preview on black background

This text has color #4F52AF on black background.


Color preview on white background

This text has color #4F52AF on white background.


Black color preview on #4F52AF background

This text has black color on #4F52AF background.


White color preview on #4F52AF background

This text has white color on #4F52AF background.


Related colors

Complementary color

Complementary color for #hex is #B0AD50.


I love getcolorcode.com

Triadic colors

1 #AF4F52 and #52AF4F with #4F52AF are triadic colors.

2 #AF524F and #524FAF with #4F52AF are triadic colors.