COLOR #004A49

HEX: #004A49 RGB: (0,74,73)

Color info

#004A49 contains only green and blue colors. Web safe color of #004A49 is #003333 (or #033).

RGB color model

#004A49 color RGB value is (0,74,73).

RGB: (0,74,73) (0%, 29%, 29%)

RGB channels and saturation

R 0 of 255 = 0%
G 74 of 255 = 29%
B 73 of 255 = 29%

0
74
73

R + G + B ~ 19%. #004A49 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 74 + 73 = 147 (100%)
R 0 of 147 ~ 0%
G 74 of 147 ~ 50.34%
B 73 of 147 ~ 49.66'%

%50.34
%49.66

CMYK color model

#004A49 color CMYK value is (100,0,1,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 70.98%

CMYK: (100,0,1,71)
C100M0Y1K71 (100%, 0%, 1%, 71%)
(1.00 / 0.00 / 0.01 / 0.71)

CMYK percentages

%100
%0
%1.35
%70.98

Codes

Color #004A49 in popluar color models

00 4A 49
RGB 0 74 73
HSL 179° 100.00% 14.51%
HSB/HSV 179° 100.00% 29.02%
CMYK 100.00% 0.00% 1.35%
70.98%

Color #004A49 in popluar number systems.

HEX 00 4A 49
Decimal 0 74 73
Binary 0 1001010 1001001
Octal 0 112 111

Shades and tints

Shades of #004A49

#004A49
(0,74,73)
#004443
(0,68,67)
#003E3D
(0,62,61)
#003837
(0,56,55)
#003231
(0,50,49)
#002C2B
(0,44,43)
#002625
(0,38,37)
#00201F
(0,32,31)
#001A19
(0,26,25)
#001413
(0,20,19)
#000E0D
(0,14,13)
#000000
(0,0,0)

Tints of #004A49

#004A49
(0,74,73)
#175A59
(23,90,89)
#2E6A69
(46,106,105)
#457A79
(69,122,121)
#5C8A89
(92,138,137)
#739A99
(115,154,153)
#8AAAA9
(138,170,169)
#A1BAB9
(161,186,185)
#B8CAC9
(184,202,201)
#CFDAD9
(207,218,217)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004A49; }

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

This text font color is #004A49.

Background Color

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

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

This div background color is #004A49.

Border color

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

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

This div border color is #004A49.

Opacity

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

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

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

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

This text has shadow with #004A49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004A49.

Preview

Color preview on black background

This text has color #004A49 on black background.


Color preview on white background

This text has color #004A49 on white background.


Black color preview on #004A49 background

This text has black color on #004A49 background.


White color preview on #004A49 background

This text has white color on #004A49 background.


Related colors

Complementary color

Complementary color for #hex is #FFB5B6.


I love getcolorcode.com

Triadic colors

1 #49004A and #4A4900 with #004A49 are triadic colors.

2 #494A00 and #4A0049 with #004A49 are triadic colors.