Color Hex Logo

#4599aa Color Hex

#4599AA
(69,153,170)
0 Favorites   0 Comments

Color spaces of #4599aa

RGB 69153170
HSL0.530.420.47
HSV190°59°67°
CMYK 0.590.100.00   0.33
XYZ21.101226.950042.1199
Yxy26.95000.23400.2989
Hunter Lab51.9134-18.2937-11.7655
CIE-Lab58.9280-20.2095-16.5404

#4599aa color RGB value is (69,153,170).

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

The process color (four color CMYK) of #4599aa color hex is 0.59, 0.10, 0.00, 0.33. Web safe color of #4599aa is #339999. Color #4599aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011001 10101010
Octal 105 231 252
Decimal 69 153 170
Hex 45 99 AA

RGB Percentages of Color #4599aa

%17.60
%39.03
%43.37

CMYK Percentages of Color #4599aa

%59
%10
%0
%33

Triadic Colors of #4599aa

#4599aa #aa4599 #99aa45

Analogous Colors of #4599aa

#4599aa #4567aa #45aa89

Monochromatic Colors of #4599aa

#4599aa

Complementary Color

#4599aa #aa5645

#4599aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4599aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4599aa Color CSS Codes

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

#4599aa Text Font Color

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

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


#4599aa Background Color

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

This div background color is #4599aa


#4599aa Border Color

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

This div border color is #4599aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4599aa


Comments

No comments written yet.

Please login to write comment.