COLOR #46304C

HEX: #46304C
RGB: (70,48,76)

Color info

#46304C contains red, green and blue colors in about the same proportion. Web safe color of #46304C is #333333 (or #333).

RGB color model

#46304C color RGB value is (70,48,76).

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

RGB channels and saturation

R 70 of 255 = 27%
G 48 of 255 = 19%
B 76 of 255 = 30%

70
48
76

R + G + B ~ 25%. #46304C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 48 + 76 = 194 (100%)
R 70 of 194 ~ 36.08%
G 48 of 194 ~ 24.74%
B 76 of 194 ~ 39.18%

%36.08
%24.74
%39.18

CMYK color model

#46304C color CMYK value is (8,37,0,70).

  • cyan value is 7.89%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(8,37,0,70)
C8M37Y0K70 
(8%,37%,0%,70%)
(0.08/0.37/0.00/0.70)	

CMYK percentages

%7.89
%36.84
%0
%70.2

Codes

Color #46304C in popluar color models

46304C
RGB704876
HSL287°22.58%24.31%
HSB/HSV287°36.84%29.80%
CMYK7.89%36.84%0.00%
70.20%

Color #46304C in popluar number systems.

HEX46304C
Decimal704876
Binary10001101100001001100
Octal10660114

Shades and tints

Shades of #46304C

#46304C
(70,48,76)
#402C46
(64,44,70)
#3A2840
(58,40,64)
#34243A
(52,36,58)
#2E2034
(46,32,52)
#281C2E
(40,28,46)
#221828
(34,24,40)
#1C1422
(28,20,34)
#16101C
(22,16,28)
#100C16
(16,12,22)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #46304C

#46304C
(70,48,76)
#56425C
(86,66,92)
#66546C
(102,84,108)
#76667C
(118,102,124)
#86788C
(134,120,140)
#968A9C
(150,138,156)
#A69CAC
(166,156,172)
#B6AEBC
(182,174,188)
#C6C0CC
(198,192,204)
#D6D2DC
(214,210,220)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46304C color. Also use rgb(70,48,76) instead hex code.

Text Font Color

.myTextColor { color: #46304C; }

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

This text font color is #46304C.


Background Color

.myBgColor { background-color: #46304C; }

<div style="background-color:#46304C">Inner text</div>

This div background color is #46304C.


Border color

.myBorderColor { border: 1px solid #46304C; }

<div style="border:3px solid #46304C">Div</div>

This div border color is #46304C.


Opacity

.myOpacity80 { color: #46304C; opacity: 0.8; }

<p style="color:#46304C;opacity:0.8;">80%</p>

Text with #46304C 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 #46304C;}

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

This text has shadow with #46304C color.

.textShadow {text-shadow: 3px 3px 1px #46304C, 3px 3px 1px red;}

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

This text has shadow with #46304C primary color and red secondary color.


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

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

This text has shadow with #46304C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46304C on black background.


Color preview on white background

This text has color #46304C on white background.



Black color preview on #46304C background

This text has black color on #46304C background.


White color preview on #46304C background

This text has white color on #46304C background.