Html Css Color HEX #489F82 Gossamer

📋 copy color: '#489F82'

red 72 ◦ green 159 ◦ blue 130

#489F82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #489F82

Tints of Gossamer #489F82

RGB

 RED value IS 72 (28.52% from 255) = 19.94%

 GREEN value IS 159 (62.5% from 255) = 44.04%

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 19.94%
G = 44.04%
B = 36.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#489F82 (or 0x489F82) is known color: Gossamer. HEX triplet: 48, 9F and 82. RGB value is (72,159,130). Sum of RGB (Red+Green+Blue) = 72+159+130=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #489F82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489F82 is #B7607D. Grayscale: #818181. Windows color (decimal): -12017790 or 8560456. OLE color: 8560456.

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

Color convert

RGB 72 159 130 -
CMYK 0.55 0 0.18 0.38
HSL 160º 0.38% 0.45% -
HSV(B) 160º 0.55% 0.62% -
XYZ 19.1 27.79 25.48 -
YUV 129.68 128.18 86.86 -
System Red Green Blue C M Y K H S L
Decimal 72 159 130 0.55 0 0.18 0.38 160 0.38 0.45
Hex 48 9F 82 37 0 12 26 A0 26 2D
Octal 110 237 202 67 0 22 46 240 46 55
Binary 1001000 10011111 10000010 110111 0 10010 100110 10100000 100110 101101

Color Harmonies of #489F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489F82

Black with #489F82

Text Example


Text Example

White with #489F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #489F82;
 }
 .AnyTagClassName
 {
   color: #489F82;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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