Html Css Color HEX #499E89 Gossamer

📋 copy color: '#499E89'

red 73 ◦ green 158 ◦ blue 137

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

Shades of Gossamer #499E89

Tints of Gossamer #499E89

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.93%

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 19.84%
G = 42.93%
B = 37.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#499E89 (or 0x499E89) is known color: Gossamer. HEX triplet: 49, 9E and 89. RGB value is (73,158,137). Sum of RGB (Red+Green+Blue) = 73+158+137=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 158 - color contains mainly: green. Hex color #499E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499E89 is #B66176. Grayscale: #828282. Windows color (decimal): -11952503 or 9018953. OLE color: 9018953.

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

Color convert

RGB 73 158 137 -
CMYK 0.54 0 0.13 0.38
HSL 165.18º 0.37% 0.45% -
HSV(B) 165.18º 0.54% 0.62% -
XYZ 19.49 27.68 27.98 -
YUV 130.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 73 158 137 0.54 0 0.13 0.38 165.18 0.37 0.45
Hex 49 9E 89 36 0 D 26 A5 25 2D
Octal 111 236 211 66 0 15 46 245 45 55
Binary 1001001 10011110 10001001 110110 0 1101 100110 10100101 100101 101101

Color Harmonies of #499E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499E89

Black with #499E89

Text Example


Text Example

White with #499E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,158,137); }

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

background-color css

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

 a { background-color: rgb(73,158,137); }

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

border-color css

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

 span { border-color: rgb(73,158,137); }

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