Html Css Color HEX #499E83 Gossamer

📋 copy color: '#499E83'

red 73 ◦ green 158 ◦ blue 131

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

Shades of Gossamer #499E83

Tints of Gossamer #499E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 20.17%
G = 43.65%
B = 36.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#499E83 (or 0x499E83) is known color: Gossamer. HEX triplet: 49, 9E and 83. RGB value is (73,158,131). Sum of RGB (Red+Green+Blue) = 73+158+131=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #499E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499E83 is #B6617C. Grayscale: #818181. Windows color (decimal): -11952509 or 8625737. OLE color: 8625737.

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

Color convert

RGB 73 158 131 -
CMYK 0.54 0 0.17 0.38
HSL 160.94º 0.37% 0.45% -
HSV(B) 160.94º 0.54% 0.62% -
XYZ 19.07 27.51 25.78 -
YUV 129.51 128.84 87.7 -
System Red Green Blue C M Y K H S L
Decimal 73 158 131 0.54 0 0.17 0.38 160.94 0.37 0.45
Hex 49 9E 83 36 0 11 26 A1 25 2D
Octal 111 236 203 66 0 21 46 241 45 55
Binary 1001001 10011110 10000011 110110 0 10001 100110 10100001 100101 101101

Color Harmonies of #499E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499E83

Black with #499E83

Text Example


Text Example

White with #499E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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