COLOR #000468

HEX: #000468
RGB: (0,4,104)

Color info

#000468 contains mainly blue color. Web safe color of #000468 is #000066 (or #006).

RGB color model

#000468 color RGB value is (0,4,104).

  • red value is 0;
  • green value is 4;
  • blue value is 104.
RGB:
(0,4,104)
(0%,2%,41%)

RGB channels and saturation

R 0 of 255 = 0%
G 4 of 255 = 2%
B 104 of 255 = 41%

0
4
104

R + G + B ~ 14%. #000468 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 4 + 104 = 108 (100%)
R 0 of 108 ~ 0%
G 4 of 108 ~ 3.7%
B 104 of 108 ~ 96.3%

%96.3

CMYK color model

#000468 color CMYK value is (100,96,0,59).

  • cyan value is 100.00%
  • magenta value is 96.15%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(100,96,0,59)
C100M96Y0K59 
(100%,96%,0%,59%)
(1.00/0.96/0.00/0.59)	

CMYK percentages

%100
%96.15
%0
%59.22

Codes

Color #000468 in popluar color models

000468
RGB04104
HSL238°100.00%20.39%
HSB/HSV238°100.00%40.78%
CMYK100.00%96.15%0.00%
59.22%

Color #000468 in popluar number systems.

HEX000468
Decimal04104
Binary01001101000
Octal04150

Shades and tints

Shades of #000468

#000468
(0,4,104)
#00045F
(0,4,95)
#000456
(0,4,86)
#00044D
(0,4,77)
#000444
(0,4,68)
#00043B
(0,4,59)
#000432
(0,4,50)
#000429
(0,4,41)
#000420
(0,4,32)
#000417
(0,4,23)
#00040E
(0,4,14)
#000000
(0,0,0)

Tints of #000468

#000468
(0,4,104)
#171A75
(23,26,117)
#2E3082
(46,48,130)
#45468F
(69,70,143)
#5C5C9C
(92,92,156)
#7372A9
(115,114,169)
#8A88B6
(138,136,182)
#A19EC3
(161,158,195)
#B8B4D0
(184,180,208)
#CFCADD
(207,202,221)
#E6E0EA
(230,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000468 color. Also use rgb(0,4,104) instead hex code.

Text Font Color

.myTextColor { color: #000468; }

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

This text font color is #000468.


Background Color

.myBgColor { background-color: #000468; }

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

This div background color is #000468.


Border color

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

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

This div border color is #000468.


Opacity

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

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

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

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

This text has shadow with #000468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000468 on black background.


Color preview on white background

This text has color #000468 on white background.



Black color preview on #000468 background

This text has black color on #000468 background.


White color preview on #000468 background

This text has white color on #000468 background.