COLOR #4F4693

HEX: #4F4693 RGB: (79,70,147)

Color info

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

RGB color model

#4F4693 color RGB value is (79,70,147).

RGB: (79,70,147) (31%, 27%, 58%)

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 147 of 255 = 58%

79
70
147

R + G + B ~ 39%. #4F4693 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 70 + 147 = 296 (100%)
R 79 of 296 ~ 26.69%
G 70 of 296 ~ 23.65%
B 147 of 296 ~ 49.66'%

%26.69
%23.65
%49.66

CMYK color model

#4F4693 color CMYK value is (46,52,0,42).

  • cyan value is 46.26%
  • magenta value is 52.38%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (46,52,0,42)
C46M52Y0K42 (46%, 52%, 0%, 42%)
(0.46 / 0.52 / 0.00 / 0.42)

CMYK percentages

%46.26
%52.38
%0
%42.35

Codes

Color #4F4693 in popluar color models

4F 46 93
RGB 79 70 147
HSL 247° 35.48% 42.55%
HSB/HSV 247° 52.38% 57.65%
CMYK 46.26% 52.38% 0.00%
42.35%

Color #4F4693 in popluar number systems.

HEX 4F 46 93
Decimal 79 70 147
Binary 1001111 1000110 10010011
Octal 117 106 223

Shades and tints

Shades of #4F4693

#4F4693
(79,70,147)
#484086
(72,64,134)
#413A79
(65,58,121)
#3A346C
(58,52,108)
#332E5F
(51,46,95)
#2C2852
(44,40,82)
#252245
(37,34,69)
#1E1C38
(30,28,56)
#17162B
(23,22,43)
#10101E
(16,16,30)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #4F4693

#4F4693
(79,70,147)
#5F569C
(95,86,156)
#6F66A5
(111,102,165)
#7F76AE
(127,118,174)
#8F86B7
(143,134,183)
#9F96C0
(159,150,192)
#AFA6C9
(175,166,201)
#BFB6D2
(191,182,210)
#CFC6DB
(207,198,219)
#DFD6E4
(223,214,228)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4693 color. Also use rgb(79,70,147) instead hex code.

Text Font Color

.myTextColor { color: #4F4693; }

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

This text font color is #4F4693.

Background Color

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

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

This div background color is #4F4693.

Border color

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

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

This div border color is #4F4693.

Opacity

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

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

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

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

This text has shadow with #4F4693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4693.

Preview

Color preview on black background

This text has color #4F4693 on black background.


Color preview on white background

This text has color #4F4693 on white background.


Black color preview on #4F4693 background

This text has black color on #4F4693 background.


White color preview on #4F4693 background

This text has white color on #4F4693 background.


Related colors

Complementary color

Complementary color for #hex is #B0B96C.


I love getcolorcode.com

Triadic colors

1 #934F46 and #46934F with #4F4693 are triadic colors.

2 #93464F and #464F93 with #4F4693 are triadic colors.