COLOR #04486E

HEX: #04486E
RGB: (4,72,110)

Color info

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

RGB color model

#04486E color RGB value is (4,72,110).

  • red value is 4;
  • green value is 72;
  • blue value is 110.
RGB:
(4,72,110)
(2%,28%,43%)

RGB channels and saturation

R 4 of 255 = 2%
G 72 of 255 = 28%
B 110 of 255 = 43%

4
72
110

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

Portions of RGB colors in percentages

R + G + B =
4 + 72 + 110 = 186 (100%)
R 4 of 186 ~ 2.15%
G 72 of 186 ~ 38.71%
B 110 of 186 ~ 59.14%

%38.71
%59.14

CMYK color model

#04486E color CMYK value is (96,35,0,57).

  • cyan value is 96.36%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(96,35,0,57)
C96M35Y0K57 
(96%,35%,0%,57%)
(0.96/0.35/0.00/0.57)	

CMYK percentages

%96.36
%34.55
%0
%56.86

Codes

Color #04486E in popluar color models

04486E
RGB472110
HSL202°92.98%22.35%
HSB/HSV202°96.36%43.14%
CMYK96.36%34.55%0.00%
56.86%

Color #04486E in popluar number systems.

HEX04486E
Decimal472110
Binary10010010001101110
Octal4110156

Shades and tints

Shades of #04486E

#04486E
(4,72,110)
#044264
(4,66,100)
#043C5A
(4,60,90)
#043650
(4,54,80)
#043046
(4,48,70)
#042A3C
(4,42,60)
#042432
(4,36,50)
#041E28
(4,30,40)
#04181E
(4,24,30)
#041214
(4,18,20)
#040C0A
(4,12,10)
#000000
(0,0,0)

Tints of #04486E

#04486E
(4,72,110)
#1A587B
(26,88,123)
#306888
(48,104,136)
#467895
(70,120,149)
#5C88A2
(92,136,162)
#7298AF
(114,152,175)
#88A8BC
(136,168,188)
#9EB8C9
(158,184,201)
#B4C8D6
(180,200,214)
#CAD8E3
(202,216,227)
#E0E8F0
(224,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04486E color. Also use rgb(4,72,110) instead hex code.

Text Font Color

.myTextColor { color: #04486E; }

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

This text font color is #04486E.


Background Color

.myBgColor { background-color: #04486E; }

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

This div background color is #04486E.


Border color

.myBorderColor { border: 1px solid #04486E; }

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

This div border color is #04486E.


Opacity

.myOpacity80 { color: #04486E; opacity: 0.8; }

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

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

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

This text has shadow with #04486E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04486E on black background.


Color preview on white background

This text has color #04486E on white background.



Black color preview on #04486E background

This text has black color on #04486E background.


White color preview on #04486E background

This text has white color on #04486E background.