Color Hex Logo

#465cbe Color Hex

#465CBE
(70,92,190)
0 Favorites   0 Comments

Color spaces of #465cbe

RGB 7092190
HSL0.640.480.51
HSV229°63°75°
CMYK 0.630.520.00   0.25
XYZ15.647212.674150.3368
Yxy12.67410.19890.1611
Hunter Lab35.600716.1530-58.9113
CIE-Lab42.268022.8776-54.1838

#465cbe color RGB value is (70,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011100 10111110
Octal 106 134 276
Decimal 70 92 190
Hex 46 5C BE

RGB Percentages of Color #465cbe

%19.89
%26.14
%53.98

CMYK Percentages of Color #465cbe

%63
%52
%0
%25

Triadic Colors of #465cbe

#465cbe #be465c #5cbe46

Analogous Colors of #465cbe

#465cbe #6c46be #4698be

Monochromatic Colors of #465cbe

#465cbe

Complementary Color

#465cbe #bea846

#465cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#465cbe Color CSS Codes

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

#465cbe Text Font Color

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

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


#465cbe Background Color

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

This div background color is #465cbe


#465cbe Border Color

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

This div border color is #465cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465cbe


Comments

No comments written yet.

Please login to write comment.