Color Hex Logo

#4599bc Color Hex

#4599BC
(69,153,188)
0 Favorites   0 Comments

Color spaces of #4599bc

RGB 69153188
HSL0.550.470.50
HSV198°63°74°
CMYK 0.630.190.00   0.26
XYZ22.922627.678551.7113
Yxy27.67850.22400.2705
Hunter Lab52.6104-14.2948-21.4495
CIE-Lab59.5972-14.6220-25.7010

#4599bc color RGB value is (69,153,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011001 10111100
Octal 105 231 274
Decimal 69 153 188
Hex 45 99 BC

RGB Percentages of Color #4599bc

%16.83
%37.32
%45.85

CMYK Percentages of Color #4599bc

%63
%19
%0
%26

Triadic Colors of #4599bc

#4599bc #bc4599 #99bc45

Analogous Colors of #4599bc

#4599bc #455ebc #45bca4

Monochromatic Colors of #4599bc

#4599bc

Complementary Color

#4599bc #bc6845

#4599bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4599bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4599bc Color CSS Codes

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

#4599bc Text Font Color

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

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


#4599bc Background Color

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

This div background color is #4599bc


#4599bc Border Color

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

This div border color is #4599bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,153,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 #4599bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4599bc


Comments

No comments written yet.

Please login to write comment.