Color Hex Logo

#4589bd Color Hex

#4589BD
(69,137,189)
0 Favorites   0 Comments

Color spaces of #4589bd

RGB 69137189
HSL0.570.480.51
HSV206°63°74°
CMYK 0.630.280.00   0.26
XYZ20.585222.830751.4659
Yxy22.83070.21700.2406
Hunter Lab47.7815-6.7163-30.4148
CIE-Lab54.8975-5.3249-33.5566

#4589bd color RGB value is (69,137,189).

#4589bd hex color red value is 69, green value is 137 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4589bd hue: 0.57 , saturation: 0.48 and the lightness value of 4589bd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10001001 10111101
Octal 105 211 275
Decimal 69 137 189
Hex 45 89 BD

RGB Percentages of Color #4589bd

%17.47
%34.68
%47.85

CMYK Percentages of Color #4589bd

%63
%28
%0
%26

Triadic Colors of #4589bd

#4589bd #bd4589 #89bd45

Analogous Colors of #4589bd

#4589bd #454dbd #45bdb5

Monochromatic Colors of #4589bd

#4589bd

Complementary Color

#4589bd #bd7945

#4589bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4589bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4589bd Color CSS Codes

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

#4589bd Text Font Color

<p style="color:#4589bd">Text here</p>

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


#4589bd Background Color

<div style="background-color:#4589bd">
Div content here</div>

This div background color is #4589bd


#4589bd Border Color

<div style="border:3px solid #4589bd">
Div here</div>

This div border color is #4589bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,137,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4589bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4589bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4589bd;
  box-shadow:         1px 1px 3px 2px #4589bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4589bd


Comments

No comments written yet.

Please login to write comment.