COLOR #046999

HEX: #046999
RGB: (4,105,153)

Color info

#046999 contains mainly green and blue colors. Web safe color of #046999 is #006699 (or #069).

RGB color model

#046999 color RGB value is (4,105,153).

  • red value is 4;
  • green value is 105;
  • blue value is 153.
RGB:
(4,105,153)
(2%,41%,60%)

RGB channels and saturation

R 4 of 255 = 2%
G 105 of 255 = 41%
B 153 of 255 = 60%

4
105
153

R + G + B ~ 34%. #046999 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 105 + 153 = 262 (100%)
R 4 of 262 ~ 1.53%
G 105 of 262 ~ 40.08%
B 153 of 262 ~ 58.4%

%40.08
%58.4

CMYK color model

#046999 color CMYK value is (97,31,0,40).

  • cyan value is 97.39%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(97,31,0,40)
C97M31Y0K40 
(97%,31%,0%,40%)
(0.97/0.31/0.00/0.40)	

CMYK percentages

%97.39
%31.37
%0
%40

Codes

Color #046999 in popluar color models

046999
RGB4105153
HSL199°94.90%30.78%
HSB/HSV199°97.39%60.00%
CMYK97.39%31.37%0.00%
40.00%

Color #046999 in popluar number systems.

HEX046999
Decimal4105153
Binary100110100110011001
Octal4151231

Shades and tints

Shades of #046999

#046999
(4,105,153)
#04608C
(4,96,140)
#04577F
(4,87,127)
#044E72
(4,78,114)
#044565
(4,69,101)
#043C58
(4,60,88)
#04334B
(4,51,75)
#042A3E
(4,42,62)
#042131
(4,33,49)
#041824
(4,24,36)
#040F17
(4,15,23)
#000000
(0,0,0)

Tints of #046999

#046999
(4,105,153)
#1A76A2
(26,118,162)
#3083AB
(48,131,171)
#4690B4
(70,144,180)
#5C9DBD
(92,157,189)
#72AAC6
(114,170,198)
#88B7CF
(136,183,207)
#9EC4D8
(158,196,216)
#B4D1E1
(180,209,225)
#CADEEA
(202,222,234)
#E0EBF3
(224,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046999 color. Also use rgb(4,105,153) instead hex code.

Text Font Color

.myTextColor { color: #046999; }

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

This text font color is #046999.


Background Color

.myBgColor { background-color: #046999; }

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

This div background color is #046999.


Border color

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

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

This div border color is #046999.


Opacity

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

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

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

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

This text has shadow with #046999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046999 on black background.


Color preview on white background

This text has color #046999 on white background.



Black color preview on #046999 background

This text has black color on #046999 background.


White color preview on #046999 background

This text has white color on #046999 background.