COLOR #46305D

HEX: #46305D
RGB: (70,48,93)

Color info

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

RGB color model

#46305D color RGB value is (70,48,93).

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

RGB channels and saturation

R 70 of 255 = 27%
G 48 of 255 = 19%
B 93 of 255 = 36%

70
48
93

R + G + B ~ 27%. #46305D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 48 + 93 = 211 (100%)
R 70 of 211 ~ 33.18%
G 48 of 211 ~ 22.75%
B 93 of 211 ~ 44.08%

%33.18
%22.75
%44.08

CMYK color model

#46305D color CMYK value is (25,48,0,64).

  • cyan value is 24.73%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(25,48,0,64)
C25M48Y0K64 
(25%,48%,0%,64%)
(0.25/0.48/0.00/0.64)	

CMYK percentages

%24.73
%48.39
%0
%63.53

Codes

Color #46305D in popluar color models

46305D
RGB704893
HSL269°31.91%27.65%
HSB/HSV269°48.39%36.47%
CMYK24.73%48.39%0.00%
63.53%

Color #46305D in popluar number systems.

HEX46305D
Decimal704893
Binary10001101100001011101
Octal10660135

Shades and tints

Shades of #46305D

#46305D
(70,48,93)
#402C55
(64,44,85)
#3A284D
(58,40,77)
#342445
(52,36,69)
#2E203D
(46,32,61)
#281C35
(40,28,53)
#22182D
(34,24,45)
#1C1425
(28,20,37)
#16101D
(22,16,29)
#100C15
(16,12,21)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #46305D

#46305D
(70,48,93)
#56426B
(86,66,107)
#665479
(102,84,121)
#766687
(118,102,135)
#867895
(134,120,149)
#968AA3
(150,138,163)
#A69CB1
(166,156,177)
#B6AEBF
(182,174,191)
#C6C0CD
(198,192,205)
#D6D2DB
(214,210,219)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46305D color. Also use rgb(70,48,93) instead hex code.

Text Font Color

.myTextColor { color: #46305D; }

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

This text font color is #46305D.


Background Color

.myBgColor { background-color: #46305D; }

<div style="background-color:#46305D">Inner text</div>

This div background color is #46305D.


Border color

.myBorderColor { border: 1px solid #46305D; }

<div style="border:3px solid #46305D">Div</div>

This div border color is #46305D.


Opacity

.myOpacity80 { color: #46305D; opacity: 0.8; }

<p style="color:#46305D;opacity:0.8;">80%</p>

Text with #46305D 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 #46305D;}

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

This text has shadow with #46305D color.

.textShadow {text-shadow: 3px 3px 1px #46305D, 3px 3px 1px red;}

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

This text has shadow with #46305D primary color and red secondary color.


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

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

This text has shadow with #46305D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46305D on black background.


Color preview on white background

This text has color #46305D on white background.



Black color preview on #46305D background

This text has black color on #46305D background.


White color preview on #46305D background

This text has white color on #46305D background.