Html Css Color HEX #499F84 Gossamer

📋 copy color: '#499F84'

red 73 ◦ green 159 ◦ blue 132

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

Shades of Gossamer #499F84

Tints of Gossamer #499F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.26%

R = 20.05%
G = 43.68%
B = 36.26%

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

#499F84 (or 0x499F84) is known color: Gossamer. HEX triplet: 49, 9F and 84. RGB value is (73,159,132). Sum of RGB (Red+Green+Blue) = 73+159+132=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #499F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F84 is #B6607B. Grayscale: #828282. Windows color (decimal): -11952252 or 8691529. OLE color: 8691529.

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

Color convert

RGB 73 159 132 -
CMYK 0.54 0 0.17 0.38
HSL 161.16º 0.37% 0.45% -
HSV(B) 161.16º 0.54% 0.62% -
XYZ 19.31 27.88 26.19 -
YUV 130.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 73 159 132 0.54 0 0.17 0.38 161.16 0.37 0.45
Hex 49 9F 84 36 0 11 26 A1 25 2D
Octal 111 237 204 66 0 21 46 241 45 55
Binary 1001001 10011111 10000100 110110 0 10001 100110 10100001 100101 101101

Color Harmonies of #499F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F84

Black with #499F84

Text Example


Text Example

White with #499F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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