#489D96

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

Shades of Blue Chill #489D96

Tints of Blue Chill #489D96

Color information

#489D96 (or 0x489D96) is unknown color: approx Blue Chill. HEX triplet: 48, 9D and 96. RGB value is (72,157,150). Sum of RGB (Red+Green+Blue) = 72+157+150=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #489D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489D96 is #B76269. Grayscale: #828282. Windows color (decimal): -12018282 or 9870664. OLE color: 9870664.

HSL color Cylindrical-coordinate representation of color #489D96: hue angle of 175.06º 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 #489D96 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB72157150-
CMYK0.5400.040.38
HSL175.06º37.12%44.9%-
HSV(B)175.06º54.14%61.57%-
XYZ20.2327.6933.13-
YUV130.79138.8486.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=19.00%
G=41.42%
B=39.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721571500.5400.040.38175.0637.1244.9
Hex489D96360426af252d
Octal1102352266604462574555
Binary10010001001110110010110110110010010011010101111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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