Shades of Gossamer #449E85
Tints of Gossamer #449E85
RGB
CMYK
RGB Variations
Color information
#449E85 (or 0x449E85) is known color: Gossamer. HEX triplet: 44, 9E and 85. RGB value is (68,158,133). Sum of RGB (Red+Green+Blue) = 68+158+133=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #449E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E85 is #BB617A. Grayscale: #808080. Windows color (decimal): -12280187 or 8756804. OLE color: 8756804.
HSL color Cylindrical-coordinate representation of color #449E85: hue angle of 163.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E85 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 133 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.38 |
| HSL | 163.33º | 0.4% | 0.44% | - |
| HSV(B) | 163.33º | 0.57% | 0.62% | - |
| XYZ | 18.84 | 27.38 | 26.48 | - |
| YUV | 128.24 | 130.68 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 133 | 0.57 | 0 | 0.16 | 0.38 | 163.33 | 0.4 | 0.44 |
| Hex | 44 | 9E | 85 | 39 | 0 | 10 | 26 | A3 | 28 | 2C |
| Octal | 104 | 236 | 205 | 71 | 0 | 20 | 46 | 243 | 50 | 54 |
| Binary | 1000100 | 10011110 | 10000101 | 111001 | 0 | 10000 | 100110 | 10100011 | 101000 | 101100 |
Color Harmonies of #449E85
Complementary color
Monochromatic Colors of #449E85
Black with #449E85
Text Example
Text Example
White with #449E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E85; }
p { color: rgb(68,158,133); }
H1.HeaderClassName
{
color: #449E85;
}
.AnyTagClassName
{
color: #449E85;
}
</style>
background-color css
<style>
a { background-color: #449E85; }
a { background-color: rgb(68,158,133); }
div.DivClassName
{
background-color: #449E85;
}
.BgClassName
{
background-color: #449E85;
}
</style>
border-color css
<style>
span { border-color: #449E85; }
span { border-color: rgb(68,158,133); }
td.TdClassName
{
border-color: #449E85;
}
.TagClassName
{
border-color: #449E85;
}
</style>