Color Hex Logo

#465db7 Color Hex

#465DB7
(70,93,183)
0 Favorites   0 Comments

Color spaces of #465db7

RGB 7093183
HSL0.630.450.50
HSV228°62°72°
CMYK 0.620.490.00   0.28
XYZ14.987412.549746.4322
Yxy12.54970.20260.1697
Hunter Lab35.425613.5228-52.9134
CIE-Lab42.076819.7948-50.4069

#465db7 color RGB value is (70,93,183).

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

The process color (four color CMYK) of #465db7 color hex is 0.62, 0.49, 0.00, 0.28. Web safe color of #465db7 is #3366cc. Color #465db7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011101 10110111
Octal 106 135 267
Decimal 70 93 183
Hex 46 5D B7

RGB Percentages of Color #465db7

%20.23
%26.88
%52.89

CMYK Percentages of Color #465db7

%62
%49
%0
%28

Triadic Colors of #465db7

#465db7 #b7465d #5db746

Analogous Colors of #465db7

#465db7 #6846b7 #4696b7

Monochromatic Colors of #465db7

#465db7

Complementary Color

#465db7 #b7a046

#465db7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465db7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465db7 Color CSS Codes

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

#465db7 Text Font Color

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

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


#465db7 Background Color

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

This div background color is #465db7


#465db7 Border Color

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

This div border color is #465db7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465db7


Comments

No comments written yet.

Please login to write comment.