Color Hex Logo

#465b9a Color Hex

#465B9A
(70,91,154)
0 Favorites   0 Comments

Color spaces of #465b9a

RGB 7091154
HSL0.630.380.44
HSV225°55°60°
CMYK 0.550.410.00   0.40
XYZ12.099611.117432.0800
Yxy11.11740.21880.2010
Hunter Lab33.34286.4252-33.7046
CIE-Lab39.777511.1046-36.9145

#465b9a color RGB value is (70,91,154).

#465b9a hex color red value is 70, green value is 91 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #465b9a hue: 0.63 , saturation: 0.38 and the lightness value of 465b9a is 0.44.

The process color (four color CMYK) of #465b9a color hex is 0.55, 0.41, 0.00, 0.40. Web safe color of #465b9a is #336699. Color #465b9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011011 10011010
Octal 106 133 232
Decimal 70 91 154
Hex 46 5B 9A

RGB Percentages of Color #465b9a

%22.22
%28.89
%48.89

CMYK Percentages of Color #465b9a

%55
%41
%0
%40

Triadic Colors of #465b9a

#465b9a #9a465b #5b9a46

Analogous Colors of #465b9a

#465b9a #5b469a #46859a

Monochromatic Colors of #465b9a

#465b9a

Complementary Color

#465b9a #9a8546

#465b9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465b9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#465b9a Color CSS Codes

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

#465b9a Text Font Color

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

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


#465b9a Background Color

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

This div background color is #465b9a


#465b9a Border Color

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

This div border color is #465b9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465b9a

#465b9a Color Palettes


Comments

No comments written yet.

Please login to write comment.