Color Hex Logo

#465bbc Color Hex

#465BBC
(70,91,188)
0 Favorites   0 Comments

Color spaces of #465bbc

RGB 7091188
HSL0.640.470.51
HSV229°63°74°
CMYK 0.630.520.00   0.26
XYZ15.344012.415149.1646
Yxy12.41510.19950.1614
Hunter Lab35.235116.0710-58.0647
CIE-Lab41.868422.8186-53.6630

#465bbc color RGB value is (70,91,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011011 10111100
Octal 106 133 274
Decimal 70 91 188
Hex 46 5B BC

RGB Percentages of Color #465bbc

%20.06
%26.07
%53.87

CMYK Percentages of Color #465bbc

%63
%52
%0
%26

Triadic Colors of #465bbc

#465bbc #bc465b #5bbc46

Analogous Colors of #465bbc

#465bbc #6c46bc #4696bc

Monochromatic Colors of #465bbc

#465bbc

Complementary Color

#465bbc #bca746

#465bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#465bbc Color CSS Codes

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

#465bbc Text Font Color

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

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


#465bbc Background Color

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

This div background color is #465bbc


#465bbc Border Color

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

This div border color is #465bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465bbc


Comments

No comments written yet.

Please login to write comment.