COLOR #4F4195

HEX: #4F4195 RGB: (79,65,149)

Color info

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

RGB color model

#4F4195 color RGB value is (79,65,149).

RGB: (79,65,149) (31%, 25%, 58%)

RGB channels and saturation

R 79 of 255 = 31%
G 65 of 255 = 25%
B 149 of 255 = 58%

79
65
149

R + G + B ~ 38%. #4F4195 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 65 + 149 = 293 (100%)
R 79 of 293 ~ 26.96%
G 65 of 293 ~ 22.18%
B 149 of 293 ~ 50.85'%

%26.96
%22.18
%50.85

CMYK color model

#4F4195 color CMYK value is (47,56,0,42).

  • cyan value is 46.98%
  • magenta value is 56.38%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (47,56,0,42)
C47M56Y0K42 (47%, 56%, 0%, 42%)
(0.47 / 0.56 / 0.00 / 0.42)

CMYK percentages

%46.98
%56.38
%0
%41.57

Codes

Color #4F4195 in popluar color models

4F 41 95
RGB 79 65 149
HSL 250° 39.25% 41.96%
HSB/HSV 250° 56.38% 58.43%
CMYK 46.98% 56.38% 0.00%
41.57%

Color #4F4195 in popluar number systems.

HEX 4F 41 95
Decimal 79 65 149
Binary 1001111 1000001 10010101
Octal 117 101 225

Shades and tints

Shades of #4F4195

#4F4195
(79,65,149)
#483C88
(72,60,136)
#41377B
(65,55,123)
#3A326E
(58,50,110)
#332D61
(51,45,97)
#2C2854
(44,40,84)
#252347
(37,35,71)
#1E1E3A
(30,30,58)
#17192D
(23,25,45)
#101420
(16,20,32)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #4F4195

#4F4195
(79,65,149)
#5F529E
(95,82,158)
#6F63A7
(111,99,167)
#7F74B0
(127,116,176)
#8F85B9
(143,133,185)
#9F96C2
(159,150,194)
#AFA7CB
(175,167,203)
#BFB8D4
(191,184,212)
#CFC9DD
(207,201,221)
#DFDAE6
(223,218,230)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4195 color. Also use rgb(79,65,149) instead hex code.

Text Font Color

.myTextColor { color: #4F4195; }

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

This text font color is #4F4195.

Background Color

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

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

This div background color is #4F4195.

Border color

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

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

This div border color is #4F4195.

Opacity

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

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

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

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

This text has shadow with #4F4195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4195.

Preview

Color preview on black background

This text has color #4F4195 on black background.


Color preview on white background

This text has color #4F4195 on white background.


Black color preview on #4F4195 background

This text has black color on #4F4195 background.


White color preview on #4F4195 background

This text has white color on #4F4195 background.


Related colors

Complementary color

Complementary color for #hex is #B0BE6A.


I love getcolorcode.com

Triadic colors

1 #954F41 and #41954F with #4F4195 are triadic colors.

2 #95414F and #414F95 with #4F4195 are triadic colors.