Color Hex Logo

#465bbb Color Hex

#465BBB
(70,91,187)
0 Favorites   0 Comments

Color spaces of #465bbb

RGB 7091187
HSL0.640.460.50
HSV229°63°73°
CMYK 0.630.510.00   0.27
XYZ15.236512.372148.5987
Yxy12.37210.19990.1623
Hunter Lab35.174015.7673-57.2972
CIE-Lab41.801522.4697-53.1873

#465bbb color RGB value is (70,91,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011011 10111011
Octal 106 133 273
Decimal 70 91 187
Hex 46 5B BB

RGB Percentages of Color #465bbb

%20.11
%26.15
%53.74

CMYK Percentages of Color #465bbb

%63
%51
%0
%27

Triadic Colors of #465bbb

#465bbb #bb465b #5bbb46

Analogous Colors of #465bbb

#465bbb #6c46bb #4696bb

Monochromatic Colors of #465bbb

#465bbb

Complementary Color

#465bbb #bba646

#465bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#465bbb Color CSS Codes

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

#465bbb Text Font Color

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

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


#465bbb Background Color

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

This div background color is #465bbb


#465bbb Border Color

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

This div border color is #465bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465bbb


Comments

No comments written yet.

Please login to write comment.