#489F88

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

Shades of Gossamer #489F88

Tints of Gossamer #489F88

Color information

#489F88 (or 0x489F88) is unknown color: approx Gossamer. HEX triplet: 48, 9F and 88. RGB value is (72,159,136). Sum of RGB (Red+Green+Blue) = 72+159+136=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #489F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489F88 is #B76077. Grayscale: #828282. Windows color (decimal): -12017784 or 8953672. OLE color: 8953672.

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

Color convert

RGB72159136-
CMYK0.5500.140.38
HSL164.14º37.66%45.29%-
HSV(B)164.14º54.72%62.35%-
XYZ19.5127.9527.66-
YUV130.36131.1886.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 159 (62.5% from 255) = 43.32%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=19.62%
G=43.32%
B=37.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721591360.5500.140.38164.1437.6645.29
Hex489F88370E26a4262d
Octal11023721067016462444655
Binary100100010011111100010001101110111010011010100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,159,136); }

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

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

 a { background-color: rgb(72,159,136); }

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

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

 span { border-color: rgb(72,159,136); }

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