Color Hex Logo

#464dbc Color Hex

#464DBC
(70,77,188)
0 Favorites   0 Comments

Color spaces of #464dbc

RGB 7077188
HSL0.660.470.51
HSV236°63°74°
CMYK 0.630.590.00   0.26
XYZ14.256810.240748.8022
Yxy10.24070.19450.1397
Hunter Lab32.001123.5216-68.0175
CIE-Lab38.271031.7363-59.4874

#464dbc color RGB value is (70,77,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001101 10111100
Octal 106 115 274
Decimal 70 77 188
Hex 46 4D BC

RGB Percentages of Color #464dbc

%20.90
%22.99
%56.12

CMYK Percentages of Color #464dbc

%63
%59
%0
%26

Triadic Colors of #464dbc

#464dbc #bc464d #4dbc46

Analogous Colors of #464dbc

#464dbc #7a46bc #4688bc

Monochromatic Colors of #464dbc

#464dbc

Complementary Color

#464dbc #bcb546

#464dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#464dbc Color CSS Codes

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

#464dbc Text Font Color

<p style="color:#464dbc">Text here</p>

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


#464dbc Background Color

<div style="background-color:#464dbc">
Div content here</div>

This div background color is #464dbc


#464dbc Border Color

<div style="border:3px solid #464dbc">
Div here</div>

This div border color is #464dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464dbc


Comments

No comments written yet.

Please login to write comment.