COLOR #46306B

HEX: #46306B
RGB: (70,48,107)

Color info

#46306B contains red, green and blue colors in about the same proportion. Web safe color of #46306B is #333366 (or #336).

RGB color model

#46306B color RGB value is (70,48,107).

  • red value is 70;
  • green value is 48;
  • blue value is 107.
RGB:
(70,48,107)
(27%,19%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 48 of 255 = 19%
B 107 of 255 = 42%

70
48
107

R + G + B ~ 29%. #46306B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 48 + 107 = 225 (100%)
R 70 of 225 ~ 31.11%
G 48 of 225 ~ 21.33%
B 107 of 225 ~ 47.56%

%31.11
%21.33
%47.56

CMYK color model

#46306B color CMYK value is (35,55,0,58).

  • cyan value is 34.58%
  • magenta value is 55.14%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(35,55,0,58)
C35M55Y0K58 
(35%,55%,0%,58%)
(0.35/0.55/0.00/0.58)	

CMYK percentages

%34.58
%55.14
%0
%58.04

Codes

Color #46306B in popluar color models

46306B
RGB7048107
HSL262°38.06%30.39%
HSB/HSV262°55.14%41.96%
CMYK34.58%55.14%0.00%
58.04%

Color #46306B in popluar number systems.

HEX46306B
Decimal7048107
Binary10001101100001101011
Octal10660153

Shades and tints

Shades of #46306B

#46306B
(70,48,107)
#402C62
(64,44,98)
#3A2859
(58,40,89)
#342450
(52,36,80)
#2E2047
(46,32,71)
#281C3E
(40,28,62)
#221835
(34,24,53)
#1C142C
(28,20,44)
#161023
(22,16,35)
#100C1A
(16,12,26)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #46306B

#46306B
(70,48,107)
#564278
(86,66,120)
#665485
(102,84,133)
#766692
(118,102,146)
#86789F
(134,120,159)
#968AAC
(150,138,172)
#A69CB9
(166,156,185)
#B6AEC6
(182,174,198)
#C6C0D3
(198,192,211)
#D6D2E0
(214,210,224)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46306B color. Also use rgb(70,48,107) instead hex code.

Text Font Color

.myTextColor { color: #46306B; }

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

This text font color is #46306B.


Background Color

.myBgColor { background-color: #46306B; }

<div style="background-color:#46306B">Inner text</div>

This div background color is #46306B.


Border color

.myBorderColor { border: 1px solid #46306B; }

<div style="border:3px solid #46306B">Div</div>

This div border color is #46306B.


Opacity

.myOpacity80 { color: #46306B; opacity: 0.8; }

<p style="color:#46306B;opacity:0.8;">80%</p>

Text with #46306B 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 #46306B;}

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

This text has shadow with #46306B color.

.textShadow {text-shadow: 3px 3px 1px #46306B, 3px 3px 1px red;}

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

This text has shadow with #46306B primary color and red secondary color.


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

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

This text has shadow with #46306B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46306B on black background.


Color preview on white background

This text has color #46306B on white background.



Black color preview on #46306B background

This text has black color on #46306B background.


White color preview on #46306B background

This text has white color on #46306B background.