COLOR #4F357A

HEX: #4F357A RGB: (79,53,122)

Color info

#4F357A contains mainly red and blue colors. Web safe color of #4F357A is #663366 (or #636).

RGB color model

#4F357A color RGB value is (79,53,122).

RGB: (79,53,122) (31%, 21%, 48%)

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 122 of 255 = 48%

79
53
122

R + G + B ~ 33%. #4F357A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 53 + 122 = 254 (100%)
R 79 of 254 ~ 31.1%
G 53 of 254 ~ 20.87%
B 122 of 254 ~ 48.03'%

%31.1
%20.87
%48.03

CMYK color model

#4F357A color CMYK value is (35,57,0,52).

  • cyan value is 35.25%
  • magenta value is 56.56%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (35,57,0,52)
C35M57Y0K52 (35%, 57%, 0%, 52%)
(0.35 / 0.57 / 0.00 / 0.52)

CMYK percentages

%35.25
%56.56
%0
%52.16

Codes

Color #4F357A in popluar color models

4F 35 7A
RGB 79 53 122
HSL 263° 39.43% 34.31%
HSB/HSV 263° 56.56% 47.84%
CMYK 35.25% 56.56% 0.00%
52.16%

Color #4F357A in popluar number systems.

HEX 4F 35 7A
Decimal 79 53 122
Binary 1001111 110101 1111010
Octal 117 65 172

Shades and tints

Shades of #4F357A

#4F357A
(79,53,122)
#48316F
(72,49,111)
#412D64
(65,45,100)
#3A2959
(58,41,89)
#33254E
(51,37,78)
#2C2143
(44,33,67)
#251D38
(37,29,56)
#1E192D
(30,25,45)
#171522
(23,21,34)
#101117
(16,17,23)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #4F357A

#4F357A
(79,53,122)
#5F4786
(95,71,134)
#6F5992
(111,89,146)
#7F6B9E
(127,107,158)
#8F7DAA
(143,125,170)
#9F8FB6
(159,143,182)
#AFA1C2
(175,161,194)
#BFB3CE
(191,179,206)
#CFC5DA
(207,197,218)
#DFD7E6
(223,215,230)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F357A color. Also use rgb(79,53,122) instead hex code.

Text Font Color

.myTextColor { color: #4F357A; }

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

This text font color is #4F357A.

Background Color

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

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

This div background color is #4F357A.

Border color

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

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

This div border color is #4F357A.

Opacity

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

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

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

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

This text has shadow with #4F357A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F357A.

Preview

Color preview on black background

This text has color #4F357A on black background.


Color preview on white background

This text has color #4F357A on white background.


Black color preview on #4F357A background

This text has black color on #4F357A background.


White color preview on #4F357A background

This text has white color on #4F357A background.


Related colors

Complementary color

Complementary color for #hex is #B0CA85.


I love getcolorcode.com

Triadic colors

1 #7A4F35 and #357A4F with #4F357A are triadic colors.

2 #7A354F and #354F7A with #4F357A are triadic colors.