COLOR #04174D

HEX: #04174D RGB: (4,23,77)

Color info

#04174D contains mainly green and blue colors. Web safe color of #04174D is #000033 (or #003).

RGB color model

#04174D color RGB value is (4,23,77).

RGB: (4,23,77) (2%, 9%, 30%)

RGB channels and saturation

R 4 of 255 = 2%
G 23 of 255 = 9%
B 77 of 255 = 30%

4
23
77

R + G + B ~ 14%. #04174D is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 23 + 77 = 104 (100%)
R 4 of 104 ~ 3.85%
G 23 of 104 ~ 22.12%
B 77 of 104 ~ 74.04'%

%22.12
%74.04

CMYK color model

#04174D color CMYK value is (95,70,0,70).

  • cyan value is 94.81%
  • magenta value is 70.13%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (95,70,0,70)
C95M70Y0K70 (95%, 70%, 0%, 70%)
(0.95 / 0.70 / 0.00 / 0.70)

CMYK percentages

%94.81
%70.13
%0
%69.8

Codes

Color #04174D in popluar color models

04 17 4D
RGB 4 23 77
HSL 224° 90.12% 15.88%
HSB/HSV 224° 94.81% 30.20%
CMYK 94.81% 70.13% 0.00%
69.80%

Color #04174D in popluar number systems.

HEX 04 17 4D
Decimal 4 23 77
Binary 100 10111 1001101
Octal 4 27 115

Shades and tints

Shades of #04174D

#04174D
(4,23,77)
#041546
(4,21,70)
#04133F
(4,19,63)
#041138
(4,17,56)
#040F31
(4,15,49)
#040D2A
(4,13,42)
#040B23
(4,11,35)
#04091C
(4,9,28)
#040715
(4,7,21)
#04050E
(4,5,14)
#040307
(4,3,7)
#000000
(0,0,0)

Tints of #04174D

#04174D
(4,23,77)
#1A2C5D
(26,44,93)
#30416D
(48,65,109)
#46567D
(70,86,125)
#5C6B8D
(92,107,141)
#72809D
(114,128,157)
#8895AD
(136,149,173)
#9EAABD
(158,170,189)
#B4BFCD
(180,191,205)
#CAD4DD
(202,212,221)
#E0E9ED
(224,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04174D color. Also use rgb(4,23,77) instead hex code.

Text Font Color

.myTextColor { color: #04174D; }

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

This text font color is #04174D.

Background Color

.myBgColor { background-color: #04174D; }

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

This div background color is #04174D.

Border color

.myBorderColor { border: 1px solid #04174D; }

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

This div border color is #04174D.

Opacity

.myOpacity80 { color: #04174D; opacity: 0.8; }

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

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

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

This text has shadow with #04174D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04174D.

Preview

Color preview on black background

This text has color #04174D on black background.


Color preview on white background

This text has color #04174D on white background.


Black color preview on #04174D background

This text has black color on #04174D background.


White color preview on #04174D background

This text has white color on #04174D background.


Related colors

Complementary color

Complementary color for #hex is #FBE8B2.


I love getcolorcode.com

Triadic colors

1 #4D0417 and #174D04 with #04174D are triadic colors.

2 #4D1704 and #17044D with #04174D are triadic colors.