Color Hex Logo

#465fbc Color Hex

#465FBC
(70,95,188)
0 Favorites   0 Comments

Color spaces of #465fbc

RGB 7095188
HSL0.630.470.51
HSV227°63°74°
CMYK 0.630.490.00   0.26
XYZ15.695113.117349.2816
Yxy13.11730.20100.1680
Hunter Lab36.217813.9723-55.3235
CIE-Lab42.939520.2629-51.9379

#465fbc color RGB value is (70,95,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011111 10111100
Octal 106 137 274
Decimal 70 95 188
Hex 46 5F BC

RGB Percentages of Color #465fbc

%19.83
%26.91
%53.26

CMYK Percentages of Color #465fbc

%63
%49
%0
%26

Triadic Colors of #465fbc

#465fbc #bc465f #5fbc46

Analogous Colors of #465fbc

#465fbc #6846bc #469abc

Monochromatic Colors of #465fbc

#465fbc

Complementary Color

#465fbc #bca346

#465fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#465fbc Color CSS Codes

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

#465fbc Text Font Color

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

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


#465fbc Background Color

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

This div background color is #465fbc


#465fbc Border Color

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

This div border color is #465fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465fbc


Comments

No comments written yet.

Please login to write comment.