COLOR #004A77

HEX: #004A77 RGB: (0,74,119)

Color info

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

RGB color model

#004A77 color RGB value is (0,74,119).

RGB: (0,74,119) (0%, 29%, 47%)

RGB channels and saturation

R 0 of 255 = 0%
G 74 of 255 = 29%
B 119 of 255 = 47%

0
74
119

R + G + B ~ 25%. #004A77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 74 + 119 = 193 (100%)
R 0 of 193 ~ 0%
G 74 of 193 ~ 38.34%
B 119 of 193 ~ 61.66'%

%38.34
%61.66

CMYK color model

#004A77 color CMYK value is (100,38,0,53).

  • cyan value is 100.00%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (100,38,0,53)
C100M38Y0K53 (100%, 38%, 0%, 53%)
(1.00 / 0.38 / 0.00 / 0.53)

CMYK percentages

%100
%37.82
%0
%53.33

Codes

Color #004A77 in popluar color models

00 4A 77
RGB 0 74 119
HSL 203° 100.00% 23.33%
HSB/HSV 203° 100.00% 46.67%
CMYK 100.00% 37.82% 0.00%
53.33%

Color #004A77 in popluar number systems.

HEX 00 4A 77
Decimal 0 74 119
Binary 0 1001010 1110111
Octal 0 112 167

Shades and tints

Shades of #004A77

#004A77
(0,74,119)
#00446D
(0,68,109)
#003E63
(0,62,99)
#003859
(0,56,89)
#00324F
(0,50,79)
#002C45
(0,44,69)
#00263B
(0,38,59)
#002031
(0,32,49)
#001A27
(0,26,39)
#00141D
(0,20,29)
#000E13
(0,14,19)
#000000
(0,0,0)

Tints of #004A77

#004A77
(0,74,119)
#175A83
(23,90,131)
#2E6A8F
(46,106,143)
#457A9B
(69,122,155)
#5C8AA7
(92,138,167)
#739AB3
(115,154,179)
#8AAABF
(138,170,191)
#A1BACB
(161,186,203)
#B8CAD7
(184,202,215)
#CFDAE3
(207,218,227)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004A77; }

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

This text font color is #004A77.

Background Color

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

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

This div background color is #004A77.

Border color

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

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

This div border color is #004A77.

Opacity

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

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

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

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

This text has shadow with #004A77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004A77.

Preview

Color preview on black background

This text has color #004A77 on black background.


Color preview on white background

This text has color #004A77 on white background.


Black color preview on #004A77 background

This text has black color on #004A77 background.


White color preview on #004A77 background

This text has white color on #004A77 background.


Related colors

Complementary color

Complementary color for #hex is #FFB588.


I love getcolorcode.com

Triadic colors

1 #77004A and #4A7700 with #004A77 are triadic colors.

2 #774A00 and #4A0077 with #004A77 are triadic colors.