Color Hex Logo

#4689ba Color Hex

#4689BA
(70,137,186)
0 Favorites   0 Comments

Color spaces of #4689ba

RGB 70137186
HSL0.570.460.50
HSV205°62°73°
CMYK 0.620.260.00   0.27
XYZ20.334422.738649.7716
Yxy22.73860.21900.2449
Hunter Lab47.6850-7.3307-28.5049
CIE-Lab54.8021-6.1378-31.9924

#4689ba color RGB value is (70,137,186).

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

The process color (four color CMYK) of #4689ba color hex is 0.62, 0.26, 0.00, 0.27. Web safe color of #4689ba is #3399cc. Color #4689ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001001 10111010
Octal 106 211 272
Decimal 70 137 186
Hex 46 89 BA

RGB Percentages of Color #4689ba

%17.81
%34.86
%47.33

CMYK Percentages of Color #4689ba

%62
%26
%0
%27

Triadic Colors of #4689ba

#4689ba #ba4689 #89ba46

Analogous Colors of #4689ba

#4689ba #464fba #46bab1

Monochromatic Colors of #4689ba

#4689ba

Complementary Color

#4689ba #ba7746

#4689ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4689ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4689ba Color CSS Codes

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

#4689ba Text Font Color

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

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


#4689ba Background Color

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

This div background color is #4689ba


#4689ba Border Color

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

This div border color is #4689ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4689ba


Comments

No comments written yet.

Please login to write comment.