Color Hex Logo

#4695bc Color Hex

#4695BC
(70,149,188)
0 Favorites   0 Comments

Color spaces of #4695bc

RGB 70149188
HSL0.560.470.51
HSV200°63°74°
CMYK 0.630.210.00   0.26
XYZ22.350326.427851.5000
Yxy26.42780.22290.2635
Hunter Lab51.4080-12.3587-23.4106
CIE-Lab58.4409-12.2501-27.4817

#4695bc color RGB value is (70,149,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010101 10111100
Octal 106 225 274
Decimal 70 149 188
Hex 46 95 BC

RGB Percentages of Color #4695bc

%17.20
%36.61
%46.19

CMYK Percentages of Color #4695bc

%63
%21
%0
%26

Triadic Colors of #4695bc

#4695bc #bc4695 #95bc46

Analogous Colors of #4695bc

#4695bc #465abc #46bca8

Monochromatic Colors of #4695bc

#4695bc

Complementary Color

#4695bc #bc6d46

#4695bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4695bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4695bc Color CSS Codes

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

#4695bc Text Font Color

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

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


#4695bc Background Color

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

This div background color is #4695bc


#4695bc Border Color

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

This div border color is #4695bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4695bc


Comments

No comments written yet.

Please login to write comment.