Color Hex Logo

#465ebe Color Hex

#465EBE
(70,94,190)
0 Favorites   0 Comments

Color spaces of #465ebe

RGB 7094190
HSL0.630.480.51
HSV228°63°75°
CMYK 0.630.510.00   0.25
XYZ15.822813.025250.3954
Yxy13.02520.19970.1644
Hunter Lab36.090415.0998-57.5271
CIE-Lab42.801221.6008-53.3246

#465ebe color RGB value is (70,94,190).

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

The process color (four color CMYK) of #465ebe color hex is 0.63, 0.51, 0.00, 0.25. Web safe color of #465ebe is #3366cc. Color #465ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011110 10111110
Octal 106 136 276
Decimal 70 94 190
Hex 46 5E BE

RGB Percentages of Color #465ebe

%19.77
%26.55
%53.67

CMYK Percentages of Color #465ebe

%63
%51
%0
%25

Triadic Colors of #465ebe

#465ebe #be465e #5ebe46

Analogous Colors of #465ebe

#465ebe #6a46be #469abe

Monochromatic Colors of #465ebe

#465ebe

Complementary Color

#465ebe #bea646

#465ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#465ebe Color CSS Codes

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

#465ebe Text Font Color

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

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


#465ebe Background Color

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

This div background color is #465ebe


#465ebe Border Color

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

This div border color is #465ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465ebe


Comments

No comments written yet.

Please login to write comment.