Color Hex Logo

#0460db Color Hex

#0460DB
(4,96,219)
0 Favorites   0 Comments

Color spaces of #0460db

RGB 496219
HSL0.600.960.44
HSV214°98°86°
CMYK 0.980.560.00   0.14
XYZ17.019113.506068.7278
Yxy13.50600.17150.1361
Hunter Lab36.750518.3497-85.1540
CIE-Lab43.516025.2840-68.9481

#0460db color RGB value is (4,96,219).

#0460db hex color red value is 4, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0460db hue: 0.60 , saturation: 0.96 and the lightness value of 0460db is 0.44.

The process color (four color CMYK) of #0460db color hex is 0.98, 0.56, 0.00, 0.14. Web safe color of #0460db is #0066cc. Color #0460db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100000 11011011
Octal 4 140 333
Decimal 4 96 219
Hex 4 60 DB

RGB Percentages of Color #0460db

%1.25
%30.09
%68.65

CMYK Percentages of Color #0460db

%98
%56
%0
%14

Triadic Colors of #0460db

#0460db #db0460 #60db04

Analogous Colors of #0460db

#0460db #1404db #04ccdb

Monochromatic Colors of #0460db

#0460db

Complementary Color

#0460db #db7f04

#0460db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0460db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0460db Color CSS Codes

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

#0460db Text Font Color

<p style="color:#0460db">Text here</p>

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


#0460db Background Color

<div style="background-color:#0460db">
Div content here</div>

This div background color is #0460db


#0460db Border Color

<div style="border:3px solid #0460db">
Div here</div>

This div border color is #0460db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,96,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0460db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0460db;
  -webkit-box-shadow: 1px 1px 3px 2px #0460db;
  box-shadow:         1px 1px 3px 2px #0460db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0460db


Comments

No comments written yet.

Please login to write comment.