Color Hex Logo

#0462db Color Hex

#0462DB
(4,98,219)
0 Favorites   0 Comments

Color spaces of #0462db

RGB 498219
HSL0.590.960.44
HSV214°98°86°
CMYK 0.980.550.00   0.14
XYZ17.203913.875768.7894
Yxy13.87570.17230.1389
Hunter Lab37.250117.2523-83.4152
CIE-Lab44.054123.9807-68.0715

#0462db color RGB value is (4,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100010 11011011
Octal 4 142 333
Decimal 4 98 219
Hex 4 62 DB

RGB Percentages of Color #0462db

%1.25
%30.53
%68.22

CMYK Percentages of Color #0462db

%98
%55
%0
%14

Triadic Colors of #0462db

#0462db #db0462 #62db04

Analogous Colors of #0462db

#0462db #1104db #04cedb

Monochromatic Colors of #0462db

#0462db

Complementary Color

#0462db #db7d04

#0462db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0462db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0462db Color CSS Codes

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

#0462db Text Font Color

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

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


#0462db Background Color

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

This div background color is #0462db


#0462db Border Color

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

This div border color is #0462db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,98,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 #0462db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0462db


Comments

No comments written yet.

Please login to write comment.