COLOR #004A5E

HEX: #004A5E
RGB: (0,74,94)

Color info

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

RGB color model

#004A5E color RGB value is (0,74,94).

  • red value is 0;
  • green value is 74;
  • blue value is 94.
RGB:
(0,74,94)
(0%,29%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 74 of 255 = 29%
B 94 of 255 = 37%

0
74
94

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

Portions of RGB colors in percentages

R + G + B =
0 + 74 + 94 = 168 (100%)
R 0 of 168 ~ 0%
G 74 of 168 ~ 44.05%
B 94 of 168 ~ 55.95%

%44.05
%55.95

CMYK color model

#004A5E color CMYK value is (100,21,0,63).

  • cyan value is 100.00%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(100,21,0,63)
C100M21Y0K63 
(100%,21%,0%,63%)
(1.00/0.21/0.00/0.63)	

CMYK percentages

%100
%21.28
%0
%63.14

Codes

Color #004A5E in popluar color models

004A5E
RGB07494
HSL193°100.00%18.43%
HSB/HSV193°100.00%36.86%
CMYK100.00%21.28%0.00%
63.14%

Color #004A5E in popluar number systems.

HEX004A5E
Decimal07494
Binary010010101011110
Octal0112136

Shades and tints

Shades of #004A5E

#004A5E
(0,74,94)
#004456
(0,68,86)
#003E4E
(0,62,78)
#003846
(0,56,70)
#00323E
(0,50,62)
#002C36
(0,44,54)
#00262E
(0,38,46)
#002026
(0,32,38)
#001A1E
(0,26,30)
#001416
(0,20,22)
#000E0E
(0,14,14)
#000000
(0,0,0)

Tints of #004A5E

#004A5E
(0,74,94)
#175A6C
(23,90,108)
#2E6A7A
(46,106,122)
#457A88
(69,122,136)
#5C8A96
(92,138,150)
#739AA4
(115,154,164)
#8AAAB2
(138,170,178)
#A1BAC0
(161,186,192)
#B8CACE
(184,202,206)
#CFDADC
(207,218,220)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004A5E color. Also use rgb(0,74,94) instead hex code.

Text Font Color

.myTextColor { color: #004A5E; }

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

This text font color is #004A5E.


Background Color

.myBgColor { background-color: #004A5E; }

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

This div background color is #004A5E.


Border color

.myBorderColor { border: 1px solid #004A5E; }

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

This div border color is #004A5E.


Opacity

.myOpacity80 { color: #004A5E; opacity: 0.8; }

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

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

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

This text has shadow with #004A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004A5E on black background.


Color preview on white background

This text has color #004A5E on white background.



Black color preview on #004A5E background

This text has black color on #004A5E background.


White color preview on #004A5E background

This text has white color on #004A5E background.