Shades of Gossamer #449980
Tints of Gossamer #449980
RGB
CMYK
RGB Variations
Color information
#449980 (or 0x449980) is known color: Gossamer. HEX triplet: 44, 99 and 80. RGB value is (68,153,128). Sum of RGB (Red+Green+Blue) = 68+153+128=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #449980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449980 is #BB667F. Grayscale: #7C7C7C. Windows color (decimal): -12281472 or 8427844. OLE color: 8427844.
HSL color Cylindrical-coordinate representation of color #449980: hue angle of 162.35º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449980 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 128 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.4 |
| HSL | 162.35º | 0.38% | 0.43% | - |
| HSV(B) | 162.35º | 0.56% | 0.6% | - |
| XYZ | 17.67 | 25.57 | 24.43 | - |
| YUV | 124.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 128 | 0.56 | 0 | 0.16 | 0.4 | 162.35 | 0.38 | 0.43 |
| Hex | 44 | 99 | 80 | 38 | 0 | 10 | 28 | A2 | 26 | 2B |
| Octal | 104 | 231 | 200 | 70 | 0 | 20 | 50 | 242 | 46 | 53 |
| Binary | 1000100 | 10011001 | 10000000 | 111000 | 0 | 10000 | 101000 | 10100010 | 100110 | 101011 |
Color Harmonies of #449980
Complementary color
Monochromatic Colors of #449980
Black with #449980
Text Example
Text Example
White with #449980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449980; }
p { color: rgb(68,153,128); }
H1.HeaderClassName
{
color: #449980;
}
.AnyTagClassName
{
color: #449980;
}
</style>
background-color css
<style>
a { background-color: #449980; }
a { background-color: rgb(68,153,128); }
div.DivClassName
{
background-color: #449980;
}
.BgClassName
{
background-color: #449980;
}
</style>
border-color css
<style>
span { border-color: #449980; }
span { border-color: rgb(68,153,128); }
td.TdClassName
{
border-color: #449980;
}
.TagClassName
{
border-color: #449980;
}
</style>