COLOR #004A62

HEX: #004A62
RGB: (0,74,98)

Color info

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

RGB color model

#004A62 color RGB value is (0,74,98).

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

RGB channels and saturation

R 0 of 255 = 0%
G 74 of 255 = 29%
B 98 of 255 = 38%

0
74
98

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

Portions of RGB colors in percentages

R + G + B =
0 + 74 + 98 = 172 (100%)
R 0 of 172 ~ 0%
G 74 of 172 ~ 43.02%
B 98 of 172 ~ 56.98%

%43.02
%56.98

CMYK color model

#004A62 color CMYK value is (100,24,0,62).

  • cyan value is 100.00%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(100,24,0,62)
C100M24Y0K62 
(100%,24%,0%,62%)
(1.00/0.24/0.00/0.62)	

CMYK percentages

%100
%24.49
%0
%61.57

Codes

Color #004A62 in popluar color models

004A62
RGB07498
HSL195°100.00%19.22%
HSB/HSV195°100.00%38.43%
CMYK100.00%24.49%0.00%
61.57%

Color #004A62 in popluar number systems.

HEX004A62
Decimal07498
Binary010010101100010
Octal0112142

Shades and tints

Shades of #004A62

#004A62
(0,74,98)
#00445A
(0,68,90)
#003E52
(0,62,82)
#00384A
(0,56,74)
#003242
(0,50,66)
#002C3A
(0,44,58)
#002632
(0,38,50)
#00202A
(0,32,42)
#001A22
(0,26,34)
#00141A
(0,20,26)
#000E12
(0,14,18)
#000000
(0,0,0)

Tints of #004A62

#004A62
(0,74,98)
#175A70
(23,90,112)
#2E6A7E
(46,106,126)
#457A8C
(69,122,140)
#5C8A9A
(92,138,154)
#739AA8
(115,154,168)
#8AAAB6
(138,170,182)
#A1BAC4
(161,186,196)
#B8CAD2
(184,202,210)
#CFDAE0
(207,218,224)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004A62; }

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

This text font color is #004A62.


Background Color

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

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

This div background color is #004A62.


Border color

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

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

This div border color is #004A62.


Opacity

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

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

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

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

This text has shadow with #004A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004A62 on black background.


Color preview on white background

This text has color #004A62 on white background.



Black color preview on #004A62 background

This text has black color on #004A62 background.


White color preview on #004A62 background

This text has white color on #004A62 background.