Color Hex Logo

#489093 Color Hex

#489093
(72,144,147)
0 Favorites   0 Comments

Color spaces of #489093

RGB 72144147
HSL0.510.340.43
HSV182°51°58°
CMYK 0.510.020.00   0.42
XYZ17.912223.430831.1823
Yxy23.43080.24700.3231
Hunter Lab48.4054-18.6562-4.3103
CIE-Lab55.5133-21.5829-8.5307

#489093 color RGB value is (72,144,147).

#489093 hex color red value is 72, green value is 144 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #489093 hue: 0.51 , saturation: 0.34 and the lightness value of 489093 is 0.43.

The process color (four color CMYK) of #489093 color hex is 0.51, 0.02, 0.00, 0.42. Web safe color of #489093 is #339999. Color #489093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010000 10010011
Octal 110 220 223
Decimal 72 144 147
Hex 48 90 93

RGB Percentages of Color #489093

%19.83
%39.67
%40.50

CMYK Percentages of Color #489093

%51
%2
%0
%42

Triadic Colors of #489093

#489093 #934890 #909348

Analogous Colors of #489093

#489093 #486b93 #489371

Monochromatic Colors of #489093

#489093

Complementary Color

#489093 #934b48

#489093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489093 Color CSS Codes

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

#489093 Text Font Color

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

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


#489093 Background Color

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

This div background color is #489093


#489093 Border Color

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

This div border color is #489093


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,144,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #489093; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #489093;
  -webkit-box-shadow: 1px 1px 3px 2px #489093;
  box-shadow:         1px 1px 3px 2px #489093; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,144,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489093


Comments

No comments written yet.

Please login to write comment.