COLOR #46A5AF

HEX: #46A5AF
RGB: (70,165,175)

Color info

#46A5AF contains mainly green and blue colors. Web safe color of #46A5AF is #339999 (or #399).

RGB color model

#46A5AF color RGB value is (70,165,175).

  • red value is 70;
  • green value is 165;
  • blue value is 175.
RGB:
(70,165,175)
(27%,65%,69%)

RGB channels and saturation

R 70 of 255 = 27%
G 165 of 255 = 65%
B 175 of 255 = 69%

70
165
175

R + G + B ~ 54%. #46A5AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 165 + 175 = 410 (100%)
R 70 of 410 ~ 17.07%
G 165 of 410 ~ 40.24%
B 175 of 410 ~ 42.68%

%17.07
%40.24
%42.68

CMYK color model

#46A5AF color CMYK value is (60,6,0,31).

  • cyan value is 60.00%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(60,6,0,31)
C60M6Y0K31 
(60%,6%,0%,31%)
(0.60/0.06/0.00/0.31)	

CMYK percentages

%60
%5.71
%0
%31.37

Codes

Color #46A5AF in popluar color models

46A5AF
RGB70165175
HSL186°42.86%48.04%
HSB/HSV186°60.00%68.63%
CMYK60.00%5.71%0.00%
31.37%

Color #46A5AF in popluar number systems.

HEX46A5AF
Decimal70165175
Binary10001101010010110101111
Octal106245257

Shades and tints

Shades of #46A5AF

#46A5AF
(70,165,175)
#4096A0
(64,150,160)
#3A8791
(58,135,145)
#347882
(52,120,130)
#2E6973
(46,105,115)
#285A64
(40,90,100)
#224B55
(34,75,85)
#1C3C46
(28,60,70)
#162D37
(22,45,55)
#101E28
(16,30,40)
#0A0F19
(10,15,25)
#000000
(0,0,0)

Tints of #46A5AF

#46A5AF
(70,165,175)
#56ADB6
(86,173,182)
#66B5BD
(102,181,189)
#76BDC4
(118,189,196)
#86C5CB
(134,197,203)
#96CDD2
(150,205,210)
#A6D5D9
(166,213,217)
#B6DDE0
(182,221,224)
#C6E5E7
(198,229,231)
#D6EDEE
(214,237,238)
#E6F5F5
(230,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46A5AF color. Also use rgb(70,165,175) instead hex code.

Text Font Color

.myTextColor { color: #46A5AF; }

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

This text font color is #46A5AF.


Background Color

.myBgColor { background-color: #46A5AF; }

<div style="background-color:#46A5AF">Inner text</div>

This div background color is #46A5AF.


Border color

.myBorderColor { border: 1px solid #46A5AF; }

<div style="border:3px solid #46A5AF">Div</div>

This div border color is #46A5AF.


Opacity

.myOpacity80 { color: #46A5AF; opacity: 0.8; }

<p style="color:#46A5AF;opacity:0.8;">80%</p>

Text with #46A5AF 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 #46A5AF;}

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

This text has shadow with #46A5AF color.

.textShadow {text-shadow: 3px 3px 1px #46A5AF, 3px 3px 1px red;}

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

This text has shadow with #46A5AF primary color and red secondary color.


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

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

This text has shadow with #46A5AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A5AF on black background.


Color preview on white background

This text has color #46A5AF on white background.



Black color preview on #46A5AF background

This text has black color on #46A5AF background.


White color preview on #46A5AF background

This text has white color on #46A5AF background.