Color Hex Logo

#4685bf Color Hex

#4685BF
(70,133,191)
0 Favorites   0 Comments

Color spaces of #4685bf

RGB 70133191
HSL0.580.490.51
HSV209°63°75°
CMYK 0.630.300.00   0.25
XYZ20.317321.838752.4347
Yxy21.83870.21480.2309
Hunter Lab46.7319-4.1756-33.8130
CIE-Lab53.8554-2.1414-36.3247

#4685bf color RGB value is (70,133,191).

#4685bf hex color red value is 70, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4685bf hue: 0.58 , saturation: 0.49 and the lightness value of 4685bf is 0.51.

The process color (four color CMYK) of #4685bf color hex is 0.63, 0.30, 0.00, 0.25. Web safe color of #4685bf is #3399cc. Color #4685bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000101 10111111
Octal 106 205 277
Decimal 70 133 191
Hex 46 85 BF

RGB Percentages of Color #4685bf

%17.77
%33.76
%48.48

CMYK Percentages of Color #4685bf

%63
%30
%0
%25

Triadic Colors of #4685bf

#4685bf #bf4685 #85bf46

Analogous Colors of #4685bf

#4685bf #4649bf #46bfbd

Monochromatic Colors of #4685bf

#4685bf

Complementary Color

#4685bf #bf8046

#4685bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4685bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4685bf Color CSS Codes

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

#4685bf Text Font Color

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

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


#4685bf Background Color

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

This div background color is #4685bf


#4685bf Border Color

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

This div border color is #4685bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4685bf


Comments

No comments written yet.

Please login to write comment.