Color Hex Logo

#0479ca Color Hex

#0479CA
(4,121,202)
1 Favorites   0 Comments

Color spaces of #0479ca

RGB 4121202
HSL0.570.960.40
HSV205°98°79°
CMYK 0.980.400.00   0.21
XYZ17.548117.964858.4198
Yxy17.96480.18680.1913
Hunter Lab42.3849-0.2714-52.0509
CIE-Lab49.45342.5819-49.6655

#0479ca color RGB value is (4,121,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111001 11001010
Octal 4 171 312
Decimal 4 121 202
Hex 4 79 CA

RGB Percentages of Color #0479ca

%1.22
%37.00
%61.77

CMYK Percentages of Color #0479ca

%98
%40
%0
%21

Triadic Colors of #0479ca

#0479ca #ca0479 #79ca04

Analogous Colors of #0479ca

#0479ca #0416ca #04cab8

Monochromatic Colors of #0479ca

#0479ca

Complementary Color

#0479ca #ca5504

#0479ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0479ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0479ca Color CSS Codes

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

#0479ca Text Font Color

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

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


#0479ca Background Color

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

This div background color is #0479ca


#0479ca Border Color

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

This div border color is #0479ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0479ca


Comments

No comments written yet.

Please login to write comment.