COLOR #046174

HEX: #046174
RGB: (4,97,116)

Color info

#046174 contains mainly green and blue colors. Web safe color of #046174 is #006666 (or #066).

RGB color model

#046174 color RGB value is (4,97,116).

  • red value is 4;
  • green value is 97;
  • blue value is 116.
RGB:
(4,97,116)
(2%,38%,45%)

RGB channels and saturation

R 4 of 255 = 2%
G 97 of 255 = 38%
B 116 of 255 = 45%

4
97
116

R + G + B ~ 28%. #046174 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 97 + 116 = 217 (100%)
R 4 of 217 ~ 1.84%
G 97 of 217 ~ 44.7%
B 116 of 217 ~ 53.46%

%44.7
%53.46

CMYK color model

#046174 color CMYK value is (97,16,0,55).

  • cyan value is 96.55%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(97,16,0,55)
C97M16Y0K55 
(97%,16%,0%,55%)
(0.97/0.16/0.00/0.55)	

CMYK percentages

%96.55
%16.38
%0
%54.51

Codes

Color #046174 in popluar color models

046174
RGB497116
HSL190°93.33%23.53%
HSB/HSV190°96.55%45.49%
CMYK96.55%16.38%0.00%
54.51%

Color #046174 in popluar number systems.

HEX046174
Decimal497116
Binary10011000011110100
Octal4141164

Shades and tints

Shades of #046174

#046174
(4,97,116)
#04596A
(4,89,106)
#045160
(4,81,96)
#044956
(4,73,86)
#04414C
(4,65,76)
#043942
(4,57,66)
#043138
(4,49,56)
#04292E
(4,41,46)
#042124
(4,33,36)
#04191A
(4,25,26)
#041110
(4,17,16)
#000000
(0,0,0)

Tints of #046174

#046174
(4,97,116)
#1A6F80
(26,111,128)
#307D8C
(48,125,140)
#468B98
(70,139,152)
#5C99A4
(92,153,164)
#72A7B0
(114,167,176)
#88B5BC
(136,181,188)
#9EC3C8
(158,195,200)
#B4D1D4
(180,209,212)
#CADFE0
(202,223,224)
#E0EDEC
(224,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046174 color. Also use rgb(4,97,116) instead hex code.

Text Font Color

.myTextColor { color: #046174; }

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

This text font color is #046174.


Background Color

.myBgColor { background-color: #046174; }

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

This div background color is #046174.


Border color

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

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

This div border color is #046174.


Opacity

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

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

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

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

This text has shadow with #046174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046174 on black background.


Color preview on white background

This text has color #046174 on white background.



Black color preview on #046174 background

This text has black color on #046174 background.


White color preview on #046174 background

This text has white color on #046174 background.