Color Hex Logo

#4599bf Color Hex

#4599BF
(69,153,191)
0 Favorites   0 Comments

Color spaces of #4599bf

RGB 69153191
HSL0.550.490.51
HSV199°64°75°
CMYK 0.640.200.00   0.25
XYZ23.249427.809353.4326
Yxy27.80930.22250.2661
Hunter Lab52.7345-13.5890-23.1607
CIE-Lab59.7161-13.6624-27.2085

#4599bf color RGB value is (69,153,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011001 10111111
Octal 105 231 277
Decimal 69 153 191
Hex 45 99 BF

RGB Percentages of Color #4599bf

%16.71
%37.05
%46.25

CMYK Percentages of Color #4599bf

%64
%20
%0
%25

Triadic Colors of #4599bf

#4599bf #bf4599 #99bf45

Analogous Colors of #4599bf

#4599bf #455cbf #45bfa8

Monochromatic Colors of #4599bf

#4599bf

Complementary Color

#4599bf #bf6b45

#4599bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4599bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4599bf Color CSS Codes

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

#4599bf Text Font Color

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

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


#4599bf Background Color

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

This div background color is #4599bf


#4599bf Border Color

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

This div border color is #4599bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4599bf


Comments

No comments written yet.

Please login to write comment.