COLOR #004479

HEX: #004479
RGB: (0,68,121)

Color info

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

RGB color model

#004479 color RGB value is (0,68,121).

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

RGB channels and saturation

R 0 of 255 = 0%
G 68 of 255 = 27%
B 121 of 255 = 47%

0
68
121

R + G + B ~ 25%. #004479 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 68 + 121 = 189 (100%)
R 0 of 189 ~ 0%
G 68 of 189 ~ 35.98%
B 121 of 189 ~ 64.02%

%35.98
%64.02

CMYK color model

#004479 color CMYK value is (100,44,0,53).

  • cyan value is 100.00%
  • magenta value is 43.80%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(100,44,0,53)
C100M44Y0K53 
(100%,44%,0%,53%)
(1.00/0.44/0.00/0.53)	

CMYK percentages

%100
%43.8
%0
%52.55

Codes

Color #004479 in popluar color models

004479
RGB068121
HSL206°100.00%23.73%
HSB/HSV206°100.00%47.45%
CMYK100.00%43.80%0.00%
52.55%

Color #004479 in popluar number systems.

HEX004479
Decimal068121
Binary010001001111001
Octal0104171

Shades and tints

Shades of #004479

#004479
(0,68,121)
#003E6E
(0,62,110)
#003863
(0,56,99)
#003258
(0,50,88)
#002C4D
(0,44,77)
#002642
(0,38,66)
#002037
(0,32,55)
#001A2C
(0,26,44)
#001421
(0,20,33)
#000E16
(0,14,22)
#00080B
(0,8,11)
#000000
(0,0,0)

Tints of #004479

#004479
(0,68,121)
#175585
(23,85,133)
#2E6691
(46,102,145)
#45779D
(69,119,157)
#5C88A9
(92,136,169)
#7399B5
(115,153,181)
#8AAAC1
(138,170,193)
#A1BBCD
(161,187,205)
#B8CCD9
(184,204,217)
#CFDDE5
(207,221,229)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004479; }

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

This text font color is #004479.


Background Color

.myBgColor { background-color: #004479; }

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

This div background color is #004479.


Border color

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

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

This div border color is #004479.


Opacity

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

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

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

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

This text has shadow with #004479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004479 on black background.


Color preview on white background

This text has color #004479 on white background.



Black color preview on #004479 background

This text has black color on #004479 background.


White color preview on #004479 background

This text has white color on #004479 background.