Color Hex Logo

#465dae Color Hex

#465DAE
(70,93,174)
0 Favorites   0 Comments

Color spaces of #465dae

RGB 7093174
HSL0.630.430.48
HSV227°60°68°
CMYK 0.600.470.00   0.32
XYZ14.080112.186841.6546
Yxy12.18680.20730.1794
Hunter Lab34.909610.9027-46.3089
CIE-Lab41.511516.6667-46.0304

#465dae color RGB value is (70,93,174).

#465dae hex color red value is 70, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #465dae hue: 0.63 , saturation: 0.43 and the lightness value of 465dae is 0.48.

The process color (four color CMYK) of #465dae color hex is 0.60, 0.47, 0.00, 0.32. Web safe color of #465dae is #336699. Color #465dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011101 10101110
Octal 106 135 256
Decimal 70 93 174
Hex 46 5D AE

RGB Percentages of Color #465dae

%20.77
%27.60
%51.63

CMYK Percentages of Color #465dae

%60
%47
%0
%32

Triadic Colors of #465dae

#465dae #ae465d #5dae46

Analogous Colors of #465dae

#465dae #6346ae #4691ae

Monochromatic Colors of #465dae

#465dae

Complementary Color

#465dae #ae9746

#465dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#465dae Color CSS Codes

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

#465dae Text Font Color

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

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


#465dae Background Color

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

This div background color is #465dae


#465dae Border Color

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

This div border color is #465dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,93,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #465dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #465dae;
  -webkit-box-shadow: 1px 1px 3px 2px #465dae;
  box-shadow:         1px 1px 3px 2px #465dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465dae


Comments

No comments written yet.

Please login to write comment.