Color Hex Logo

#4696bd Color Hex

#4696BD
(70,150,189)
0 Favorites   0 Comments

Color spaces of #4696bd

RGB 70150189
HSL0.550.470.51
HSV200°63°74°
CMYK 0.630.210.00   0.26
XYZ22.617426.788952.1228
Yxy26.78890.22280.2639
Hunter Lab51.7580-12.5749-23.4773
CIE-Lab58.7784-12.4803-27.5254

#4696bd color RGB value is (70,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010110 10111101
Octal 106 226 275
Decimal 70 150 189
Hex 46 96 BD

RGB Percentages of Color #4696bd

%17.11
%36.67
%46.21

CMYK Percentages of Color #4696bd

%63
%21
%0
%26

Triadic Colors of #4696bd

#4696bd #bd4696 #96bd46

Analogous Colors of #4696bd

#4696bd #465abd #46bda9

Monochromatic Colors of #4696bd

#4696bd

Complementary Color

#4696bd #bd6d46

#4696bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4696bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4696bd Color CSS Codes

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

#4696bd Text Font Color

<p style="color:#4696bd">Text here</p>

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


#4696bd Background Color

<div style="background-color:#4696bd">
Div content here</div>

This div background color is #4696bd


#4696bd Border Color

<div style="border:3px solid #4696bd">
Div here</div>

This div border color is #4696bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4696bd


Comments

No comments written yet.

Please login to write comment.