Color Hex Logo

#0467db Color Hex

#0467DB
(4,103,219)
0 Favorites   0 Comments

Color spaces of #0467db

RGB 4103219
HSL0.590.960.44
HSV212°98°86°
CMYK 0.980.530.00   0.14
XYZ17.686514.840868.9502
Yxy14.84080.17430.1462
Hunter Lab38.523814.5339-79.1512
CIE-Lab45.415420.7337-65.8582

#0467db color RGB value is (4,103,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100111 11011011
Octal 4 147 333
Decimal 4 103 219
Hex 4 67 DB

RGB Percentages of Color #0467db

%1.23
%31.60
%67.18

CMYK Percentages of Color #0467db

%98
%53
%0
%14

Triadic Colors of #0467db

#0467db #db0467 #67db04

Analogous Colors of #0467db

#0467db #0d04db #04d3db

Monochromatic Colors of #0467db

#0467db

Complementary Color

#0467db #db7804

#0467db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0467db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0467db Color CSS Codes

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

#0467db Text Font Color

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

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


#0467db Background Color

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

This div background color is #0467db


#0467db Border Color

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

This div border color is #0467db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0467db


Comments

No comments written yet.

Please login to write comment.