COLOR #4673AB

HEX: #4673AB RGB: (70,115,171)

Color info

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

RGB color model

#4673AB color RGB value is (70,115,171).

RGB: (70,115,171) (27%, 45%, 67%)

RGB channels and saturation

R 70 of 255 = 27%
G 115 of 255 = 45%
B 171 of 255 = 67%

70
115
171

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

Portions of RGB colors in percentages

R + G + B = 70 + 115 + 171 = 356 (100%)
R 70 of 356 ~ 19.66%
G 115 of 356 ~ 32.3%
B 171 of 356 ~ 48.03'%

%19.66
%32.3
%48.03

CMYK color model

#4673AB color CMYK value is (59,33,0,33).

  • cyan value is 59.06%
  • magenta value is 32.75%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (59,33,0,33) C59M33Y0K33 (59%,33%,0%,33%) (0.59/0.33/0.00/0.33) 

CMYK percentages

%59.06
%32.75
%0
%32.94

Codes

Color #4673AB in popluar color models

46 73 AB
RGB 70 115 171
HSL 213° 41.91% 47.25%
HSB/HSV 213° 59.06% 67.06%
CMYK 59.06% 32.75% 0.00%
32.94%

Color #4673AB in popluar number systems.

HEX 46 73 AB
Decimal 70 115 171
Binary 1000110 1110011 10101011
Octal 106 163 253

Shades and tints

Shades of #4673AB

#4673AB
(70,115,171)
#40699C
(64,105,156)
#3A5F8D
(58,95,141)
#34557E
(52,85,126)
#2E4B6F
(46,75,111)
#284160
(40,65,96)
#223751
(34,55,81)
#1C2D42
(28,45,66)
#162333
(22,35,51)
#101924
(16,25,36)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #4673AB

#4673AB
(70,115,171)
#567FB2
(86,127,178)
#668BB9
(102,139,185)
#7697C0
(118,151,192)
#86A3C7
(134,163,199)
#96AFCE
(150,175,206)
#A6BBD5
(166,187,213)
#B6C7DC
(182,199,220)
#C6D3E3
(198,211,227)
#D6DFEA
(214,223,234)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4673AB color. Also use rgb(70,115,171) instead hex code.

Text Font Color

.myTextColor { color: #4673AB; }

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

This text font color is #4673AB.

Background Color

.myBgColor { background-color: #4673AB; }

<div style="background-color:#4673AB">Inner text</div>

This div background color is #4673AB.

Border color

.myBorderColor { border: 1px solid #4673AB; }

<div style="border:3px solid #4673AB">Div</div>

This div border color is #4673AB.

Opacity

.myOpacity80 { color: #4673AB; opacity: 0.8; }

<p style="color:#4673AB;opacity:0.8;">80%</p>

Text with #4673AB 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 #4673AB;}

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

This text has shadow with #4673AB color.


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

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

This text has shadow with #4673AB primary color and red secondary color.


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

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

This text has shadow with #4673AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4673AB.

Preview

Color preview on black background

This text has color #4673AB on black background.


Color preview on white background

This text has color #4673AB on white background.


Black color preview on #4673AB background

This text has black color on #4673AB background.


White color preview on #4673AB background

This text has white color on #4673AB background.


Related colors

Complementary color

Complementary color for #hex is #B98C54.


I love getcolorcode.com

Triadic colors

1 #AB4673 and #73AB46 with #4673AB are triadic colors.

2 #AB7346 and #7346AB with #4673AB are triadic colors.