Color Hex Logo

#465abf Color Hex

#465ABF
(70,90,191)
0 Favorites   0 Comments

Color spaces of #465abf

RGB 7090191
HSL0.640.490.51
HSV230°63°75°
CMYK 0.630.530.00   0.25
XYZ15.585912.376050.8576
Yxy12.37600.19770.1570
Hunter Lab35.179517.5182-61.0874
CIE-Lab41.807624.5040-55.5092

#465abf color RGB value is (70,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011010 10111111
Octal 106 132 277
Decimal 70 90 191
Hex 46 5A BF

RGB Percentages of Color #465abf

%19.94
%25.64
%54.42

CMYK Percentages of Color #465abf

%63
%53
%0
%25

Triadic Colors of #465abf

#465abf #bf465a #5abf46

Analogous Colors of #465abf

#465abf #6f46bf #4697bf

Monochromatic Colors of #465abf

#465abf

Complementary Color

#465abf #bfab46

#465abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#465abf Color CSS Codes

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

#465abf Text Font Color

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

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


#465abf Background Color

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

This div background color is #465abf


#465abf Border Color

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

This div border color is #465abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465abf


Comments

No comments written yet.

Please login to write comment.