#489F8B

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

Shades of Gossamer #489F8B

Tints of Gossamer #489F8B

Color information

#489F8B (or 0x489F8B) is unknown color: approx Gossamer. HEX triplet: 48, 9F and 8B. RGB value is (72,159,139). Sum of RGB (Red+Green+Blue) = 72+159+139=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #489F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489F8B is #B76074. Grayscale: #828282. Windows color (decimal): -12017781 or 9150280. OLE color: 9150280.

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

Color convert

RGB72159139-
CMYK0.5500.130.38
HSL166.21º37.66%45.29%-
HSV(B)166.21º54.72%62.35%-
XYZ19.7328.0428.8-
YUV130.71132.6886.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 159 (62.5% from 255) = 42.97%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=19.46%
G=42.97%
B=37.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721591390.5500.130.38166.2137.6645.29
Hex489F8B370D26a6262d
Octal11023721367015462464655
Binary100100010011111100010111101110110110011010100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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