Html Css Color HEX #499F89 Gossamer

📋 copy color: '#499F89'

red 73 ◦ green 159 ◦ blue 137

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

Shades of Gossamer #499F89

Tints of Gossamer #499F89

RGB

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

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

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

R = 19.78%
G = 43.09%
B = 37.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#499F89 (or 0x499F89) is known color: Gossamer. HEX triplet: 49, 9F and 89. RGB value is (73,159,137). Sum of RGB (Red+Green+Blue) = 73+159+137=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #499F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F89 is #B66076. Grayscale: #828282. Windows color (decimal): -11952247 or 9019209. OLE color: 9019209.

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

Color convert

RGB 73 159 137 -
CMYK 0.54 0 0.14 0.38
HSL 164.65º 0.37% 0.45% -
HSV(B) 164.65º 0.54% 0.62% -
XYZ 19.66 28.02 28.04 -
YUV 130.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 73 159 137 0.54 0 0.14 0.38 164.65 0.37 0.45
Hex 49 9F 89 36 0 E 26 A5 25 2D
Octal 111 237 211 66 0 16 46 245 45 55
Binary 1001001 10011111 10001001 110110 0 1110 100110 10100101 100101 101101

Color Harmonies of #499F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F89

Black with #499F89

Text Example


Text Example

White with #499F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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