COLOR #1746A4

HEX: #1746A4
RGB: (23,70,164)

Color info

#1746A4 contains mainly blue color. Web safe color of #1746A4 is #003399 (or #039).

RGB color model

#1746A4 color RGB value is (23,70,164).

  • red value is 23;
  • green value is 70;
  • blue value is 164.
RGB:
(23,70,164)
(9%,27%,64%)

RGB channels and saturation

R 23 of 255 = 9%
G 70 of 255 = 27%
B 164 of 255 = 64%

23
70
164

R + G + B ~ 33%. #1746A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 70 + 164 = 257 (100%)
R 23 of 257 ~ 8.95%
G 70 of 257 ~ 27.24%
B 164 of 257 ~ 63.81%

%27.24
%63.81

CMYK color model

#1746A4 color CMYK value is (86,57,0,36).

  • cyan value is 85.98%
  • magenta value is 57.32%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(86,57,0,36)
C86M57Y0K36 
(86%,57%,0%,36%)
(0.86/0.57/0.00/0.36)	

CMYK percentages

%85.98
%57.32
%0
%35.69

Codes

Color #1746A4 in popluar color models

1746A4
RGB2370164
HSL220°75.40%36.67%
HSB/HSV220°85.98%64.31%
CMYK85.98%57.32%0.00%
35.69%

Color #1746A4 in popluar number systems.

HEX1746A4
Decimal2370164
Binary10111100011010100100
Octal27106244

Shades and tints

Shades of #1746A4

#1746A4
(23,70,164)
#154096
(21,64,150)
#133A88
(19,58,136)
#11347A
(17,52,122)
#0F2E6C
(15,46,108)
#0D285E
(13,40,94)
#0B2250
(11,34,80)
#091C42
(9,28,66)
#071634
(7,22,52)
#051026
(5,16,38)
#030A18
(3,10,24)
#000000
(0,0,0)

Tints of #1746A4

#1746A4
(23,70,164)
#2C56AC
(44,86,172)
#4166B4
(65,102,180)
#5676BC
(86,118,188)
#6B86C4
(107,134,196)
#8096CC
(128,150,204)
#95A6D4
(149,166,212)
#AAB6DC
(170,182,220)
#BFC6E4
(191,198,228)
#D4D6EC
(212,214,236)
#E9E6F4
(233,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1746A4 color. Also use rgb(23,70,164) instead hex code.

Text Font Color

.myTextColor { color: #1746A4; }

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

This text font color is #1746A4.


Background Color

.myBgColor { background-color: #1746A4; }

<div style="background-color:#1746A4">Inner text</div>

This div background color is #1746A4.


Border color

.myBorderColor { border: 1px solid #1746A4; }

<div style="border:3px solid #1746A4">Div</div>

This div border color is #1746A4.


Opacity

.myOpacity80 { color: #1746A4; opacity: 0.8; }

<p style="color:#1746A4;opacity:0.8;">80%</p>

Text with #1746A4 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 #1746A4;}

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

This text has shadow with #1746A4 color.

.textShadow {text-shadow: 3px 3px 1px #1746A4, 3px 3px 1px red;}

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

This text has shadow with #1746A4 primary color and red secondary color.


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

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

This text has shadow with #1746A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1746A4 on black background.


Color preview on white background

This text has color #1746A4 on white background.



Black color preview on #1746A4 background

This text has black color on #1746A4 background.


White color preview on #1746A4 background

This text has white color on #1746A4 background.