Color Hex Logo

#469dbd Color Hex

#469DBD
(70,157,189)
0 Favorites   0 Comments

Color spaces of #469dbd

RGB 70157189
HSL0.540.470.51
HSV196°63°74°
CMYK 0.630.170.00   0.26
XYZ23.768129.090252.5064
Yxy29.09020.22560.2761
Hunter Lab53.9353-15.7259-19.9645
CIE-Lab60.8612-16.2898-24.3174

#469dbd color RGB value is (70,157,189).

#469dbd hex color red value is 70, green value is 157 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #469dbd hue: 0.54 , saturation: 0.47 and the lightness value of 469dbd is 0.51.

The process color (four color CMYK) of #469dbd color hex is 0.63, 0.17, 0.00, 0.26. Web safe color of #469dbd is #3399cc. Color #469dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011101 10111101
Octal 106 235 275
Decimal 70 157 189
Hex 46 9D BD

RGB Percentages of Color #469dbd

%16.83
%37.74
%45.43

CMYK Percentages of Color #469dbd

%63
%17
%0
%26

Triadic Colors of #469dbd

#469dbd #bd469d #9dbd46

Analogous Colors of #469dbd

#469dbd #4662bd #46bda2

Monochromatic Colors of #469dbd

#469dbd

Complementary Color

#469dbd #bd6646

#469dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#469dbd Color CSS Codes

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

#469dbd Text Font Color

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

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


#469dbd Background Color

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

This div background color is #469dbd


#469dbd Border Color

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

This div border color is #469dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469dbd


Comments

No comments written yet.

Please login to write comment.