Color Hex Logo

#465bbe Color Hex

#465BBE
(70,91,190)
0 Favorites   0 Comments

Color spaces of #465bbe

RGB 7091190
HSL0.640.480.51
HSV230°63°75°
CMYK 0.630.520.00   0.25
XYZ15.561112.502050.3082
Yxy12.50200.19860.1595
Hunter Lab35.358216.6809-59.6081
CIE-Lab42.003123.5160-54.6113

#465bbe color RGB value is (70,91,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011011 10111110
Octal 106 133 276
Decimal 70 91 190
Hex 46 5B BE

RGB Percentages of Color #465bbe

%19.94
%25.93
%54.13

CMYK Percentages of Color #465bbe

%63
%52
%0
%25

Triadic Colors of #465bbe

#465bbe #be465b #5bbe46

Analogous Colors of #465bbe

#465bbe #6d46be #4697be

Monochromatic Colors of #465bbe

#465bbe

Complementary Color

#465bbe #bea946

#465bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#465bbe Color CSS Codes

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

#465bbe Text Font Color

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

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


#465bbe Background Color

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

This div background color is #465bbe


#465bbe Border Color

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

This div border color is #465bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465bbe


Comments

No comments written yet.

Please login to write comment.