COLOR #046291

HEX: #046291
RGB: (4,98,145)

Color info

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

RGB color model

#046291 color RGB value is (4,98,145).

  • red value is 4;
  • green value is 98;
  • blue value is 145.
RGB:
(4,98,145)
(2%,38%,57%)

RGB channels and saturation

R 4 of 255 = 2%
G 98 of 255 = 38%
B 145 of 255 = 57%

4
98
145

R + G + B ~ 32%. #046291 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 98 + 145 = 247 (100%)
R 4 of 247 ~ 1.62%
G 98 of 247 ~ 39.68%
B 145 of 247 ~ 58.7%

%39.68
%58.7

CMYK color model

#046291 color CMYK value is (97,32,0,43).

  • cyan value is 97.24%
  • magenta value is 32.41%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(97,32,0,43)
C97M32Y0K43 
(97%,32%,0%,43%)
(0.97/0.32/0.00/0.43)	

CMYK percentages

%97.24
%32.41
%0
%43.14

Codes

Color #046291 in popluar color models

046291
RGB498145
HSL200°94.63%29.22%
HSB/HSV200°97.24%56.86%
CMYK97.24%32.41%0.00%
43.14%

Color #046291 in popluar number systems.

HEX046291
Decimal498145
Binary100110001010010001
Octal4142221

Shades and tints

Shades of #046291

#046291
(4,98,145)
#045A84
(4,90,132)
#045277
(4,82,119)
#044A6A
(4,74,106)
#04425D
(4,66,93)
#043A50
(4,58,80)
#043243
(4,50,67)
#042A36
(4,42,54)
#042229
(4,34,41)
#041A1C
(4,26,28)
#04120F
(4,18,15)
#000000
(0,0,0)

Tints of #046291

#046291
(4,98,145)
#1A709B
(26,112,155)
#307EA5
(48,126,165)
#468CAF
(70,140,175)
#5C9AB9
(92,154,185)
#72A8C3
(114,168,195)
#88B6CD
(136,182,205)
#9EC4D7
(158,196,215)
#B4D2E1
(180,210,225)
#CAE0EB
(202,224,235)
#E0EEF5
(224,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046291 color. Also use rgb(4,98,145) instead hex code.

Text Font Color

.myTextColor { color: #046291; }

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

This text font color is #046291.


Background Color

.myBgColor { background-color: #046291; }

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

This div background color is #046291.


Border color

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

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

This div border color is #046291.


Opacity

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

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

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

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

This text has shadow with #046291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046291 on black background.


Color preview on white background

This text has color #046291 on white background.



Black color preview on #046291 background

This text has black color on #046291 background.


White color preview on #046291 background

This text has white color on #046291 background.