Color Hex Logo

#4685cc Color Hex

#4685CC
(70,133,204)
0 Favorites   0 Comments

Color spaces of #4685cc

RGB 70133204
HSL0.590.570.54
HSV212°66°80°
CMYK 0.660.350.00   0.20
XYZ21.812422.436860.3078
Yxy22.43680.20860.2146
Hunter Lab47.3675-0.6951-42.3302
CIE-Lab54.48742.2949-42.7184

#4685cc color RGB value is (70,133,204).

#4685cc hex color red value is 70, green value is 133 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4685cc hue: 0.59 , saturation: 0.57 and the lightness value of 4685cc is 0.54.

The process color (four color CMYK) of #4685cc color hex is 0.66, 0.35, 0.00, 0.20. Web safe color of #4685cc is #3399cc. Color #4685cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000101 11001100
Octal 106 205 314
Decimal 70 133 204
Hex 46 85 CC

RGB Percentages of Color #4685cc

%17.20
%32.68
%50.12

CMYK Percentages of Color #4685cc

%66
%35
%0
%20

Triadic Colors of #4685cc

#4685cc #cc4685 #85cc46

Analogous Colors of #4685cc

#4685cc #4a46cc #46c8cc

Monochromatic Colors of #4685cc

#4685cc

Complementary Color

#4685cc #cc8d46

#4685cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4685cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4685cc Color CSS Codes

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

#4685cc Text Font Color

<p style="color:#4685cc">Text here</p>

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


#4685cc Background Color

<div style="background-color:#4685cc">
Div content here</div>

This div background color is #4685cc


#4685cc Border Color

<div style="border:3px solid #4685cc">
Div here</div>

This div border color is #4685cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,133,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4685cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4685cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4685cc;
  box-shadow:         1px 1px 3px 2px #4685cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4685cc


Comments

No comments written yet.

Please login to write comment.