COLOR #046449

HEX: #046449
RGB: (4,100,73)

Color info

#046449 contains mainly green and blue colors. Web safe color of #046449 is #006633 (or #063).

RGB color model

#046449 color RGB value is (4,100,73).

  • red value is 4;
  • green value is 100;
  • blue value is 73.
RGB:
(4,100,73)
(2%,39%,29%)

RGB channels and saturation

R 4 of 255 = 2%
G 100 of 255 = 39%
B 73 of 255 = 29%

4
100
73

R + G + B ~ 23%. #046449 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 100 + 73 = 177 (100%)
R 4 of 177 ~ 2.26%
G 100 of 177 ~ 56.5%
B 73 of 177 ~ 41.24%

%56.5
%41.24

CMYK color model

#046449 color CMYK value is (96,0,27,61).

  • cyan value is 96.00%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 60.78%
CMYK:
(96,0,27,61)
C96M0Y27K61 
(96%,0%,27%,61%)
(0.96/0.00/0.27/0.61)	

CMYK percentages

%96
%0
%27
%60.78

Codes

Color #046449 in popluar color models

046449
RGB410073
HSL163°92.31%20.39%
HSB/HSV163°96.00%39.22%
CMYK96.00%0.00%27.00%
60.78%

Color #046449 in popluar number systems.

HEX046449
Decimal410073
Binary10011001001001001
Octal4144111

Shades and tints

Shades of #046449

#046449
(4,100,73)
#045B43
(4,91,67)
#04523D
(4,82,61)
#044937
(4,73,55)
#044031
(4,64,49)
#04372B
(4,55,43)
#042E25
(4,46,37)
#04251F
(4,37,31)
#041C19
(4,28,25)
#041313
(4,19,19)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #046449

#046449
(4,100,73)
#1A7259
(26,114,89)
#308069
(48,128,105)
#468E79
(70,142,121)
#5C9C89
(92,156,137)
#72AA99
(114,170,153)
#88B8A9
(136,184,169)
#9EC6B9
(158,198,185)
#B4D4C9
(180,212,201)
#CAE2D9
(202,226,217)
#E0F0E9
(224,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046449 color. Also use rgb(4,100,73) instead hex code.

Text Font Color

.myTextColor { color: #046449; }

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

This text font color is #046449.


Background Color

.myBgColor { background-color: #046449; }

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

This div background color is #046449.


Border color

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

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

This div border color is #046449.


Opacity

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

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

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

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

This text has shadow with #046449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046449 on black background.


Color preview on white background

This text has color #046449 on white background.



Black color preview on #046449 background

This text has black color on #046449 background.


White color preview on #046449 background

This text has white color on #046449 background.