COLOR #46438C

HEX: #46438C RGB: (70,67,140)

Color info

#46438C contains mainly blue color. Web safe color of #46438C is #333399 (or #339).

RGB color model

#46438C color RGB value is (70,67,140).

RGB: (70,67,140) (27%, 26%, 55%)

RGB channels and saturation

R 70 of 255 = 27%
G 67 of 255 = 26%
B 140 of 255 = 55%

70
67
140

R + G + B ~ 36%. #46438C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 67 + 140 = 277 (100%)
R 70 of 277 ~ 25.27%
G 67 of 277 ~ 24.19%
B 140 of 277 ~ 50.54'%

%25.27
%24.19
%50.54

CMYK color model

#46438C color CMYK value is (50,52,0,45).

  • cyan value is 50.00%
  • magenta value is 52.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (50,52,0,45)
C50M52Y0K45 (50%, 52%, 0%, 45%)
(0.50 / 0.52 / 0.00 / 0.45)

CMYK percentages

%50
%52.14
%0
%45.1

Codes

Color #46438C in popluar color models

46 43 8C
RGB 70 67 140
HSL 242° 35.27% 40.59%
HSB/HSV 242° 52.14% 54.90%
CMYK 50.00% 52.14% 0.00%
45.10%

Color #46438C in popluar number systems.

HEX 46 43 8C
Decimal 70 67 140
Binary 1000110 1000011 10001100
Octal 106 103 214

Shades and tints

Shades of #46438C

#46438C
(70,67,140)
#403D80
(64,61,128)
#3A3774
(58,55,116)
#343168
(52,49,104)
#2E2B5C
(46,43,92)
#282550
(40,37,80)
#221F44
(34,31,68)
#1C1938
(28,25,56)
#16132C
(22,19,44)
#100D20
(16,13,32)
#0A0714
(10,7,20)
#000000
(0,0,0)

Tints of #46438C

#46438C
(70,67,140)
#565496
(86,84,150)
#6665A0
(102,101,160)
#7676AA
(118,118,170)
#8687B4
(134,135,180)
#9698BE
(150,152,190)
#A6A9C8
(166,169,200)
#B6BAD2
(182,186,210)
#C6CBDC
(198,203,220)
#D6DCE6
(214,220,230)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46438C color. Also use rgb(70,67,140) instead hex code.

Text Font Color

.myTextColor { color: #46438C; }

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

This text font color is #46438C.

Background Color

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

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

This div background color is #46438C.

Border color

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

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

This div border color is #46438C.

Opacity

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

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

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

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

This text has shadow with #46438C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46438C.

Preview

Color preview on black background

This text has color #46438C on black background.


Color preview on white background

This text has color #46438C on white background.


Black color preview on #46438C background

This text has black color on #46438C background.


White color preview on #46438C background

This text has white color on #46438C background.


Related colors

Complementary color

Complementary color for #hex is #B9BC73.


I love getcolorcode.com

Triadic colors

1 #8C4643 and #438C46 with #46438C are triadic colors.

2 #8C4346 and #43468C with #46438C are triadic colors.