Color Hex Logo

#460fbd Color Hex

#460FBD
(70,15,189)
0 Favorites   0 Comments

Color spaces of #460fbd

RGB 7015189
HSL0.720.850.40
HSV259°92°74°
CMYK 0.630.920.00   0.26
XYZ11.88195.317948.5443
Yxy5.31790.18070.0809
Hunter Lab23.060651.6157-108.6677
CIE-Lab27.621961.9817-77.5779

#460fbd color RGB value is (70,15,189).

#460fbd hex color red value is 70, green value is 15 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #460fbd hue: 0.72 , saturation: 0.85 and the lightness value of 460fbd is 0.40.

The process color (four color CMYK) of #460fbd color hex is 0.63, 0.92, 0.00, 0.26. Web safe color of #460fbd is #3300cc. Color #460fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001111 10111101
Octal 106 17 275
Decimal 70 15 189
Hex 46 F BD

RGB Percentages of Color #460fbd

%25.55
%5.47
%68.98

CMYK Percentages of Color #460fbd

%63
%92
%0
%26

Triadic Colors of #460fbd

#460fbd #bd460f #0fbd46

Analogous Colors of #460fbd

#460fbd #9d0fbd #0f2fbd

Monochromatic Colors of #460fbd

#460fbd

Complementary Color

#460fbd #86bd0f

#460fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#460fbd Color CSS Codes

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

#460fbd Text Font Color

<p style="color:#460fbd">Text here</p>

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


#460fbd Background Color

<div style="background-color:#460fbd">
Div content here</div>

This div background color is #460fbd


#460fbd Border Color

<div style="border:3px solid #460fbd">
Div here</div>

This div border color is #460fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,15,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #460fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #460fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #460fbd;
  box-shadow:         1px 1px 3px 2px #460fbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460fbd


Comments

No comments written yet.

Please login to write comment.