COLOR #46738C

HEX: #46738C RGB: (70,115,140)

Color info

#46738C contains mainly green and blue colors. Web safe color of #46738C is #336699 (or #369).

RGB color model

#46738C color RGB value is (70,115,140).

RGB: (70,115,140) (27%, 45%, 55%)

RGB channels and saturation

R 70 of 255 = 27%
G 115 of 255 = 45%
B 140 of 255 = 55%

70
115
140

R + G + B ~ 42%. #46738C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 115 + 140 = 325 (100%)
R 70 of 325 ~ 21.54%
G 115 of 325 ~ 35.38%
B 140 of 325 ~ 43.08'%

%21.54
%35.38
%43.08

CMYK color model

#46738C color CMYK value is (50,18,0,45).

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

CMYK: (50,18,0,45)
C50M18Y0K45 (50%, 18%, 0%, 45%)
(0.50 / 0.18 / 0.00 / 0.45)

CMYK percentages

%50
%17.86
%0
%45.1

Codes

Color #46738C in popluar color models

46 73 8C
RGB 70 115 140
HSL 201° 33.33% 41.18%
HSB/HSV 201° 50.00% 54.90%
CMYK 50.00% 17.86% 0.00%
45.10%

Color #46738C in popluar number systems.

HEX 46 73 8C
Decimal 70 115 140
Binary 1000110 1110011 10001100
Octal 106 163 214

Shades and tints

Shades of #46738C

#46738C
(70,115,140)
#406980
(64,105,128)
#3A5F74
(58,95,116)
#345568
(52,85,104)
#2E4B5C
(46,75,92)
#284150
(40,65,80)
#223744
(34,55,68)
#1C2D38
(28,45,56)
#16232C
(22,35,44)
#101920
(16,25,32)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #46738C

#46738C
(70,115,140)
#567F96
(86,127,150)
#668BA0
(102,139,160)
#7697AA
(118,151,170)
#86A3B4
(134,163,180)
#96AFBE
(150,175,190)
#A6BBC8
(166,187,200)
#B6C7D2
(182,199,210)
#C6D3DC
(198,211,220)
#D6DFE6
(214,223,230)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46738C; }

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

This text font color is #46738C.

Background Color

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

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

This div background color is #46738C.

Border color

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

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

This div border color is #46738C.

Opacity

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

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

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

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

This text has shadow with #46738C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46738C.

Preview

Color preview on black background

This text has color #46738C on black background.


Color preview on white background

This text has color #46738C on white background.


Black color preview on #46738C background

This text has black color on #46738C background.


White color preview on #46738C background

This text has white color on #46738C background.


Related colors

Complementary color

Complementary color for #hex is #B98C73.


I love getcolorcode.com

Triadic colors

1 #8C4673 and #738C46 with #46738C are triadic colors.

2 #8C7346 and #73468C with #46738C are triadic colors.