Color Hex Logo

#4689bf Color Hex

#4689BF
(70,137,191)
0 Favorites   0 Comments

Color spaces of #4689bf

RGB 70137191
HSL0.570.490.51
HSV207°63°75°
CMYK 0.630.280.00   0.25
XYZ20.875422.955052.6207
Yxy22.95500.21640.2380
Hunter Lab47.9114-6.0709-31.5798
CIE-Lab55.0260-4.4740-34.4918

#4689bf color RGB value is (70,137,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001001 10111111
Octal 106 211 277
Decimal 70 137 191
Hex 46 89 BF

RGB Percentages of Color #4689bf

%17.59
%34.42
%47.99

CMYK Percentages of Color #4689bf

%63
%28
%0
%25

Triadic Colors of #4689bf

#4689bf #bf4689 #89bf46

Analogous Colors of #4689bf

#4689bf #464dbf #46bfb9

Monochromatic Colors of #4689bf

#4689bf

Complementary Color

#4689bf #bf7c46

#4689bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4689bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4689bf Color CSS Codes

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

#4689bf Text Font Color

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

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


#4689bf Background Color

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

This div background color is #4689bf


#4689bf Border Color

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

This div border color is #4689bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4689bf


Comments

No comments written yet.

Please login to write comment.