COLOR #4F5EAF

HEX: #4F5EAF RGB: (79,94,175)

Color info

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

RGB color model

#4F5EAF color RGB value is (79,94,175).

RGB: (79,94,175) (31%, 37%, 69%)

RGB channels and saturation

R 79 of 255 = 31%
G 94 of 255 = 37%
B 175 of 255 = 69%

79
94
175

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

Portions of RGB colors in percentages

R + G + B = 79 + 94 + 175 = 348 (100%)
R 79 of 348 ~ 22.7%
G 94 of 348 ~ 27.01%
B 175 of 348 ~ 50.29'%

%22.7
%27.01
%50.29

CMYK color model

#4F5EAF color CMYK value is (55,46,0,31).

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

CMYK: (55,46,0,31)
C55M46Y0K31 (55%, 46%, 0%, 31%)
(0.55 / 0.46 / 0.00 / 0.31)

CMYK percentages

%54.86
%46.29
%0
%31.37

Codes

Color #4F5EAF in popluar color models

4F 5E AF
RGB 79 94 175
HSL 231° 37.80% 49.80%
HSB/HSV 231° 54.86% 68.63%
CMYK 54.86% 46.29% 0.00%
31.37%

Color #4F5EAF in popluar number systems.

HEX 4F 5E AF
Decimal 79 94 175
Binary 1001111 1011110 10101111
Octal 117 136 257

Shades and tints

Shades of #4F5EAF

#4F5EAF
(79,94,175)
#4856A0
(72,86,160)
#414E91
(65,78,145)
#3A4682
(58,70,130)
#333E73
(51,62,115)
#2C3664
(44,54,100)
#252E55
(37,46,85)
#1E2646
(30,38,70)
#171E37
(23,30,55)
#101628
(16,22,40)
#090E19
(9,14,25)
#000000
(0,0,0)

Tints of #4F5EAF

#4F5EAF
(79,94,175)
#5F6CB6
(95,108,182)
#6F7ABD
(111,122,189)
#7F88C4
(127,136,196)
#8F96CB
(143,150,203)
#9FA4D2
(159,164,210)
#AFB2D9
(175,178,217)
#BFC0E0
(191,192,224)
#CFCEE7
(207,206,231)
#DFDCEE
(223,220,238)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5EAF; }

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

This text font color is #4F5EAF.

Background Color

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

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

This div background color is #4F5EAF.

Border color

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

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

This div border color is #4F5EAF.

Opacity

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

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

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

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

This text has shadow with #4F5EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5EAF.

Preview

Color preview on black background

This text has color #4F5EAF on black background.


Color preview on white background

This text has color #4F5EAF on white background.


Black color preview on #4F5EAF background

This text has black color on #4F5EAF background.


White color preview on #4F5EAF background

This text has white color on #4F5EAF background.


Related colors

Complementary color

Complementary color for #hex is #B0A150.


I love getcolorcode.com

Triadic colors

1 #AF4F5E and #5EAF4F with #4F5EAF are triadic colors.

2 #AF5E4F and #5E4FAF with #4F5EAF are triadic colors.