Color Hex Logo

#465abd Color Hex

#465ABD
(70,90,189)
0 Favorites   0 Comments

Color spaces of #465abd

RGB 7090189
HSL0.640.470.51
HSV230°63°74°
CMYK 0.630.520.00   0.26
XYZ15.367312.288549.7061
Yxy12.28850.19860.1588
Hunter Lab35.055016.9042-59.5317
CIE-Lab41.671023.8071-54.5645

#465abd color RGB value is (70,90,189).

#465abd hex color red value is 70, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #465abd hue: 0.64 , saturation: 0.47 and the lightness value of 465abd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011010 10111101
Octal 106 132 275
Decimal 70 90 189
Hex 46 5A BD

RGB Percentages of Color #465abd

%20.06
%25.79
%54.15

CMYK Percentages of Color #465abd

%63
%52
%0
%26

Triadic Colors of #465abd

#465abd #bd465a #5abd46

Analogous Colors of #465abd

#465abd #6e46bd #4696bd

Monochromatic Colors of #465abd

#465abd

Complementary Color

#465abd #bda946

#465abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#465abd Color CSS Codes

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

#465abd Text Font Color

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

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


#465abd Background Color

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

This div background color is #465abd


#465abd Border Color

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

This div border color is #465abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465abd


Comments

No comments written yet.

Please login to write comment.