Color Hex Logo

#00466d Color Hex

#00466D
(0,70,109)
1 Favorites   0 Comments

Color spaces of #00466d

RGB 070109
HSL0.561.000.21
HSV201°100°43°
CMYK 1.000.360.00   0.57
XYZ4.95055.484415.2657
Yxy5.48440.19260.2134
Hunter Lab23.4188-3.2498-22.2554
CIE-Lab28.0725-3.2408-27.9129

#00466d color RGB value is (0,70,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000110 01101101
Octal 0 106 155
Decimal 0 70 109
Hex 0 46 6D

RGB Percentages of Color #00466d

%0.00
%39.11
%60.89

CMYK Percentages of Color #00466d

%100
%36
%0
%57

Triadic Colors of #00466d

#00466d #6d0046 #466d00

Analogous Colors of #00466d

#00466d #00106d #006d5d

Monochromatic Colors of #00466d

#00466d

Complementary Color

#00466d #6d2700

#00466d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00466d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00466d Color CSS Codes

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

#00466d Text Font Color

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

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


#00466d Background Color

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

This div background color is #00466d


#00466d Border Color

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

This div border color is #00466d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00466d


Comments

No comments written yet.

Please login to write comment.