COLOR #1A4763

HEX: #1A4763
RGB: (26,71,99)

Color info

#1A4763 contains mainly green and blue colors. Web safe color of #1A4763 is #003366 (or #036).

RGB color model

#1A4763 color RGB value is (26,71,99).

  • red value is 26;
  • green value is 71;
  • blue value is 99.
RGB:
(26,71,99)
(10%,28%,39%)

RGB channels and saturation

R 26 of 255 = 10%
G 71 of 255 = 28%
B 99 of 255 = 39%

26
71
99

R + G + B ~ 26%. #1A4763 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 71 + 99 = 196 (100%)
R 26 of 196 ~ 13.27%
G 71 of 196 ~ 36.22%
B 99 of 196 ~ 50.51%

%13.27
%36.22
%50.51

CMYK color model

#1A4763 color CMYK value is (74,28,0,61).

  • cyan value is 73.74%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(74,28,0,61)
C74M28Y0K61 
(74%,28%,0%,61%)
(0.74/0.28/0.00/0.61)	

CMYK percentages

%73.74
%28.28
%0
%61.18

Codes

Color #1A4763 in popluar color models

1A4763
RGB267199
HSL203°58.40%24.51%
HSB/HSV203°73.74%38.82%
CMYK73.74%28.28%0.00%
61.18%

Color #1A4763 in popluar number systems.

HEX1A4763
Decimal267199
Binary1101010001111100011
Octal32107143

Shades and tints

Shades of #1A4763

#1A4763
(26,71,99)
#18415A
(24,65,90)
#163B51
(22,59,81)
#143548
(20,53,72)
#122F3F
(18,47,63)
#102936
(16,41,54)
#0E232D
(14,35,45)
#0C1D24
(12,29,36)
#0A171B
(10,23,27)
#081112
(8,17,18)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #1A4763

#1A4763
(26,71,99)
#2E5771
(46,87,113)
#42677F
(66,103,127)
#56778D
(86,119,141)
#6A879B
(106,135,155)
#7E97A9
(126,151,169)
#92A7B7
(146,167,183)
#A6B7C5
(166,183,197)
#BAC7D3
(186,199,211)
#CED7E1
(206,215,225)
#E2E7EF
(226,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A4763 color. Also use rgb(26,71,99) instead hex code.

Text Font Color

.myTextColor { color: #1A4763; }

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

This text font color is #1A4763.


Background Color

.myBgColor { background-color: #1A4763; }

<div style="background-color:#1A4763">Inner text</div>

This div background color is #1A4763.


Border color

.myBorderColor { border: 1px solid #1A4763; }

<div style="border:3px solid #1A4763">Div</div>

This div border color is #1A4763.


Opacity

.myOpacity80 { color: #1A4763; opacity: 0.8; }

<p style="color:#1A4763;opacity:0.8;">80%</p>

Text with #1A4763 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 #1A4763;}

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

This text has shadow with #1A4763 color.

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

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

This text has shadow with #1A4763 primary color and red secondary color.


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

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

This text has shadow with #1A4763 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A4763 on black background.


Color preview on white background

This text has color #1A4763 on white background.



Black color preview on #1A4763 background

This text has black color on #1A4763 background.


White color preview on #1A4763 background

This text has white color on #1A4763 background.