Color Hex Logo

#465cbd Color Hex

#465CBD
(70,92,189)
0 Favorites   0 Comments

Color spaces of #465cbd

RGB 7092189
HSL0.640.470.51
HSV229°63°74°
CMYK 0.630.510.00   0.26
XYZ15.538212.630549.7631
Yxy12.63050.19940.1621
Hunter Lab35.539415.8481-58.1416
CIE-Lab42.201122.5281-53.7094

#465cbd color RGB value is (70,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011100 10111101
Octal 106 134 275
Decimal 70 92 189
Hex 46 5C BD

RGB Percentages of Color #465cbd

%19.94
%26.21
%53.85

CMYK Percentages of Color #465cbd

%63
%51
%0
%26

Triadic Colors of #465cbd

#465cbd #bd465c #5cbd46

Analogous Colors of #465cbd

#465cbd #6c46bd #4698bd

Monochromatic Colors of #465cbd

#465cbd

Complementary Color

#465cbd #bda746

#465cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#465cbd Color CSS Codes

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

#465cbd Text Font Color

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

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


#465cbd Background Color

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

This div background color is #465cbd


#465cbd Border Color

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

This div border color is #465cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,92,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 #465cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465cbd


Comments

No comments written yet.

Please login to write comment.