Color Hex Logo

#465bde Color Hex

#465BDE
(70,91,222)
0 Favorites   0 Comments

Color spaces of #465bde

RGB 7091222
HSL0.640.700.57
HSV232°68°87°
CMYK 0.680.590.00   0.13
XYZ19.451714.058270.7955
Yxy14.05820.18650.1348
Hunter Lab37.494326.9893-85.7035
CIE-Lab44.316334.6682-69.2718

#465bde color RGB value is (70,91,222).

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

The process color (four color CMYK) of #465bde color hex is 0.68, 0.59, 0.00, 0.13. Web safe color of #465bde is #3366cc. Color #465bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011011 11011110
Octal 106 133 336
Decimal 70 91 222
Hex 46 5B DE

RGB Percentages of Color #465bde

%18.28
%23.76
%57.96

CMYK Percentages of Color #465bde

%68
%59
%0
%13

Triadic Colors of #465bde

#465bde #de465b #5bde46

Analogous Colors of #465bde

#465bde #7d46de #46a7de

Monochromatic Colors of #465bde

#465bde

Complementary Color

#465bde #dec946

#465bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#465bde Color CSS Codes

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

#465bde Text Font Color

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

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


#465bde Background Color

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

This div background color is #465bde


#465bde Border Color

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

This div border color is #465bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465bde


Comments

No comments written yet.

Please login to write comment.