Color Hex Logo

#000463 Color Hex

#000463
(0,4,99)
0 Favorites   0 Comments

Color spaces of #000463

RGB 0499
HSL0.661.000.19
HSV238°100°39°
CMYK 1.000.960.00   0.61
XYZ2.29550.987711.8740
Yxy0.98770.15140.0652
Hunter Lab9.938323.8370-63.8811
CIE-Lab8.888637.2490-52.6413

#000463 color RGB value is (0,4,99).

#000463 hex color red value is 0, green value is 4 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #000463 hue: 0.66 , saturation: 1.00 and the lightness value of 000463 is 0.19.

The process color (four color CMYK) of #000463 color hex is 1.00, 0.96, 0.00, 0.61. Web safe color of #000463 is #000066. Color #000463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000100 01100011
Octal 0 4 143
Decimal 0 4 99
Hex 0 4 63

RGB Percentages of Color #000463

%0.00
%3.88
%96.12

CMYK Percentages of Color #000463

%100
%96
%0
%61

Triadic Colors of #000463

#000463 #630004 #046300

Analogous Colors of #000463

#000463 #2d0063 #003663

Monochromatic Colors of #000463

#000463

Complementary Color

#000463 #635f00

#000463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000463 Color CSS Codes

.mybgcolor {background-color:#000463; } 
.myforecolor {color:#000463; }
.mybordercolor {border:3px solid #000463; }

#000463 Text Font Color

<p style="color:#000463">Text here</p>

This sample text font color is #000463
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#000463 Background Color

<div style="background-color:#000463">
Div content here</div>

This div background color is #000463


#000463 Border Color

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

This div border color is #000463


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,4,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #000463; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #000463;
  -webkit-box-shadow: 1px 1px 3px 2px #000463;
  box-shadow:         1px 1px 3px 2px #000463; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,4,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #000463">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #000463;
  -webkit-box-shadow: 1px 1px 3px 2px #000463;
  box-shadow:         1px 1px 3px 2px #000463;">
Div content here</div>

This div box has shadow with color #000463


Comments

No comments written yet.

Please login to write comment.