Color Hex Logo

#465aba Color Hex

#465ABA
(70,90,186)
0 Favorites   0 Comments

Color spaces of #465aba

RGB 7090186
HSL0.640.460.50
HSV230°62°73°
CMYK 0.620.520.00   0.27
XYZ15.044912.159648.0085
Yxy12.15960.20000.1617
Hunter Lab34.870615.9901-57.2187
CIE-Lab41.468722.7610-53.1399

#465aba color RGB value is (70,90,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011010 10111010
Octal 106 132 272
Decimal 70 90 186
Hex 46 5A BA

RGB Percentages of Color #465aba

%20.23
%26.01
%53.76

CMYK Percentages of Color #465aba

%62
%52
%0
%27

Triadic Colors of #465aba

#465aba #ba465a #5aba46

Analogous Colors of #465aba

#465aba #6c46ba #4694ba

Monochromatic Colors of #465aba

#465aba

Complementary Color

#465aba #baa646

#465aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#465aba Color CSS Codes

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

#465aba Text Font Color

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

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


#465aba Background Color

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

This div background color is #465aba


#465aba Border Color

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

This div border color is #465aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465aba


Comments

No comments written yet.

Please login to write comment.