COLOR #04465B

HEX: #04465B
RGB: (4,70,91)

Color info

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

RGB color model

#04465B color RGB value is (4,70,91).

  • red value is 4;
  • green value is 70;
  • blue value is 91.
RGB:
(4,70,91)
(2%,27%,36%)

RGB channels and saturation

R 4 of 255 = 2%
G 70 of 255 = 27%
B 91 of 255 = 36%

4
70
91

R + G + B ~ 22%. #04465B is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 70 + 91 = 165 (100%)
R 4 of 165 ~ 2.42%
G 70 of 165 ~ 42.42%
B 91 of 165 ~ 55.15%

%42.42
%55.15

CMYK color model

#04465B color CMYK value is (96,23,0,64).

  • cyan value is 95.60%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(96,23,0,64)
C96M23Y0K64 
(96%,23%,0%,64%)
(0.96/0.23/0.00/0.64)	

CMYK percentages

%95.6
%23.08
%0
%64.31

Codes

Color #04465B in popluar color models

04465B
RGB47091
HSL194°91.58%18.63%
HSB/HSV194°95.60%35.69%
CMYK95.60%23.08%0.00%
64.31%

Color #04465B in popluar number systems.

HEX04465B
Decimal47091
Binary10010001101011011
Octal4106133

Shades and tints

Shades of #04465B

#04465B
(4,70,91)
#044053
(4,64,83)
#043A4B
(4,58,75)
#043443
(4,52,67)
#042E3B
(4,46,59)
#042833
(4,40,51)
#04222B
(4,34,43)
#041C23
(4,28,35)
#04161B
(4,22,27)
#041013
(4,16,19)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #04465B

#04465B
(4,70,91)
#1A5669
(26,86,105)
#306677
(48,102,119)
#467685
(70,118,133)
#5C8693
(92,134,147)
#7296A1
(114,150,161)
#88A6AF
(136,166,175)
#9EB6BD
(158,182,189)
#B4C6CB
(180,198,203)
#CAD6D9
(202,214,217)
#E0E6E7
(224,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04465B color. Also use rgb(4,70,91) instead hex code.

Text Font Color

.myTextColor { color: #04465B; }

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

This text font color is #04465B.


Background Color

.myBgColor { background-color: #04465B; }

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

This div background color is #04465B.


Border color

.myBorderColor { border: 1px solid #04465B; }

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

This div border color is #04465B.


Opacity

.myOpacity80 { color: #04465B; opacity: 0.8; }

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

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

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

This text has shadow with #04465B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04465B on black background.


Color preview on white background

This text has color #04465B on white background.



Black color preview on #04465B background

This text has black color on #04465B background.


White color preview on #04465B background

This text has white color on #04465B background.