Color Hex Logo

#465d90 Color Hex

#465D90
(70,93,144)
0 Favorites   0 Comments

Color spaces of #465d90

RGB 7093144
HSL0.610.350.42
HSV221°51°56°
CMYK 0.510.350.00   0.44
XYZ11.474211.144427.9319
Yxy11.14440.22700.2205
Hunter Lab33.38322.9319-26.2400
CIE-Lab39.82266.4996-30.8340

#465d90 color RGB value is (70,93,144).

#465d90 hex color red value is 70, green value is 93 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #465d90 hue: 0.61 , saturation: 0.35 and the lightness value of 465d90 is 0.42.

The process color (four color CMYK) of #465d90 color hex is 0.51, 0.35, 0.00, 0.44. Web safe color of #465d90 is #336699. Color #465d90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011101 10010000
Octal 106 135 220
Decimal 70 93 144
Hex 46 5D 90

RGB Percentages of Color #465d90

%22.80
%30.29
%46.91

CMYK Percentages of Color #465d90

%51
%35
%0
%44

Triadic Colors of #465d90

#465d90 #90465d #5d9046

Analogous Colors of #465d90

#465d90 #544690 #468290

Monochromatic Colors of #465d90

#465d90

Complementary Color

#465d90 #907946

#465d90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465d90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465d90 Color CSS Codes

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

#465d90 Text Font Color

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

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


#465d90 Background Color

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

This div background color is #465d90


#465d90 Border Color

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

This div border color is #465d90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465d90

#465d90 Color Palettes


Comments

No comments written yet.

Please login to write comment.