#489D98

Color #489D98 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #489D98

Tints of Blue Chill #489D98

Color information

#489D98 (or 0x489D98) is unknown color: approx Blue Chill. HEX triplet: 48, 9D and 98. RGB value is (72,157,152). Sum of RGB (Red+Green+Blue) = 72+157+152=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #489D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489D98 is #B76267. Grayscale: #828282. Windows color (decimal): -12018280 or 10001736. OLE color: 10001736.

HSL color Cylindrical-coordinate representation of color #489D98: hue angle of 176.47º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489D98 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB72157152-
CMYK0.5400.030.38
HSL176.47º37.12%44.9%-
HSV(B)176.47º54.14%61.57%-
XYZ20.427.7633.99-
YUV131.01139.8485.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 157 (61.72% from 255) = 41.21%
BLUE value IS 152 (59.77% from 255) = 39.90%
R=18.90%
G=41.21%
B=39.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721571520.5400.030.38176.4737.1244.9
Hex489D98360326b0252d
Octal1102352306603462604555
Binary1001000100111011001100011011001110011010110000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489D98; }

 p { color: rgb(72,157,152); }

 H1.HeaderClassName
 {
   color: #489D98;
 }
 .AnyTagClassName
 {
   color: #489D98;
 }
</style>
background-color css

<style>
 a { background-color: #489D98; }

 a { background-color: rgb(72,157,152); }

 div.DivClassName
 {
   background-color: #489D98;
 }
 .BgClassName
 {
   background-color: #489D98;
 }
</style>
border-color css

<style>
 span { border-color: #489D98; }

 span { border-color: rgb(72,157,152); }

 td.TdClassName
 {
   border-color: #489D98;
 }
 .TagClassName
 {
   border-color: #489D98;
 }
</style>