Html Css Color HEX #499C80 Gossamer

📋 copy color: '#499C80'

red 73 ◦ green 156 ◦ blue 128

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

Shades of Gossamer #499C80

Tints of Gossamer #499C80

RGB

 RED value IS 73 (28.91% from 255) = 20.45%

 GREEN value IS 156 (61.33% from 255) = 43.7%

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 20.45%
G = 43.7%
B = 35.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#499C80 (or 0x499C80) is known color: Gossamer. HEX triplet: 49, 9C and 80. RGB value is (73,156,128). Sum of RGB (Red+Green+Blue) = 73+156+128=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #499C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C80 is #B6637F. Grayscale: #808080. Windows color (decimal): -11953024 or 8428617. OLE color: 8428617.

HSL color Cylindrical-coordinate representation of color #499C80: hue angle of 159.76º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C80 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 128 -
CMYK 0.53 0 0.18 0.39
HSL 159.76º 0.36% 0.45% -
HSV(B) 159.76º 0.53% 0.61% -
XYZ 18.53 26.75 24.61 -
YUV 127.99 128 88.78 -
System Red Green Blue C M Y K H S L
Decimal 73 156 128 0.53 0 0.18 0.39 159.76 0.36 0.45
Hex 49 9C 80 35 0 12 27 A0 24 2D
Octal 111 234 200 65 0 22 47 240 44 55
Binary 1001001 10011100 10000000 110101 0 10010 100111 10100000 100100 101101

Color Harmonies of #499C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C80

Black with #499C80

Text Example


Text Example

White with #499C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499C80; }

 p { color: rgb(73,156,128); }

 H1.HeaderClassName
 {
   color: #499C80;
 }
 .AnyTagClassName
 {
   color: #499C80;
 }
</style>

background-color css

<style>
 a { background-color: #499C80; }

 a { background-color: rgb(73,156,128); }

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

border-color css

<style>
 span { border-color: #499C80; }

 span { border-color: rgb(73,156,128); }

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