COLOR #046481

HEX: #046481
RGB: (4,100,129)

Color info

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

RGB color model

#046481 color RGB value is (4,100,129).

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

RGB channels and saturation

R 4 of 255 = 2%
G 100 of 255 = 39%
B 129 of 255 = 51%

4
100
129

R + G + B ~ 31%. #046481 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 100 + 129 = 233 (100%)
R 4 of 233 ~ 1.72%
G 100 of 233 ~ 42.92%
B 129 of 233 ~ 55.36%

%42.92
%55.36

CMYK color model

#046481 color CMYK value is (97,22,0,49).

  • cyan value is 96.90%
  • magenta value is 22.48%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(97,22,0,49)
C97M22Y0K49 
(97%,22%,0%,49%)
(0.97/0.22/0.00/0.49)	

CMYK percentages

%96.9
%22.48
%0
%49.41

Codes

Color #046481 in popluar color models

046481
RGB4100129
HSL194°93.98%26.08%
HSB/HSV194°96.90%50.59%
CMYK96.90%22.48%0.00%
49.41%

Color #046481 in popluar number systems.

HEX046481
Decimal4100129
Binary100110010010000001
Octal4144201

Shades and tints

Shades of #046481

#046481
(4,100,129)
#045B76
(4,91,118)
#04526B
(4,82,107)
#044960
(4,73,96)
#044055
(4,64,85)
#04374A
(4,55,74)
#042E3F
(4,46,63)
#042534
(4,37,52)
#041C29
(4,28,41)
#04131E
(4,19,30)
#040A13
(4,10,19)
#000000
(0,0,0)

Tints of #046481

#046481
(4,100,129)
#1A728C
(26,114,140)
#308097
(48,128,151)
#468EA2
(70,142,162)
#5C9CAD
(92,156,173)
#72AAB8
(114,170,184)
#88B8C3
(136,184,195)
#9EC6CE
(158,198,206)
#B4D4D9
(180,212,217)
#CAE2E4
(202,226,228)
#E0F0EF
(224,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #046481; }

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

This text font color is #046481.


Background Color

.myBgColor { background-color: #046481; }

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

This div background color is #046481.


Border color

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

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

This div border color is #046481.


Opacity

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

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

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

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

This text has shadow with #046481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046481 on black background.


Color preview on white background

This text has color #046481 on white background.



Black color preview on #046481 background

This text has black color on #046481 background.


White color preview on #046481 background

This text has white color on #046481 background.