COLOR #4F4099

HEX: #4F4099 RGB: (79,64,153)

Color info

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

RGB color model

#4F4099 color RGB value is (79,64,153).

RGB: (79,64,153) (31%, 25%, 60%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 153 of 255 = 60%

79
64
153

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

Portions of RGB colors in percentages

R + G + B = 79 + 64 + 153 = 296 (100%)
R 79 of 296 ~ 26.69%
G 64 of 296 ~ 21.62%
B 153 of 296 ~ 51.69'%

%26.69
%21.62
%51.69

CMYK color model

#4F4099 color CMYK value is (48,58,0,40).

  • cyan value is 48.37%
  • magenta value is 58.17%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (48,58,0,40) C48M58Y0K40 (48%,58%,0%,40%) (0.48/0.58/0.00/0.40) 

CMYK percentages

%48.37
%58.17
%0
%40

Codes

Color #4F4099 in popluar color models

4F 40 99
RGB 79 64 153
HSL 250° 41.01% 42.55%
HSB/HSV 250° 58.17% 60.00%
CMYK 48.37% 58.17% 0.00%
40.00%

Color #4F4099 in popluar number systems.

HEX 4F 40 99
Decimal 79 64 153
Binary 1001111 1000000 10011001
Octal 117 100 231

Shades and tints

Shades of #4F4099

#4F4099
(79,64,153)
#483B8C
(72,59,140)
#41367F
(65,54,127)
#3A3172
(58,49,114)
#332C65
(51,44,101)
#2C2758
(44,39,88)
#25224B
(37,34,75)
#1E1D3E
(30,29,62)
#171831
(23,24,49)
#101324
(16,19,36)
#090E17
(9,14,23)
#000000
(0,0,0)

Tints of #4F4099

#4F4099
(79,64,153)
#5F51A2
(95,81,162)
#6F62AB
(111,98,171)
#7F73B4
(127,115,180)
#8F84BD
(143,132,189)
#9F95C6
(159,149,198)
#AFA6CF
(175,166,207)
#BFB7D8
(191,183,216)
#CFC8E1
(207,200,225)
#DFD9EA
(223,217,234)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4099 color. Also use rgb(79,64,153) instead hex code.

Text Font Color

.myTextColor { color: #4F4099; }

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

This text font color is #4F4099.

Background Color

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

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

This div background color is #4F4099.

Border color

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

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

This div border color is #4F4099.

Opacity

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

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

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

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

This text has shadow with #4F4099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4099.

Preview

Color preview on black background

This text has color #4F4099 on black background.


Color preview on white background

This text has color #4F4099 on white background.


Black color preview on #4F4099 background

This text has black color on #4F4099 background.


White color preview on #4F4099 background

This text has white color on #4F4099 background.


Related colors

Complementary color

Complementary color for #hex is #B0BF66.


I love getcolorcode.com

Triadic colors

1 #994F40 and #40994F with #4F4099 are triadic colors.

2 #99404F and #404F99 with #4F4099 are triadic colors.