COLOR #04064D

HEX: #04064D
RGB: (4,6,77)

Color info

#04064D contains mainly blue color. Web safe color of #04064D is #000033 (or #003).

RGB color model

#04064D color RGB value is (4,6,77).

  • red value is 4;
  • green value is 6;
  • blue value is 77.
RGB:
(4,6,77)
(2%,2%,30%)

RGB channels and saturation

R 4 of 255 = 2%
G 6 of 255 = 2%
B 77 of 255 = 30%

4
6
77

R + G + B ~ 11%. #04064D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 6 + 77 = 87 (100%)
R 4 of 87 ~ 4.6%
G 6 of 87 ~ 6.9%
B 77 of 87 ~ 88.51%

%88.51

CMYK color model

#04064D color CMYK value is (95,92,0,70).

  • cyan value is 94.81%
  • magenta value is 92.21%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(95,92,0,70)
C95M92Y0K70 
(95%,92%,0%,70%)
(0.95/0.92/0.00/0.70)	

CMYK percentages

%94.81
%92.21
%0
%69.8

Codes

Color #04064D in popluar color models

04064D
RGB4677
HSL238°90.12%15.88%
HSB/HSV238°94.81%30.20%
CMYK94.81%92.21%0.00%
69.80%

Color #04064D in popluar number systems.

HEX04064D
Decimal4677
Binary1001101001101
Octal46115

Shades and tints

Shades of #04064D

#04064D
(4,6,77)
#040646
(4,6,70)
#04063F
(4,6,63)
#040638
(4,6,56)
#040631
(4,6,49)
#04062A
(4,6,42)
#040623
(4,6,35)
#04061C
(4,6,28)
#040615
(4,6,21)
#04060E
(4,6,14)
#040607
(4,6,7)
#000000
(0,0,0)

Tints of #04064D

#04064D
(4,6,77)
#1A1C5D
(26,28,93)
#30326D
(48,50,109)
#46487D
(70,72,125)
#5C5E8D
(92,94,141)
#72749D
(114,116,157)
#888AAD
(136,138,173)
#9EA0BD
(158,160,189)
#B4B6CD
(180,182,205)
#CACCDD
(202,204,221)
#E0E2ED
(224,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04064D color. Also use rgb(4,6,77) instead hex code.

Text Font Color

.myTextColor { color: #04064D; }

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

This text font color is #04064D.


Background Color

.myBgColor { background-color: #04064D; }

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

This div background color is #04064D.


Border color

.myBorderColor { border: 1px solid #04064D; }

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

This div border color is #04064D.


Opacity

.myOpacity80 { color: #04064D; opacity: 0.8; }

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

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

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

This text has shadow with #04064D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04064D on black background.


Color preview on white background

This text has color #04064D on white background.



Black color preview on #04064D background

This text has black color on #04064D background.


White color preview on #04064D background

This text has white color on #04064D background.