COLOR #4F4088

HEX: #4F4088 RGB: (79,64,136)

Color info

#4F4088 contains mainly red and blue colors. Web safe color of #4F4088 is #663399 (or #639).

RGB color model

#4F4088 color RGB value is (79,64,136).

RGB: (79,64,136) (31%, 25%, 53%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 136 of 255 = 53%

79
64
136

R + G + B ~ 36%. #4F4088 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 64 + 136 = 279 (100%)
R 79 of 279 ~ 28.32%
G 64 of 279 ~ 22.94%
B 136 of 279 ~ 48.75'%

%28.32
%22.94
%48.75

CMYK color model

#4F4088 color CMYK value is (42,53,0,47).

  • cyan value is 41.91%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (42,53,0,47)
C42M53Y0K47 (42%, 53%, 0%, 47%)
(0.42 / 0.53 / 0.00 / 0.47)

CMYK percentages

%41.91
%52.94
%0
%46.67

Codes

Color #4F4088 in popluar color models

4F 40 88
RGB 79 64 136
HSL 253° 36.00% 39.22%
HSB/HSV 253° 52.94% 53.33%
CMYK 41.91% 52.94% 0.00%
46.67%

Color #4F4088 in popluar number systems.

HEX 4F 40 88
Decimal 79 64 136
Binary 1001111 1000000 10001000
Octal 117 100 210

Shades and tints

Shades of #4F4088

#4F4088
(79,64,136)
#483B7C
(72,59,124)
#413670
(65,54,112)
#3A3164
(58,49,100)
#332C58
(51,44,88)
#2C274C
(44,39,76)
#252240
(37,34,64)
#1E1D34
(30,29,52)
#171828
(23,24,40)
#10131C
(16,19,28)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #4F4088

#4F4088
(79,64,136)
#5F5192
(95,81,146)
#6F629C
(111,98,156)
#7F73A6
(127,115,166)
#8F84B0
(143,132,176)
#9F95BA
(159,149,186)
#AFA6C4
(175,166,196)
#BFB7CE
(191,183,206)
#CFC8D8
(207,200,216)
#DFD9E2
(223,217,226)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4088; }

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

This text font color is #4F4088.

Background Color

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

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

This div background color is #4F4088.

Border color

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

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

This div border color is #4F4088.

Opacity

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

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

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

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

This text has shadow with #4F4088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4088.

Preview

Color preview on black background

This text has color #4F4088 on black background.


Color preview on white background

This text has color #4F4088 on white background.


Black color preview on #4F4088 background

This text has black color on #4F4088 background.


White color preview on #4F4088 background

This text has white color on #4F4088 background.


Related colors

Complementary color

Complementary color for #hex is #B0BF77.


I love getcolorcode.com

Triadic colors

1 #884F40 and #40884F with #4F4088 are triadic colors.

2 #88404F and #404F88 with #4F4088 are triadic colors.