Color Hex Logo

#465eba Color Hex

#465EBA
(70,94,186)
0 Favorites   0 Comments

Color spaces of #465eba

RGB 7094186
HSL0.630.460.50
HSV228°62°73°
CMYK 0.620.490.00   0.27
XYZ15.391412.852748.1240
Yxy12.85270.20150.1683
Hunter Lab35.850713.8949-54.4922
CIE-Lab42.540520.2019-51.4140

#465eba color RGB value is (70,94,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011110 10111010
Octal 106 136 272
Decimal 70 94 186
Hex 46 5E BA

RGB Percentages of Color #465eba

%20.00
%26.86
%53.14

CMYK Percentages of Color #465eba

%62
%49
%0
%27

Triadic Colors of #465eba

#465eba #ba465e #5eba46

Analogous Colors of #465eba

#465eba #6846ba #4698ba

Monochromatic Colors of #465eba

#465eba

Complementary Color

#465eba #baa246

#465eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#465eba Color CSS Codes

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

#465eba Text Font Color

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

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


#465eba Background Color

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

This div background color is #465eba


#465eba Border Color

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

This div border color is #465eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465eba


Comments

No comments written yet.

Please login to write comment.