COLOR #46AFC4

HEX: #46AFC4 RGB: (70,175,196)

Color info

#46AFC4 contains mainly green and blue colors. Web safe color of #46AFC4 is #3399CC (or #39C).

RGB color model

#46AFC4 color RGB value is (70,175,196).

RGB: (70,175,196) (27%, 69%, 77%)

RGB channels and saturation

R 70 of 255 = 27%
G 175 of 255 = 69%
B 196 of 255 = 77%

70
175
196

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

Portions of RGB colors in percentages

R + G + B = 70 + 175 + 196 = 441 (100%)
R 70 of 441 ~ 15.87%
G 175 of 441 ~ 39.68%
B 196 of 441 ~ 44.44'%

%15.87
%39.68
%44.44

CMYK color model

#46AFC4 color CMYK value is (64,11,0,23).

  • cyan value is 64.29%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK: (64,11,0,23) C64M11Y0K23 (64%,11%,0%,23%) (0.64/0.11/0.00/0.23) 

CMYK percentages

%64.29
%10.71
%0
%23.14

Codes

Color #46AFC4 in popluar color models

46 AF C4
RGB 70 175 196
HSL 190° 51.64% 52.16%
HSB/HSV 190° 64.29% 76.86%
CMYK 64.29% 10.71% 0.00%
23.14%

Color #46AFC4 in popluar number systems.

HEX 46 AF C4
Decimal 70 175 196
Binary 1000110 10101111 11000100
Octal 106 257 304

Shades and tints

Shades of #46AFC4

#46AFC4
(70,175,196)
#40A0B3
(64,160,179)
#3A91A2
(58,145,162)
#348291
(52,130,145)
#2E7380
(46,115,128)
#28646F
(40,100,111)
#22555E
(34,85,94)
#1C464D
(28,70,77)
#16373C
(22,55,60)
#10282B
(16,40,43)
#0A191A
(10,25,26)
#000000
(0,0,0)

Tints of #46AFC4

#46AFC4
(70,175,196)
#56B6C9
(86,182,201)
#66BDCE
(102,189,206)
#76C4D3
(118,196,211)
#86CBD8
(134,203,216)
#96D2DD
(150,210,221)
#A6D9E2
(166,217,226)
#B6E0E7
(182,224,231)
#C6E7EC
(198,231,236)
#D6EEF1
(214,238,241)
#E6F5F6
(230,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46AFC4; }

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

This text font color is #46AFC4.

Background Color

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

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

This div background color is #46AFC4.

Border color

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

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

This div border color is #46AFC4.

Opacity

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

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

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

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

This text has shadow with #46AFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46AFC4.

Preview

Color preview on black background

This text has color #46AFC4 on black background.


Color preview on white background

This text has color #46AFC4 on white background.


Black color preview on #46AFC4 background

This text has black color on #46AFC4 background.


White color preview on #46AFC4 background

This text has white color on #46AFC4 background.


Related colors

Complementary color

Complementary color for #hex is #B9503B.


I love getcolorcode.com

Triadic colors

1 #C446AF and #AFC446 with #46AFC4 are triadic colors.

2 #C4AF46 and #AF46C4 with #46AFC4 are triadic colors.