Color Hex Logo

#00466e Color Hex

#00466E
(0,70,110)
0 Favorites   0 Comments

Color spaces of #00466e

RGB 070110
HSL0.561.000.22
HSV202°100°43°
CMYK 1.000.360.00   0.57
XYZ5.00465.506115.5509
Yxy5.50610.19200.2113
Hunter Lab23.4651-2.9937-22.8674
CIE-Lab28.1306-2.8133-28.4559

#00466e color RGB value is (0,70,110).

#00466e hex color red value is 0, green value is 70 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #00466e hue: 0.56 , saturation: 1.00 and the lightness value of 00466e is 0.22.

The process color (four color CMYK) of #00466e color hex is 1.00, 0.36, 0.00, 0.57. Web safe color of #00466e is #003366. Color #00466e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000110 01101110
Octal 0 106 156
Decimal 0 70 110
Hex 0 46 6E

RGB Percentages of Color #00466e

%0.00
%38.89
%61.11

CMYK Percentages of Color #00466e

%100
%36
%0
%57

Triadic Colors of #00466e

#00466e #6e0046 #466e00

Analogous Colors of #00466e

#00466e #000f6e #006e5f

Monochromatic Colors of #00466e

#00466e

Complementary Color

#00466e #6e2800

#00466e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00466e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00466e Color CSS Codes

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

#00466e Text Font Color

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

This sample text font color is #00466e
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.


#00466e Background Color

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

This div background color is #00466e


#00466e Border Color

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

This div border color is #00466e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00466e


Comments

No comments written yet.

Please login to write comment.