Color Hex Logo

#4598aa Color Hex

#4598AA
(69,152,170)
0 Favorites   0 Comments

Color spaces of #4598aa

RGB 69152170
HSL0.530.420.47
HSV191°59°67°
CMYK 0.590.110.00   0.33
XYZ20.938226.624042.0656
Yxy26.62400.23360.2971
Hunter Lab51.5984-17.8635-12.2172
CIE-Lab58.6247-19.6835-17.0008

#4598aa color RGB value is (69,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011000 10101010
Octal 105 230 252
Decimal 69 152 170
Hex 45 98 AA

RGB Percentages of Color #4598aa

%17.65
%38.87
%43.48

CMYK Percentages of Color #4598aa

%59
%11
%0
%33

Triadic Colors of #4598aa

#4598aa #aa4598 #98aa45

Analogous Colors of #4598aa

#4598aa #4566aa #45aa8a

Monochromatic Colors of #4598aa

#4598aa

Complementary Color

#4598aa #aa5745

#4598aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4598aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4598aa Color CSS Codes

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

#4598aa Text Font Color

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

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


#4598aa Background Color

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

This div background color is #4598aa


#4598aa Border Color

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

This div border color is #4598aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4598aa


Comments

No comments written yet.

Please login to write comment.