Color Hex Logo

#4079da Color Hex

#4079DA
(64,121,218)
0 Favorites   0 Comments

Color spaces of #4079da

RGB 64121218
HSL0.600.680.55
HSV218°71°85°
CMYK 0.710.440.00   0.15
XYZ21.606619.826769.0178
Yxy19.82670.19560.1795
Hunter Lab44.52728.6937-60.7314
CIE-Lab51.640713.5994-55.1809

#4079da color RGB value is (64,121,218).

#4079da hex color red value is 64, green value is 121 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4079da hue: 0.60 , saturation: 0.68 and the lightness value of 4079da is 0.55.

The process color (four color CMYK) of #4079da color hex is 0.71, 0.44, 0.00, 0.15. Web safe color of #4079da is #3366cc. Color #4079da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111001 11011010
Octal 100 171 332
Decimal 64 121 218
Hex 40 79 DA

RGB Percentages of Color #4079da

%15.88
%30.02
%54.09

CMYK Percentages of Color #4079da

%71
%44
%0
%15

Triadic Colors of #4079da

#4079da #da4079 #79da40

Analogous Colors of #4079da

#4079da #5440da #40c6da

Monochromatic Colors of #4079da

#4079da

Complementary Color

#4079da #daa140

#4079da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4079da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4079da Color CSS Codes

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

#4079da Text Font Color

<p style="color:#4079da">Text here</p>

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


#4079da Background Color

<div style="background-color:#4079da">
Div content here</div>

This div background color is #4079da


#4079da Border Color

<div style="border:3px solid #4079da">
Div here</div>

This div border color is #4079da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,121,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4079da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4079da;
  -webkit-box-shadow: 1px 1px 3px 2px #4079da;
  box-shadow:         1px 1px 3px 2px #4079da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4079da


Comments

No comments written yet.

Please login to write comment.