Color Hex Logo

#465cba Color Hex

#465CBA
(70,92,186)
0 Favorites   0 Comments

Color spaces of #465cba

RGB 7092186
HSL0.640.460.50
HSV229°62°73°
CMYK 0.620.510.00   0.27
XYZ15.215912.501648.0655
Yxy12.50160.20080.1650
Hunter Lab35.357614.9404-55.8491
CIE-Lab42.002521.4809-52.2798

#465cba color RGB value is (70,92,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011100 10111010
Octal 106 134 272
Decimal 70 92 186
Hex 46 5C BA

RGB Percentages of Color #465cba

%20.11
%26.44
%53.45

CMYK Percentages of Color #465cba

%62
%51
%0
%27

Triadic Colors of #465cba

#465cba #ba465c #5cba46

Analogous Colors of #465cba

#465cba #6a46ba #4696ba

Monochromatic Colors of #465cba

#465cba

Complementary Color

#465cba #baa446

#465cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#465cba Color CSS Codes

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

#465cba Text Font Color

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

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


#465cba Background Color

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

This div background color is #465cba


#465cba Border Color

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

This div border color is #465cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465cba

#465cba Color Palettes


Comments

No comments written yet.

Please login to write comment.