COLOR #4B618C

HEX: #4B618C
RGB: (75,97,140)

Color info

#4B618C contains mainly green and blue colors. Web safe color of #4B618C is #336699 (or #369).

RGB color model

#4B618C color RGB value is (75,97,140).

  • red value is 75;
  • green value is 97;
  • blue value is 140.
RGB:
(75,97,140)
(29%,38%,55%)

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 140 of 255 = 55%

75
97
140

R + G + B ~ 41%. #4B618C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 140 = 312 (100%)
R 75 of 312 ~ 24.04%
G 97 of 312 ~ 31.09%
B 140 of 312 ~ 44.87%

%24.04
%31.09
%44.87

CMYK color model

#4B618C color CMYK value is (46,31,0,45).

  • cyan value is 46.43%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(46,31,0,45)
C46M31Y0K45 
(46%,31%,0%,45%)
(0.46/0.31/0.00/0.45)	

CMYK percentages

%46.43
%30.71
%0
%45.1

Codes

Color #4B618C in popluar color models

4B618C
RGB7597140
HSL220°30.23%42.16%
HSB/HSV220°46.43%54.90%
CMYK46.43%30.71%0.00%
45.10%

Color #4B618C in popluar number systems.

HEX4B618C
Decimal7597140
Binary1001011110000110001100
Octal113141214

Shades and tints

Shades of #4B618C

#4B618C
(75,97,140)
#455980
(69,89,128)
#3F5174
(63,81,116)
#394968
(57,73,104)
#33415C
(51,65,92)
#2D3950
(45,57,80)
#273144
(39,49,68)
#212938
(33,41,56)
#1B212C
(27,33,44)
#151920
(21,25,32)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #4B618C

#4B618C
(75,97,140)
#5B6F96
(91,111,150)
#6B7DA0
(107,125,160)
#7B8BAA
(123,139,170)
#8B99B4
(139,153,180)
#9BA7BE
(155,167,190)
#ABB5C8
(171,181,200)
#BBC3D2
(187,195,210)
#CBD1DC
(203,209,220)
#DBDFE6
(219,223,230)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B618C color. Also use rgb(75,97,140) instead hex code.

Text Font Color

.myTextColor { color: #4B618C; }

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

This text font color is #4B618C.


Background Color

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

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

This div background color is #4B618C.


Border color

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

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

This div border color is #4B618C.


Opacity

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

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

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

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

This text has shadow with #4B618C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B618C on black background.


Color preview on white background

This text has color #4B618C on white background.



Black color preview on #4B618C background

This text has black color on #4B618C background.


White color preview on #4B618C background

This text has white color on #4B618C background.