COLOR #004473

HEX: #004473
RGB: (0,68,115)

Color info

#004473 contains only green and blue colors. Web safe color of #004473 is #003366 (or #036).

RGB color model

#004473 color RGB value is (0,68,115).

  • red value is 0;
  • green value is 68;
  • blue value is 115.
RGB:
(0,68,115)
(0%,27%,45%)

RGB channels and saturation

R 0 of 255 = 0%
G 68 of 255 = 27%
B 115 of 255 = 45%

0
68
115

R + G + B ~ 24%. #004473 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 68 + 115 = 183 (100%)
R 0 of 183 ~ 0%
G 68 of 183 ~ 37.16%
B 115 of 183 ~ 62.84%

%37.16
%62.84

CMYK color model

#004473 color CMYK value is (100,41,0,55).

  • cyan value is 100.00%
  • magenta value is 40.87%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(100,41,0,55)
C100M41Y0K55 
(100%,41%,0%,55%)
(1.00/0.41/0.00/0.55)	

CMYK percentages

%100
%40.87
%0
%54.9

Codes

Color #004473 in popluar color models

004473
RGB068115
HSL205°100.00%22.55%
HSB/HSV205°100.00%45.10%
CMYK100.00%40.87%0.00%
54.90%

Color #004473 in popluar number systems.

HEX004473
Decimal068115
Binary010001001110011
Octal0104163

Shades and tints

Shades of #004473

#004473
(0,68,115)
#003E69
(0,62,105)
#00385F
(0,56,95)
#003255
(0,50,85)
#002C4B
(0,44,75)
#002641
(0,38,65)
#002037
(0,32,55)
#001A2D
(0,26,45)
#001423
(0,20,35)
#000E19
(0,14,25)
#00080F
(0,8,15)
#000000
(0,0,0)

Tints of #004473

#004473
(0,68,115)
#17557F
(23,85,127)
#2E668B
(46,102,139)
#457797
(69,119,151)
#5C88A3
(92,136,163)
#7399AF
(115,153,175)
#8AAABB
(138,170,187)
#A1BBC7
(161,187,199)
#B8CCD3
(184,204,211)
#CFDDDF
(207,221,223)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004473 color. Also use rgb(0,68,115) instead hex code.

Text Font Color

.myTextColor { color: #004473; }

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

This text font color is #004473.


Background Color

.myBgColor { background-color: #004473; }

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

This div background color is #004473.


Border color

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

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

This div border color is #004473.


Opacity

.myOpacity80 { color: #004473; opacity: 0.8; }

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

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

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

This text has shadow with #004473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004473 on black background.


Color preview on white background

This text has color #004473 on white background.



Black color preview on #004473 background

This text has black color on #004473 background.


White color preview on #004473 background

This text has white color on #004473 background.