Color Hex Logo

#469caf Color Hex

#469CAF
(70,156,175)
0 Favorites   0 Comments

Color spaces of #469caf

RGB 70156175
HSL0.530.430.48
HSV191°60°69°
CMYK 0.600.110.00   0.31
XYZ22.152128.174244.8281
Yxy28.17420.23280.2961
Hunter Lab53.0794-18.3939-12.9177
CIE-Lab60.0458-20.0826-17.6719

#469caf color RGB value is (70,156,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011100 10101111
Octal 106 234 257
Decimal 70 156 175
Hex 46 9C AF

RGB Percentages of Color #469caf

%17.46
%38.90
%43.64

CMYK Percentages of Color #469caf

%60
%11
%0
%31

Triadic Colors of #469caf

#469caf #af469c #9caf46

Analogous Colors of #469caf

#469caf #4668af #46af8e

Monochromatic Colors of #469caf

#469caf

Complementary Color

#469caf #af5946

#469caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#469caf Color CSS Codes

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

#469caf Text Font Color

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

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


#469caf Background Color

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

This div background color is #469caf


#469caf Border Color

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

This div border color is #469caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469caf


Comments

No comments written yet.

Please login to write comment.