Color Hex Logo

#465ebf Color Hex

#465EBF
(70,94,191)
0 Favorites   0 Comments

Color spaces of #465ebf

RGB 7094191
HSL0.630.490.51
HSV228°63°75°
CMYK 0.630.510.00   0.25
XYZ15.932513.069150.9731
Yxy13.06910.19920.1634
Hunter Lab36.151215.4036-58.2929
CIE-Lab42.867221.9506-53.7997

#465ebf color RGB value is (70,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011110 10111111
Octal 106 136 277
Decimal 70 94 191
Hex 46 5E BF

RGB Percentages of Color #465ebf

%19.72
%26.48
%53.80

CMYK Percentages of Color #465ebf

%63
%51
%0
%25

Triadic Colors of #465ebf

#465ebf #bf465e #5ebf46

Analogous Colors of #465ebf

#465ebf #6b46bf #469bbf

Monochromatic Colors of #465ebf

#465ebf

Complementary Color

#465ebf #bfa746

#465ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#465ebf Color CSS Codes

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

#465ebf Text Font Color

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

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


#465ebf Background Color

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

This div background color is #465ebf


#465ebf Border Color

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

This div border color is #465ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465ebf


Comments

No comments written yet.

Please login to write comment.