Color Hex Logo

#4589bc Color Hex

#4589BC
(69,137,188)
0 Favorites   0 Comments

Color spaces of #4589bc

RGB 69137188
HSL0.570.470.50
HSV206°63°74°
CMYK 0.630.270.00   0.26
XYZ20.477022.787450.8961
Yxy22.78740.21750.2420
Hunter Lab47.7361-6.9685-29.7995
CIE-Lab54.8527-5.6586-33.0568

#4589bc color RGB value is (69,137,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10001001 10111100
Octal 105 211 274
Decimal 69 137 188
Hex 45 89 BC

RGB Percentages of Color #4589bc

%17.51
%34.77
%47.72

CMYK Percentages of Color #4589bc

%63
%27
%0
%26

Triadic Colors of #4589bc

#4589bc #bc4589 #89bc45

Analogous Colors of #4589bc

#4589bc #454ebc #45bcb4

Monochromatic Colors of #4589bc

#4589bc

Complementary Color

#4589bc #bc7845

#4589bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4589bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4589bc Color CSS Codes

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

#4589bc Text Font Color

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

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


#4589bc Background Color

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

This div background color is #4589bc


#4589bc Border Color

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

This div border color is #4589bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4589bc


Comments

No comments written yet.

Please login to write comment.