Color Hex Logo

#0479bd Color Hex

#0479BD
(4,121,189)
0 Favorites   0 Comments

Color spaces of #0479bd

RGB 4121189
HSL0.560.960.38
HSV202°98°74°
CMYK 0.980.360.00   0.26
XYZ16.072717.374750.6506
Yxy17.37470.19110.2066
Hunter Lab41.6830-4.1167-42.8675
CIE-Lab48.7287-2.5085-43.3654

#0479bd color RGB value is (4,121,189).

#0479bd hex color red value is 4, green value is 121 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0479bd hue: 0.56 , saturation: 0.96 and the lightness value of 0479bd is 0.38.

The process color (four color CMYK) of #0479bd color hex is 0.98, 0.36, 0.00, 0.26. Web safe color of #0479bd is #0066cc. Color #0479bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111001 10111101
Octal 4 171 275
Decimal 4 121 189
Hex 4 79 BD

RGB Percentages of Color #0479bd

%1.27
%38.54
%60.19

CMYK Percentages of Color #0479bd

%98
%36
%0
%26

Triadic Colors of #0479bd

#0479bd #bd0479 #79bd04

Analogous Colors of #0479bd

#0479bd #041cbd #04bda5

Monochromatic Colors of #0479bd

#0479bd

Complementary Color

#0479bd #bd4804

#0479bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0479bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0479bd Color CSS Codes

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

#0479bd Text Font Color

<p style="color:#0479bd">Text here</p>

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


#0479bd Background Color

<div style="background-color:#0479bd">
Div content here</div>

This div background color is #0479bd


#0479bd Border Color

<div style="border:3px solid #0479bd">
Div here</div>

This div border color is #0479bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,121,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0479bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0479bd;
  -webkit-box-shadow: 1px 1px 3px 2px #0479bd;
  box-shadow:         1px 1px 3px 2px #0479bd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0479bd


Comments

No comments written yet.

Please login to write comment.