Color Hex Logo

#4697bc Color Hex

#4697BC
(70,151,188)
0 Favorites   0 Comments

Color spaces of #4697bc

RGB 70151188
HSL0.550.470.51
HSV199°63°74°
CMYK 0.630.200.00   0.26
XYZ22.669527.066151.6064
Yxy27.06610.22370.2671
Hunter Lab52.0251-13.2640-22.3953
CIE-Lab59.0355-13.3505-26.5638

#4697bc color RGB value is (70,151,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010111 10111100
Octal 106 227 274
Decimal 70 151 188
Hex 46 97 BC

RGB Percentages of Color #4697bc

%17.11
%36.92
%45.97

CMYK Percentages of Color #4697bc

%63
%20
%0
%26

Triadic Colors of #4697bc

#4697bc #bc4697 #97bc46

Analogous Colors of #4697bc

#4697bc #465cbc #46bca6

Monochromatic Colors of #4697bc

#4697bc

Complementary Color

#4697bc #bc6b46

#4697bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4697bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4697bc Color CSS Codes

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

#4697bc Text Font Color

<p style="color:#4697bc">Text here</p>

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


#4697bc Background Color

<div style="background-color:#4697bc">
Div content here</div>

This div background color is #4697bc


#4697bc Border Color

<div style="border:3px solid #4697bc">
Div here</div>

This div border color is #4697bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,151,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4697bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4697bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4697bc;
  box-shadow:         1px 1px 3px 2px #4697bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4697bc


Comments

No comments written yet.

Please login to write comment.