Color Hex Logo

#465b8e Color Hex

#465B8E
(70,91,142)
0 Favorites   0 Comments

Color spaces of #465b8e

RGB 7091142
HSL0.620.340.42
HSV223°51°56°
CMYK 0.510.360.00   0.44
XYZ11.149410.737327.0760
Yxy10.73730.22770.2193
Hunter Lab32.76783.3918-26.0538
CIE-Lab39.13447.1119-30.7090

#465b8e color RGB value is (70,91,142).

#465b8e hex color red value is 70, green value is 91 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #465b8e hue: 0.62 , saturation: 0.34 and the lightness value of 465b8e is 0.42.

The process color (four color CMYK) of #465b8e color hex is 0.51, 0.36, 0.00, 0.44. Web safe color of #465b8e is #336699. Color #465b8e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011011 10001110
Octal 106 133 216
Decimal 70 91 142
Hex 46 5B 8E

RGB Percentages of Color #465b8e

%23.10
%30.03
%46.86

CMYK Percentages of Color #465b8e

%51
%36
%0
%44

Triadic Colors of #465b8e

#465b8e #8e465b #5b8e46

Analogous Colors of #465b8e

#465b8e #55468e #467f8e

Monochromatic Colors of #465b8e

#465b8e

Complementary Color

#465b8e #8e7946

#465b8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465b8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#465b8e Color CSS Codes

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

#465b8e Text Font Color

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

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


#465b8e Background Color

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

This div background color is #465b8e


#465b8e Border Color

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

This div border color is #465b8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465b8e


Comments

No comments written yet.

Please login to write comment.