Color Hex Logo

#469faf Color Hex

#469FAF
(70,159,175)
0 Favorites   0 Comments

Color spaces of #469faf

RGB 70159175
HSL0.530.430.48
HSV189°60°69°
CMYK 0.600.090.00   0.31
XYZ22.661829.193544.9979
Yxy29.19350.23400.3014
Hunter Lab54.0310-19.6874-11.5560
CIE-Lab60.9520-21.6467-16.2970

#469faf color RGB value is (70,159,175).

#469faf hex color red value is 70, green value is 159 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #469faf hue: 0.53 , saturation: 0.43 and the lightness value of 469faf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011111 10101111
Octal 106 237 257
Decimal 70 159 175
Hex 46 9F AF

RGB Percentages of Color #469faf

%17.33
%39.36
%43.32

CMYK Percentages of Color #469faf

%60
%9
%0
%31

Triadic Colors of #469faf

#469faf #af469f #9faf46

Analogous Colors of #469faf

#469faf #466baf #46af8b

Monochromatic Colors of #469faf

#469faf

Complementary Color

#469faf #af5646

#469faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#469faf Color CSS Codes

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

#469faf Text Font Color

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

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


#469faf Background Color

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

This div background color is #469faf


#469faf Border Color

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

This div border color is #469faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469faf


Comments

No comments written yet.

Please login to write comment.