COLOR #4646B2

HEX: #4646B2
RGB: (70,70,178)

Color info

#4646B2 contains mainly blue color. Web safe color of #4646B2 is #333399 (or #339).

RGB color model

#4646B2 color RGB value is (70,70,178).

  • red value is 70;
  • green value is 70;
  • blue value is 178.
RGB:
(70,70,178)
(27%,27%,70%)

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 178 of 255 = 70%

70
70
178

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

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 178 = 318 (100%)
R 70 of 318 ~ 22.01%
G 70 of 318 ~ 22.01%
B 178 of 318 ~ 55.97%

%22.01
%22.01
%55.97

CMYK color model

#4646B2 color CMYK value is (61,61,0,30).

  • cyan value is 60.67%
  • magenta value is 60.67%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(61,61,0,30)
C61M61Y0K30 
(61%,61%,0%,30%)
(0.61/0.61/0.00/0.30)	

CMYK percentages

%60.67
%60.67
%0
%30.2

Codes

Color #4646B2 in popluar color models

4646B2
RGB7070178
HSL240°43.55%48.63%
HSB/HSV240°60.67%69.80%
CMYK60.67%60.67%0.00%
30.20%

Color #4646B2 in popluar number systems.

HEX4646B2
Decimal7070178
Binary1000110100011010110010
Octal106106262

Shades and tints

Shades of #4646B2

#4646B2
(70,70,178)
#4040A2
(64,64,162)
#3A3A92
(58,58,146)
#343482
(52,52,130)
#2E2E72
(46,46,114)
#282862
(40,40,98)
#222252
(34,34,82)
#1C1C42
(28,28,66)
#161632
(22,22,50)
#101022
(16,16,34)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #4646B2

#4646B2
(70,70,178)
#5656B9
(86,86,185)
#6666C0
(102,102,192)
#7676C7
(118,118,199)
#8686CE
(134,134,206)
#9696D5
(150,150,213)
#A6A6DC
(166,166,220)
#B6B6E3
(182,182,227)
#C6C6EA
(198,198,234)
#D6D6F1
(214,214,241)
#E6E6F8
(230,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4646B2 color. Also use rgb(70,70,178) instead hex code.

Text Font Color

.myTextColor { color: #4646B2; }

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

This text font color is #4646B2.


Background Color

.myBgColor { background-color: #4646B2; }

<div style="background-color:#4646B2">Inner text</div>

This div background color is #4646B2.


Border color

.myBorderColor { border: 1px solid #4646B2; }

<div style="border:3px solid #4646B2">Div</div>

This div border color is #4646B2.


Opacity

.myOpacity80 { color: #4646B2; opacity: 0.8; }

<p style="color:#4646B2;opacity:0.8;">80%</p>

Text with #4646B2 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 #4646B2;}

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

This text has shadow with #4646B2 color.

.textShadow {text-shadow: 3px 3px 1px #4646B2, 3px 3px 1px red;}

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

This text has shadow with #4646B2 primary color and red secondary color.


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

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

This text has shadow with #4646B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4646B2 on black background.


Color preview on white background

This text has color #4646B2 on white background.



Black color preview on #4646B2 background

This text has black color on #4646B2 background.


White color preview on #4646B2 background

This text has white color on #4646B2 background.