COLOR #000471

HEX: #000471 RGB: (0,4,113)

Color info

#000471 contains mainly blue color. Web safe color of #000471 is #000066 (or #006).

RGB color model

#000471 color RGB value is (0,4,113).

RGB: (0,4,113) (0%, 2%, 44%)

RGB channels and saturation

R 0 of 255 = 0%
G 4 of 255 = 2%
B 113 of 255 = 44%

0
4
113

R + G + B ~ 15%. #000471 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 4 + 113 = 117 (100%)
R 0 of 117 ~ 0%
G 4 of 117 ~ 3.42%
B 113 of 117 ~ 96.58'%

%96.58

CMYK color model

#000471 color CMYK value is (100,96,0,56).

  • cyan value is 100.00%
  • magenta value is 96.46%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (100,96,0,56)
C100M96Y0K56 (100%, 96%, 0%, 56%)
(1.00 / 0.96 / 0.00 / 0.56)

CMYK percentages

%100
%96.46
%0
%55.69

Codes

Color #000471 in popluar color models

00 04 71
RGB 0 4 113
HSL 238° 100.00% 22.16%
HSB/HSV 238° 100.00% 44.31%
CMYK 100.00% 96.46% 0.00%
55.69%

Color #000471 in popluar number systems.

HEX 00 04 71
Decimal 0 4 113
Binary 0 100 1110001
Octal 0 4 161

Shades and tints

Shades of #000471

#000471
(0,4,113)
#000467
(0,4,103)
#00045D
(0,4,93)
#000453
(0,4,83)
#000449
(0,4,73)
#00043F
(0,4,63)
#000435
(0,4,53)
#00042B
(0,4,43)
#000421
(0,4,33)
#000417
(0,4,23)
#00040D
(0,4,13)
#000000
(0,0,0)

Tints of #000471

#000471
(0,4,113)
#171A7D
(23,26,125)
#2E3089
(46,48,137)
#454695
(69,70,149)
#5C5CA1
(92,92,161)
#7372AD
(115,114,173)
#8A88B9
(138,136,185)
#A19EC5
(161,158,197)
#B8B4D1
(184,180,209)
#CFCADD
(207,202,221)
#E6E0E9
(230,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000471 color. Also use rgb(0,4,113) instead hex code.

Text Font Color

.myTextColor { color: #000471; }

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

This text font color is #000471.

Background Color

.myBgColor { background-color: #000471; }

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

This div background color is #000471.

Border color

.myBorderColor { border: 1px solid #000471; }

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

This div border color is #000471.

Opacity

.myOpacity80 { color: #000471; opacity: 0.8; }

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

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

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

This text has shadow with #000471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000471.

Preview

Color preview on black background

This text has color #000471 on black background.


Color preview on white background

This text has color #000471 on white background.


Black color preview on #000471 background

This text has black color on #000471 background.


White color preview on #000471 background

This text has white color on #000471 background.


Related colors

Complementary color

Complementary color for #hex is #FFFB8E.


I love getcolorcode.com

Triadic colors

1 #710004 and #047100 with #000471 are triadic colors.

2 #710400 and #040071 with #000471 are triadic colors.