COLOR #4F347A

HEX: #4F347A
RGB: (79,52,122)

Color info

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

RGB color model

#4F347A color RGB value is (79,52,122).

  • red value is 79;
  • green value is 52;
  • blue value is 122.
RGB:
(79,52,122)
(31%,20%,48%)

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 122 of 255 = 48%

79
52
122

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

Portions of RGB colors in percentages

R + G + B =
79 + 52 + 122 = 253 (100%)
R 79 of 253 ~ 31.23%
G 52 of 253 ~ 20.55%
B 122 of 253 ~ 48.22%

%31.23
%20.55
%48.22

CMYK color model

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

  • cyan value is 35.25%
  • magenta value is 57.38%
  • 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
%57.38
%0
%52.16

Codes

Color #4F347A in popluar color models

4F347A
RGB7952122
HSL263°40.23%34.12%
HSB/HSV263°57.38%47.84%
CMYK35.25%57.38%0.00%
52.16%

Color #4F347A in popluar number systems.

HEX4F347A
Decimal7952122
Binary10011111101001111010
Octal11764172

Shades and tints

Shades of #4F347A

#4F347A
(79,52,122)
#48306F
(72,48,111)
#412C64
(65,44,100)
#3A2859
(58,40,89)
#33244E
(51,36,78)
#2C2043
(44,32,67)
#251C38
(37,28,56)
#1E182D
(30,24,45)
#171422
(23,20,34)
#101017
(16,16,23)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #4F347A

#4F347A
(79,52,122)
#5F4686
(95,70,134)
#6F5892
(111,88,146)
#7F6A9E
(127,106,158)
#8F7CAA
(143,124,170)
#9F8EB6
(159,142,182)
#AFA0C2
(175,160,194)
#BFB2CE
(191,178,206)
#CFC4DA
(207,196,218)
#DFD6E6
(223,214,230)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F347A; }

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

This text font color is #4F347A.


Background Color

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

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

This div background color is #4F347A.


Border color

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

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

This div border color is #4F347A.


Opacity

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

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

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

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

This text has shadow with #4F347A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F347A on black background.


Color preview on white background

This text has color #4F347A on white background.



Black color preview on #4F347A background

This text has black color on #4F347A background.


White color preview on #4F347A background

This text has white color on #4F347A background.