COLOR #040683

HEX: #040683
RGB: (4,6,131)

Color info

#040683 contains mainly blue color. Web safe color of #040683 is #000099 (or #009).

RGB color model

#040683 color RGB value is (4,6,131).

  • red value is 4;
  • green value is 6;
  • blue value is 131.
RGB:
(4,6,131)
(2%,2%,51%)

RGB channels and saturation

R 4 of 255 = 2%
G 6 of 255 = 2%
B 131 of 255 = 51%

4
6
131

R + G + B ~ 18%. #040683 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 6 + 131 = 141 (100%)
R 4 of 141 ~ 2.84%
G 6 of 141 ~ 4.26%
B 131 of 141 ~ 92.91%

%92.91

CMYK color model

#040683 color CMYK value is (97,95,0,49).

  • cyan value is 96.95%
  • magenta value is 95.42%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(97,95,0,49)
C97M95Y0K49 
(97%,95%,0%,49%)
(0.97/0.95/0.00/0.49)	

CMYK percentages

%96.95
%95.42
%0
%48.63

Codes

Color #040683 in popluar color models

040683
RGB46131
HSL239°94.07%26.47%
HSB/HSV239°96.95%51.37%
CMYK96.95%95.42%0.00%
48.63%

Color #040683 in popluar number systems.

HEX040683
Decimal46131
Binary10011010000011
Octal46203

Shades and tints

Shades of #040683

#040683
(4,6,131)
#040678
(4,6,120)
#04066D
(4,6,109)
#040662
(4,6,98)
#040657
(4,6,87)
#04064C
(4,6,76)
#040641
(4,6,65)
#040636
(4,6,54)
#04062B
(4,6,43)
#040620
(4,6,32)
#040615
(4,6,21)
#000000
(0,0,0)

Tints of #040683

#040683
(4,6,131)
#1A1C8E
(26,28,142)
#303299
(48,50,153)
#4648A4
(70,72,164)
#5C5EAF
(92,94,175)
#7274BA
(114,116,186)
#888AC5
(136,138,197)
#9EA0D0
(158,160,208)
#B4B6DB
(180,182,219)
#CACCE6
(202,204,230)
#E0E2F1
(224,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040683 color. Also use rgb(4,6,131) instead hex code.

Text Font Color

.myTextColor { color: #040683; }

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

This text font color is #040683.


Background Color

.myBgColor { background-color: #040683; }

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

This div background color is #040683.


Border color

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

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

This div border color is #040683.


Opacity

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

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

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

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

This text has shadow with #040683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040683 on black background.


Color preview on white background

This text has color #040683 on white background.



Black color preview on #040683 background

This text has black color on #040683 background.


White color preview on #040683 background

This text has white color on #040683 background.