COLOR #004B76

HEX: #004B76
RGB: (0,75,118)

Color info

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

RGB color model

#004B76 color RGB value is (0,75,118).

  • red value is 0;
  • green value is 75;
  • blue value is 118.
RGB:
(0,75,118)
(0%,29%,46%)

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 118 of 255 = 46%

0
75
118

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

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 118 = 193 (100%)
R 0 of 193 ~ 0%
G 75 of 193 ~ 38.86%
B 118 of 193 ~ 61.14%

%38.86
%61.14

CMYK color model

#004B76 color CMYK value is (100,36,0,54).

  • cyan value is 100.00%
  • magenta value is 36.44%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(100,36,0,54)
C100M36Y0K54 
(100%,36%,0%,54%)
(1.00/0.36/0.00/0.54)	

CMYK percentages

%100
%36.44
%0
%53.73

Codes

Color #004B76 in popluar color models

004B76
RGB075118
HSL202°100.00%23.14%
HSB/HSV202°100.00%46.27%
CMYK100.00%36.44%0.00%
53.73%

Color #004B76 in popluar number systems.

HEX004B76
Decimal075118
Binary010010111110110
Octal0113166

Shades and tints

Shades of #004B76

#004B76
(0,75,118)
#00456C
(0,69,108)
#003F62
(0,63,98)
#003958
(0,57,88)
#00334E
(0,51,78)
#002D44
(0,45,68)
#00273A
(0,39,58)
#002130
(0,33,48)
#001B26
(0,27,38)
#00151C
(0,21,28)
#000F12
(0,15,18)
#000000
(0,0,0)

Tints of #004B76

#004B76
(0,75,118)
#175B82
(23,91,130)
#2E6B8E
(46,107,142)
#457B9A
(69,123,154)
#5C8BA6
(92,139,166)
#739BB2
(115,155,178)
#8AABBE
(138,171,190)
#A1BBCA
(161,187,202)
#B8CBD6
(184,203,214)
#CFDBE2
(207,219,226)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004B76 color. Also use rgb(0,75,118) instead hex code.

Text Font Color

.myTextColor { color: #004B76; }

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

This text font color is #004B76.


Background Color

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

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

This div background color is #004B76.


Border color

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

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

This div border color is #004B76.


Opacity

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

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

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

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

This text has shadow with #004B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B76 on black background.


Color preview on white background

This text has color #004B76 on white background.



Black color preview on #004B76 background

This text has black color on #004B76 background.


White color preview on #004B76 background

This text has white color on #004B76 background.