Color Hex Logo

#466499 Color Hex

#466499
(70,100,153)
0 Favorites   0 Comments

Color spaces of #466499

RGB 70100153
HSL0.610.370.44
HSV218°54°60°
CMYK 0.540.350.00   0.40
XYZ12.832712.716331.9151
Yxy12.71630.22330.2213
Hunter Lab35.65991.8308-28.1017
CIE-Lab42.33265.0717-32.2807

#466499 color RGB value is (70,100,153).

#466499 hex color red value is 70, green value is 100 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #466499 hue: 0.61 , saturation: 0.37 and the lightness value of 466499 is 0.44.

The process color (four color CMYK) of #466499 color hex is 0.54, 0.35, 0.00, 0.40. Web safe color of #466499 is #336699. Color #466499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100100 10011001
Octal 106 144 231
Decimal 70 100 153
Hex 46 64 99

RGB Percentages of Color #466499

%21.67
%30.96
%47.37

CMYK Percentages of Color #466499

%54
%35
%0
%40

Triadic Colors of #466499

#466499 #994664 #649946

Analogous Colors of #466499

#466499 #514699 #468e99

Monochromatic Colors of #466499

#466499

Complementary Color

#466499 #997b46

#466499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466499 Color CSS Codes

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

#466499 Text Font Color

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

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


#466499 Background Color

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

This div background color is #466499


#466499 Border Color

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

This div border color is #466499


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,100,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #466499; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #466499;
  -webkit-box-shadow: 1px 1px 3px 2px #466499;
  box-shadow:         1px 1px 3px 2px #466499; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466499


Comments

No comments written yet.

Please login to write comment.