Color Hex Logo

#409faf Color Hex

#409FAF
(64,159,175)
0 Favorites   0 Comments

Color spaces of #409faf

RGB 64159175
HSL0.520.460.47
HSV189°63°69°
CMYK 0.630.090.00   0.31
XYZ22.250428.981444.9787
Yxy28.98140.23130.3012
Hunter Lab53.8344-20.4339-11.8528
CIE-Lab60.7652-22.7291-16.5979

#409faf color RGB value is (64,159,175).

#409faf hex color red value is 64, green value is 159 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #409faf hue: 0.52 , saturation: 0.46 and the lightness value of 409faf is 0.47.

The process color (four color CMYK) of #409faf color hex is 0.63, 0.09, 0.00, 0.31. Web safe color of #409faf is #339999. Color #409faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011111 10101111
Octal 100 237 257
Decimal 64 159 175
Hex 40 9F AF

RGB Percentages of Color #409faf

%16.08
%39.95
%43.97

CMYK Percentages of Color #409faf

%63
%9
%0
%31

Triadic Colors of #409faf

#409faf #af409f #9faf40

Analogous Colors of #409faf

#409faf #4068af #40af88

Monochromatic Colors of #409faf

#409faf

Complementary Color

#409faf #af5040

#409faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#409faf Color CSS Codes

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

#409faf Text Font Color

<p style="color:#409faf">Text here</p>

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


#409faf Background Color

<div style="background-color:#409faf">
Div content here</div>

This div background color is #409faf


#409faf Border Color

<div style="border:3px solid #409faf">
Div here</div>

This div border color is #409faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,159,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #409faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #409faf;
  -webkit-box-shadow: 1px 1px 3px 2px #409faf;
  box-shadow:         1px 1px 3px 2px #409faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409faf


Comments

No comments written yet.

Please login to write comment.